|
| 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>CFBundleDevelopmentRegion</key> |
| 6 | + <string>en</string> |
| 7 | + <key>CFBundleDisplayName</key> |
| 8 | + <string>${PRODUCT_NAME}</string> |
| 9 | + <key>CFBundleExecutable</key> |
| 10 | + <string>${EXECUTABLE_NAME}</string> |
| 11 | + <key>CFBundleIconFile</key> |
| 12 | + <string>icon.png</string> |
| 13 | + <key>CFBundleIcons</key> |
| 14 | + <dict> |
| 15 | + <key>CFBundlePrimaryIcon</key> |
| 16 | + <dict> |
| 17 | + <key>CFBundleIconFiles</key> |
| 18 | + <array> |
| 19 | + <string>icon-40</string> |
| 20 | + <string>icon-60</string> |
| 21 | + <string>icon-72</string> |
| 22 | + <string>icon-76</string> |
| 23 | + <string>Icon-Small</string> |
| 24 | + <string>Icon-Small-50</string> |
| 25 | + </array> |
| 26 | + <key>UIPrerenderedIcon</key> |
| 27 | + <false/> |
| 28 | + </dict> |
| 29 | + </dict> |
| 30 | + <key>CFBundleInfoDictionaryVersion</key> |
| 31 | + <string>6.0</string> |
| 32 | + <key>CFBundleName</key> |
| 33 | + <string>${PRODUCT_NAME}</string> |
| 34 | + <key>CFBundlePackageType</key> |
| 35 | + <string>APPL</string> |
| 36 | + <key>CFBundleShortVersionString</key> |
| 37 | + <string>1.0</string> |
| 38 | + <key>CFBundleSignature</key> |
| 39 | + <string>????</string> |
| 40 | + <key>CFBundleVersion</key> |
| 41 | + <string>1.0</string> |
| 42 | + <key>LSRequiresIPhoneOS</key> |
| 43 | + <true/> |
| 44 | + <key>UILaunchStoryboardName</key> |
| 45 | + <string>LaunchScreen</string> |
| 46 | + <key>UIRequiresFullScreen</key> |
| 47 | + <true/> |
| 48 | + <key>UIRequiredDeviceCapabilities</key> |
| 49 | + <array> |
| 50 | + <string>armv7</string> |
| 51 | + </array> |
| 52 | + <key>UISupportedInterfaceOrientations</key> |
| 53 | + <array> |
| 54 | + <string>UIInterfaceOrientationPortrait</string> |
| 55 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 56 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 57 | + </array> |
| 58 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 59 | + <array> |
| 60 | + <string>UIInterfaceOrientationPortrait</string> |
| 61 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 62 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 63 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 64 | + </array> |
| 65 | +</dict> |
| 66 | +</plist> |
0 commit comments