2015-12-29 15:37:45 -08: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>en</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>APPL</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-04-30 23:37:09 -07:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2015-12-29 15:37:45 -08:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
|
<string>????</string>
|
|
|
|
|
<key>CFBundleVersion</key>
|
2020-04-30 23:37:09 -07:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2026-07-27 16:23:40 -07:00
|
|
|
<key>HomeAssistantAccessToken</key>
|
|
|
|
|
<string>$(HOME_ASSISTANT_ACCESS_TOKEN)</string>
|
2026-07-27 17:12:17 -07:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
<false/>
|
2015-12-29 15:37:45 -08:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
2015-12-31 19:51:51 -08:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
<true/>
|
|
|
|
|
</dict>
|
2026-07-27 20:11:52 -07:00
|
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
|
|
|
<string>Connect to the local MOTU audio mixer touch console.</string>
|
2015-12-30 18:47:13 -08:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>Orbitron-Medium.ttf</string>
|
|
|
|
|
</array>
|
2015-12-29 15:37:45 -08:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>armv7</string>
|
|
|
|
|
</array>
|
2015-12-30 02:51:22 -08:00
|
|
|
<key>UIRequiresFullScreen</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
|
<true/>
|
2015-12-29 15:37:45 -08:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
<array>
|
2015-12-30 18:47:13 -08:00
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2016-07-24 00:14:04 -07:00
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
2015-12-29 15:37:45 -08:00
|
|
|
</array>
|
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|