mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
68 lines
2.4 KiB
Text
68 lines
2.4 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>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>1</string>
|
||
<key>ITSAppUsesNonExemptEncryption</key>
|
||
<false/>
|
||
<key>LSApplicationCategoryType</key>
|
||
<string>public.app-category.utilities</string>
|
||
<key>LSRequiresIPhoneOS</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>NSLocationWhenInUseUsageDescription</key>
|
||
<string>We use your location to center maps of the mesh</string>
|
||
<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>
|
||
</array>
|
||
<key>UILaunchScreen</key>
|
||
<dict/>
|
||
<key>UIRequiredDeviceCapabilities</key>
|
||
<array>
|
||
<string>armv7</string>
|
||
</array>
|
||
<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>
|
||
</dict>
|
||
</plist>
|