2020-07-22 13:57:10 +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>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
2020-09-11 20:30:29 +00:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>WriteFreely</string>
|
2020-07-22 13:57:10 +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>
|
|
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-08-07 20:31:13 +00:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2020-07-22 13:57:10 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2020-09-11 20:30:29 +00:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2020-07-22 13:57:10 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2020-09-24 19:41:29 +00:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array>
|
|
|
|
<string>LoraGX.ttf</string>
|
|
|
|
<string>OpenSans-Regular.ttf</string>
|
|
|
|
<string>Hack-Regular.ttf</string>
|
|
|
|
</array>
|
2020-07-22 13:57:10 +00:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
<true/>
|
2020-09-14 13:53:48 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
2020-07-22 13:57:10 +00:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2020-09-14 13:53:48 +00:00
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
2020-07-22 13:57:10 +00:00
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2022-10-06 11:34:52 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2020-07-22 13:57:10 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|