|
3 | 3 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
4 | 4 | <plist version="1.0">
|
5 | 5 | <dict>
|
6 |
| - <key>CFBundleDisplayName</key> |
7 |
| - <string>{{ display_name }}</string> |
| 6 | + <key>CFBundleDisplayName</key> |
| 7 | + <string>{{ display_name }}</string> |
8 | 8 |
|
9 |
| - <key>CFBundleExecutable</key> |
10 |
| - <string>{{ executable_name }}</string> |
| 9 | + <key>CFBundleExecutable</key> |
| 10 | + <string>{{ executable_name }}</string> |
11 | 11 |
|
12 |
| - <key>CFBundleIdentifier</key> |
13 |
| - <string>{{ bundle_identifier }}</string> |
| 12 | + <key>CFBundleIdentifier</key> |
| 13 | + <string>{{ bundle_identifier }}</string> |
14 | 14 |
|
15 |
| - <key>CFBundleName</key> |
16 |
| - <string>{{ bundle_name }}</string> |
| 15 | + <key>CFBundleName</key> |
| 16 | + <string>{{ bundle_name }}</string> |
17 | 17 |
|
18 |
| - <key>CFBundleVersion</key> |
19 |
| - <string>0.1.0</string> |
20 |
| - <key>CFBundleShortVersionString</key> |
21 |
| - <string>0.1.0</string> |
22 |
| - <key>CFBundleDevelopmentRegion</key> |
23 |
| - <string>en_US</string> |
24 |
| - <key>UILaunchStoryboardName</key> |
25 |
| - <string></string> |
26 |
| - <key>LSRequiresIPhoneOS</key> |
27 |
| - <true/> |
| 18 | + <key>CFBundleVersion</key> |
| 19 | + <string>0.1.0</string> |
| 20 | + <key>CFBundleShortVersionString</key> |
| 21 | + <string>0.1.0</string> |
| 22 | + <key>CFBundleDevelopmentRegion</key> |
| 23 | + <string>en_US</string> |
| 24 | + <key>UILaunchStoryboardName</key> |
| 25 | + <string>LaunchScreen</string> |
| 26 | + <key>LSRequiresIPhoneOS</key> |
| 27 | + <true/> |
| 28 | + <key>UISupportsTrueScreenSizeOnMac</key> |
| 29 | + <true/> |
| 30 | + <key>UIRequiredDeviceCapabilities</key> |
| 31 | + <array> |
| 32 | + <string>arm64</string> |
| 33 | + <string>metal</string> |
| 34 | + </array> |
| 35 | + <key>UIDeviceFamily</key> |
| 36 | + <array> |
| 37 | + <integer>1</integer> |
| 38 | + <integer>2</integer> |
| 39 | + </array> |
| 40 | + <key>CFBundleSupportedPlatforms</key> |
| 41 | + <array> |
| 42 | + <string>iPhoneOS</string> |
| 43 | + <string>iPadOS</string> |
| 44 | + </array> |
| 45 | + <key>UILaunchStoryboardName</key> |
| 46 | + <string>LaunchScreen</string> |
| 47 | + <key>UISupportedInterfaceOrientations</key> |
| 48 | + <array> |
| 49 | + <string>UIInterfaceOrientationPortrait</string> |
| 50 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 51 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 52 | + </array> |
| 53 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 54 | + <array> |
| 55 | + <string>UIInterfaceOrientationPortrait</string> |
| 56 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 57 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 58 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 59 | + </array> |
28 | 60 | </dict>
|
29 | 61 | </plist>
|
0 commit comments