2022-01-14 07:59:53 +00: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>
|
2022-09-06 21:38:53 +00:00
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
2022-01-14 07:59:53 +00: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>
|
2022-09-06 21:38:53 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-11-02 16:55:39 +00:00
|
|
|
<string>1.3</string>
|
2022-10-08 17:49:50 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2022-01-14 07:59:53 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2022-10-31 21:34:40 +00:00
|
|
|
<string>28</string>
|
2022-01-14 07:59:53 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
2022-09-06 21:38:53 +00:00
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
2022-01-14 07:59:53 +00:00
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
|
|
|
<key>localhost</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2022-10-08 17:49:50 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>Required for build but not used</string>
|
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>Used to set profile image and post photos</string>
|
2022-01-14 07:59:53 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
2022-10-08 17:49:50 +00:00
|
|
|
<string>SplashScreen.storyboard</string>
|
2022-01-14 07:59:53 +00:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
2022-10-08 17:49:50 +00:00
|
|
|
<key>UIStatusBarStyle</key>
|
|
|
|
<string>UIStatusBarStyleDefault</string>
|
2022-01-14 07:59:53 +00:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2022-10-29 21:07:43 +00:00
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
2022-01-14 07:59:53 +00:00
|
|
|
</array>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|