mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
122 lines
3.9 KiB
Text
122 lines
3.9 KiB
Text
<?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>
|
||
<key>CFBundleDisplayName</key>
|
||
<string>Meshtastic</string>
|
||
<key>CFBundleDocumentTypes</key>
|
||
<array>
|
||
<dict>
|
||
<key>CFBundleTypeName</key>
|
||
<string>MBTiles Map</string>
|
||
<key>LSHandlerRank</key>
|
||
<string>Default</string>
|
||
<key>LSItemContentTypes</key>
|
||
<array>
|
||
<string>gvh.MeshtasticApple.mbtiles</string>
|
||
</array>
|
||
</dict>
|
||
</array>
|
||
<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>
|
||
<string>$(MARKETING_VERSION)</string>
|
||
<key>CFBundleVersion</key>
|
||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||
<key>ITSAppUsesNonExemptEncryption</key>
|
||
<false/>
|
||
<key>LSApplicationCategoryType</key>
|
||
<string>public.app-category.utilities</string>
|
||
<key>LSHasLocalizedDisplayName</key>
|
||
<true/>
|
||
<key>LSMultipleInstancesProhibited</key>
|
||
<true/>
|
||
<key>LSRequiresIPhoneOS</key>
|
||
<true/>
|
||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||
<true/>
|
||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||
<string>We use bluetooth to connect to nearby Meshtastic Devices</string>
|
||
<key>NSBluetoothPeripheralUsageDescription</key>
|
||
<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>
|
||
<key>NSCameraUsageDescription</key>
|
||
<string>We use the camera to share channels using a QR Code</string>
|
||
<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>
|
||
<key>NSLocationWhenInUseUsageDescription</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>
|
||
<key>NSSupportsLiveActivities</key>
|
||
<true/>
|
||
<key>Privacy – Bluetooth Always Usage Description</key>
|
||
<string>We use bluetooth to connect to nearby Meshtastic Devices</string>
|
||
<key>UIApplicationSceneManifest</key>
|
||
<dict>
|
||
<key>UIApplicationSupportsMultipleScenes</key>
|
||
<false/>
|
||
</dict>
|
||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||
<true/>
|
||
<key>UIBackgroundModes</key>
|
||
<array>
|
||
<string>bluetooth-central</string>
|
||
<string>location</string>
|
||
</array>
|
||
<key>UILaunchScreen</key>
|
||
<dict/>
|
||
<key>UIRequiredDeviceCapabilities</key>
|
||
<array>
|
||
<string>armv7</string>
|
||
</array>
|
||
<key>UIStatusBarStyle</key>
|
||
<string></string>
|
||
<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>
|
||
<key>UISupportsDocumentBrowser</key>
|
||
<false/>
|
||
<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>
|
||
<string>gvh.MeshtasticApple.mbtiles</string>
|
||
<key>UTTypeTagSpecification</key>
|
||
<dict>
|
||
<key>public.filename-extension</key>
|
||
<array>
|
||
<string>mbtiles</string>
|
||
</array>
|
||
</dict>
|
||
</dict>
|
||
</array>
|
||
<key>com.apple.developer.carplay-communication</key>
|
||
<true/>
|
||
</dict>
|
||
</plist>
|