2018-07-20 15:57:12 +03: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>
|
2019-09-11 22:42:49 +03:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2018-07-20 15:57:12 +03:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-01-30 16:14:20 +03:00
|
|
|
<string>2.2.5</string>
|
2018-07-20 15:57:12 +03:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2020-01-30 16:14:20 +03:00
|
|
|
<string>11</string>
|
2018-07-20 15:57:12 +03:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
2019-12-09 07:34:23 +03:00
|
|
|
<true />
|
2019-09-11 22:42:49 +03:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
|
|
|
<key>localhost</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
2019-12-09 07:34:23 +03:00
|
|
|
<true />
|
2019-09-11 22:42:49 +03:00
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
2019-12-09 07:34:23 +03:00
|
|
|
<string />
|
2018-07-20 15:57:12 +03:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
2019-12-09 07:34:23 +03:00
|
|
|
<false />
|
2018-07-20 15:57:12 +03:00
|
|
|
</dict>
|
|
|
|
</plist>
|