2021-03-02 14:39:44 +02: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>
|
2021-03-10 09:57:07 +02:00
|
|
|
<string>en</string>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>CFBundleExecutable</key>
|
2021-03-13 22:23:20 +02:00
|
|
|
<string>$(PRODUCT_NAME)</string>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>CFBundleIdentifier</key>
|
2021-03-13 22:23:20 +02:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
2022-09-30 10:44:13 +02:00
|
|
|
<string>$(APP_DISPLAY_NAME)</string>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2021-03-13 22:23:20 +02:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2021-04-19 02:38:20 +02:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>vcmi</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
2021-03-10 09:57:07 +02:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2022-12-01 12:56:42 +02:00
|
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
|
|
|
<true/>
|
2021-03-04 16:22:59 +02:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2022-08-03 14:37:10 +02:00
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
<true/>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
<true/>
|
2021-03-04 17:10:42 +02:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
2021-03-02 14:39:44 +02:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
2021-03-10 09:57:07 +02:00
|
|
|
<string>armv7</string>
|
|
|
|
<string>opengles-2</string>
|
2021-03-02 14:39:44 +02:00
|
|
|
</array>
|
2022-07-27 12:30:14 +02:00
|
|
|
<key>UIRequiresFullScreen</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
<true/>
|
2021-03-04 17:10:42 +02:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
2021-03-10 09:57:07 +02:00
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2021-03-02 14:39:44 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|