metatext/Supporting Files/Info.plist
2021-05-09 23:56:59 -07:00

163 lines
4.2 KiB
Plaintext

<?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>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>AppIconBrutalist</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconBrutalist</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>AppIconMalow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconMalow</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>AppIconRainbow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconRainbow</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>AppIconRainbowBrutalist</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconRainbowBrutalist</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>CFBundleIcons~ipad</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>AppIconBrutalist</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconBrutalist</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>AppIconMalow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconMalow</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>AppIconRainbow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconRainbow</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>AppIconRainbowBrutalist</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIconRainbowBrutalist</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<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>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Enables Metatext to take photos and videos and add them to your posts</string>
<key>NSMicrophoneUsageDescription</key>
<string>Enables Metatext to take videos and add them to your posts</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Enables Metatext to add items to your Photo Library</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Enables Metatext to access photos from your library and add them to your posts</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
</dict>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UILaunchScreen</key>
<dict/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<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>