2020-07-22 19:29:38 -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>
|
2020-07-31 17:35:03 -07:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
|
<string>rössler\\attix</string>
|
2020-07-22 19:29:38 -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-02-15 19:34:02 -08:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2020-09-30 15:23:05 -07:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Viewer</string>
|
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
|
<string>net.buzzert.rosslerattix</string>
|
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>http</string>
|
|
|
|
|
<string>https</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>CFBundleVersion</key>
|
2021-02-15 19:34:02 -08:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
2020-08-02 12:06:56 -07:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
|
|
|
<true/>
|
|
|
|
|
</dict>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
2020-07-31 15:25:22 -07:00
|
|
|
<true/>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>UISceneConfigurations</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
|
<string>Default Configuration</string>
|
|
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>armv7</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<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>
|