Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -9143,10 +9143,6 @@
}
}
},
"Create Node Contact NFC Tag" : {
"comment" : "A section header that instructs the user to create a contact NFC tag.",
"isCommentAutoGenerated" : true
},
"Create Waypoint" : {
"localizations" : {
"de" : {
Expand Down Expand Up @@ -23754,10 +23750,6 @@
}
}
},
"Node Name: %@" : {
"comment" : "A text label displaying the name of the connected node.",
"isCommentAutoGenerated" : true
},
"Node Number" : {
"localizations" : {
"de" : {
Expand Down Expand Up @@ -37838,9 +37830,6 @@
}
}
}
},
"Tools" : {

},
"Topic: %@" : {
"localizations" : {
Expand Down Expand Up @@ -41737,10 +41726,6 @@
}
}
},
"Write Contact to NFC Tag" : {
"comment" : "A button that writes a contact to an NFC tag.",
"isCommentAutoGenerated" : true
},
"x" : {
"localizations" : {
"it" : {
Expand Down Expand Up @@ -42343,4 +42328,4 @@
}
},
"version" : "1.1"
}
}
2 changes: 0 additions & 2 deletions Meshtastic/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NFCReaderUsageDescription</key>
<string>We use NFC tags to share node contacts</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>We use bluetooth to connect to nearby Meshtastic Devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
Expand Down
4 changes: 0 additions & 4 deletions Meshtastic/Meshtastic.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
</array>
<key>com.apple.developer.carplay-communication</key>
<true/>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>TAG</string>
</array>
<key>com.apple.developer.usernotifications.critical-alerts</key>
<true/>
<key>com.apple.developer.weatherkit</key>
Expand Down
1 change: 0 additions & 1 deletion Meshtastic/Router/NavigationState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ enum SettingsNavigationState: String {
case debugLogs
case appFiles
case firmwareUpdates
case tools
}

struct NavigationState: Hashable {
Expand Down
9 changes: 0 additions & 9 deletions Meshtastic/Views/Settings/Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,6 @@ struct Settings: View {
Image(systemName: "gearshape")
}
}
NavigationLink(value: SettingsNavigationState.tools) {
Label {
Text("Tools")
} icon: {
Image(systemName: "hammer")
}
}
NavigationLink(value: SettingsNavigationState.routes) {
Label {
Text("Routes")
Expand Down Expand Up @@ -528,8 +521,6 @@ struct Settings: View {
AppData()
case .firmwareUpdates:
Firmware(node: node)
case .tools:
Tools()
}
}
.onChange(of: UserDefaults.preferredPeripheralNum ) { _, newConnectedNode in
Expand Down
164 changes: 0 additions & 164 deletions Meshtastic/Views/Settings/Tools.swift

This file was deleted.

Loading