2021-08-18 22:33:05 -07:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
|
<dict>
|
|
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
2021-08-20 08:55:38 -07:00
|
|
|
|
<key>CFBundleDisplayName</key>
|
2021-09-28 13:08:06 -07:00
|
|
|
|
<string>Meshtastic</string>
|
2022-01-17 14:03:48 +13:00
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<dict>
|
|
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
|
|
<string>MBTiles Map</string>
|
|
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
|
|
<string>Default</string>
|
|
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
|
|
<array>
|
2022-06-09 22:11:54 -07:00
|
|
|
|
<string>gvh.MeshtasticApple.mbtiles</string>
|
2022-01-17 14:03:48 +13:00
|
|
|
|
</array>
|
|
|
|
|
|
</dict>
|
|
|
|
|
|
</array>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2021-09-18 15:33:35 -07:00
|
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
<key>CFBundleVersion</key>
|
2022-01-01 19:08:36 -08:00
|
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2021-09-18 16:28:35 -07:00
|
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
|
<false/>
|
2021-09-18 15:33:35 -07:00
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
|
|
<string>public.app-category.utilities</string>
|
2022-06-23 08:04:01 -07:00
|
|
|
|
<key>LSHasLocalizedDisplayName</key>
|
|
|
|
|
|
<true/>
|
|
|
|
|
|
<key>LSMultipleInstancesProhibited</key>
|
|
|
|
|
|
<true/>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
|
<true/>
|
2022-01-20 18:21:11 -08:00
|
|
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
2022-02-23 20:11:02 -10:00
|
|
|
|
<true/>
|
2021-09-18 15:33:35 -07:00
|
|
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
|
|
|
|
<string>We use bluetooth to connect to nearby Meshtastic Devices</string>
|
|
|
|
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
2022-06-09 22:21:15 -07:00
|
|
|
|
<string>Bluetooth is used to connect an iPhone to a user's meshtastic device to allow text messaging and location data for the mesh network.</string>
|
2022-04-19 22:56:59 -07:00
|
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
|
|
<string>We use the camera to share channels using a QR Code</string>
|
2022-02-17 18:07:41 -08:00
|
|
|
|
<key>NSLocationUsageDescription</key>
|
|
|
|
|
|
<string>We use your location to display it on the mesh map as well as to have GPS coordinatess to send to the connected device.</string>
|
2021-08-20 08:55:38 -07:00
|
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
2022-02-16 08:56:02 -08:00
|
|
|
|
<string>We use your location to display it on the mesh map as well as to have GPS coordinatess to send to the connected device.</string>
|
2023-02-25 08:39:10 -08:00
|
|
|
|
<key>NSSupportsLiveActivities</key>
|
|
|
|
|
|
<true/>
|
2021-09-18 15:33:35 -07:00
|
|
|
|
<key>Privacy – Bluetooth Always Usage Description</key>
|
|
|
|
|
|
<string>We use bluetooth to connect to nearby Meshtastic Devices</string>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
|
|
<dict>
|
|
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
2021-09-28 23:04:24 -07:00
|
|
|
|
<false/>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
</dict>
|
|
|
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
|
|
<true/>
|
2021-10-06 22:24:45 -07:00
|
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>bluetooth-central</string>
|
2021-10-15 00:52:48 -07:00
|
|
|
|
<string>location</string>
|
2021-10-06 22:24:45 -07:00
|
|
|
|
</array>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
<key>UILaunchScreen</key>
|
|
|
|
|
|
<dict/>
|
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>armv7</string>
|
|
|
|
|
|
</array>
|
2022-11-13 09:25:00 -08:00
|
|
|
|
<key>UIStatusBarStyle</key>
|
|
|
|
|
|
<string></string>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
|
</array>
|
|
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
|
</array>
|
2022-01-20 18:21:11 -08:00
|
|
|
|
<key>UISupportsDocumentBrowser</key>
|
|
|
|
|
|
<false/>
|
2022-01-17 14:03:48 +13:00
|
|
|
|
<key>UTImportedTypeDeclarations</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<dict>
|
|
|
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>public.data</string>
|
|
|
|
|
|
</array>
|
|
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
|
|
<string>MBTiles Map</string>
|
|
|
|
|
|
<key>UTTypeIconFiles</key>
|
|
|
|
|
|
<array/>
|
|
|
|
|
|
<key>UTTypeIdentifier</key>
|
2022-06-09 22:11:54 -07:00
|
|
|
|
<string>gvh.MeshtasticApple.mbtiles</string>
|
2022-01-17 14:03:48 +13:00
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
|
|
<dict>
|
|
|
|
|
|
<key>public.filename-extension</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>mbtiles</string>
|
|
|
|
|
|
</array>
|
|
|
|
|
|
</dict>
|
|
|
|
|
|
</dict>
|
|
|
|
|
|
</array>
|
2021-08-18 22:33:05 -07:00
|
|
|
|
</dict>
|
|
|
|
|
|
</plist>
|