at main 1.9 kB view raw
1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>CADisableMinimumFrameDurationOnPhone</key> 6 <true/> 7 <key>CFBundleDevelopmentRegion</key> 8 <string>$(DEVELOPMENT_LANGUAGE)</string> 9 <key>CFBundleDisplayName</key> 10 <string>Grain</string> 11 <key>CFBundleExecutable</key> 12 <string>$(EXECUTABLE_NAME)</string> 13 <key>CFBundleIdentifier</key> 14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 15 <key>CFBundleInfoDictionaryVersion</key> 16 <string>6.0</string> 17 <key>CFBundleName</key> 18 <string>grain</string> 19 <key>CFBundlePackageType</key> 20 <string>APPL</string> 21 <key>CFBundleShortVersionString</key> 22 <string>$(FLUTTER_BUILD_NAME)</string> 23 <key>CFBundleSignature</key> 24 <string>????</string> 25 <key>CFBundleURLTypes</key> 26 <array> 27 <dict> 28 <key>CFBundleURLSchemes</key> 29 <array> 30 <string>grainflutter</string> 31 </array> 32 </dict> 33 </array> 34 <key>CFBundleVersion</key> 35 <string>$(FLUTTER_BUILD_NUMBER)</string> 36 <key>LSRequiresIPhoneOS</key> 37 <true/> 38 <key>UIApplicationSupportsIndirectInputEvents</key> 39 <true/> 40 <key>UILaunchStoryboardName</key> 41 <string>LaunchScreen</string> 42 <key>UIMainStoryboardFile</key> 43 <string>Main</string> 44 <key>UISupportedInterfaceOrientations</key> 45 <array> 46 <string>UIInterfaceOrientationPortrait</string> 47 <string>UIInterfaceOrientationLandscapeLeft</string> 48 <string>UIInterfaceOrientationLandscapeRight</string> 49 </array> 50 <key>UISupportedInterfaceOrientations~ipad</key> 51 <array> 52 <string>UIInterfaceOrientationPortrait</string> 53 <string>UIInterfaceOrientationPortraitUpsideDown</string> 54 <string>UIInterfaceOrientationLandscapeLeft</string> 55 <string>UIInterfaceOrientationLandscapeRight</string> 56 </array> 57 <key>UIApplicationSceneManifest</key> 58 <dict> 59 <key>UIApplicationSupportsMultipleScenes</key> 60 <false/> 61 </dict> 62</dict> 63</plist>