diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj
index 4ab04b19..782719df 100644
--- a/Meshtastic.xcodeproj/project.pbxproj
+++ b/Meshtastic.xcodeproj/project.pbxproj
@@ -1616,7 +1616,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 2.3.12;
+ MARKETING_VERSION = 2.3.11;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
@@ -1650,7 +1650,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 2.3.12;
+ MARKETING_VERSION = 2.3.11;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
@@ -1723,7 +1723,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- MARKETING_VERSION = 2.3.10;
+ MARKETING_VERSION = 2.3.11;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1756,7 +1756,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- MARKETING_VERSION = 2.3.10;
+ MARKETING_VERSION = 2.3.11;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
diff --git a/Meshtastic/Info.plist b/Meshtastic/Info.plist
index 2e319241..dfbd9ce4 100644
--- a/Meshtastic/Info.plist
+++ b/Meshtastic/Info.plist
@@ -67,7 +67,7 @@
NSBluetoothAlwaysUsageDescription
We use bluetooth to connect to nearby Meshtastic Devices
NSBluetoothPeripheralUsageDescription
- Bluetooth is used to connect an iPhone to a user's meshtastic device to allow text messaging and location data for the mesh network.
+ Bluetooth is used to connect an iPhone to a user's meshtastic device to allow text messaging and location data for the mesh network.
NSCameraUsageDescription
We use the camera to share channels using a QR Code
NSLocationAlwaysAndWhenInUseUsageDescription
@@ -116,7 +116,7 @@
UIInterfaceOrientationLandscapeRight
UISupportsDocumentBrowser
-
+
UTImportedTypeDeclarations
diff --git a/Meshtastic/Views/Settings/AppData.swift b/Meshtastic/Views/Settings/AppData.swift
index ae0e395a..237fc197 100644
--- a/Meshtastic/Views/Settings/AppData.swift
+++ b/Meshtastic/Views/Settings/AppData.swift
@@ -1,5 +1,5 @@
//
-// BackupData.swift
+// AppData.swift
// Meshtastic
//
// Copyright(c) Garth Vander Houwen 6/8/24.
diff --git a/Meshtastic/Views/Settings/MeshLog.swift b/Meshtastic/Views/Settings/MeshLog.swift
index beb5153a..da2b5014 100644
--- a/Meshtastic/Views/Settings/MeshLog.swift
+++ b/Meshtastic/Views/Settings/MeshLog.swift
@@ -18,7 +18,7 @@ struct MeshLog: View {
let url = logFile!
logs.removeAll()
var lineCount = 0
- let lineLimit = 5000
+ let lineLimit = 1000
// Get the number of lines
for try await _ in url.lines {
lineCount += 1