1 <?xml version="1.0" encoding="UTF-8"?> |
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"> |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 <plist version="1.0"> |
3 <plist version="1.0"> |
4 <dict> |
4 <dict> |
5 <key>CFBundleDevelopmentRegion</key> |
5 <key>CFBundleDevelopmentRegion</key> |
6 <string>English</string> |
6 <string>en</string> |
7 <key>CFBundleDisplayName</key> |
7 <key>CFBundleDisplayName</key> |
8 <string>${PRODUCT_NAME}</string> |
8 <string>${PRODUCT_NAME}</string> |
9 <key>CFBundleExecutable</key> |
9 <key>CFBundleExecutable</key> |
10 <string>${EXECUTABLE_NAME}</string> |
10 <string>${EXECUTABLE_NAME}</string> |
11 <key>CFBundleIconFiles</key> |
|
12 <array> |
|
13 <string>Icon.png</string> |
|
14 <string>Icon-72.png</string> |
|
15 <string>Icon@2x.png</string> |
|
16 <string>Icon-Small.png</string> |
|
17 <string>Icon-Small-50.png</string> |
|
18 <string>Icon-Small@2x.png</string> |
|
19 <string>Icon-60@2x.png</string> |
|
20 <string>Icon-76.png</string> |
|
21 <string>Icon-76@2x.png</string> |
|
22 </array> |
|
23 <key>CFBundleIdentifier</key> |
11 <key>CFBundleIdentifier</key> |
24 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
25 <key>CFBundleInfoDictionaryVersion</key> |
13 <key>CFBundleInfoDictionaryVersion</key> |
26 <string>6.0</string> |
14 <string>6.0</string> |
27 <key>CFBundleName</key> |
15 <key>CFBundleName</key> |
34 <string>????</string> |
22 <string>????</string> |
35 <key>CFBundleVersion</key> |
23 <key>CFBundleVersion</key> |
36 <string>${HEDGEWARS_REVISION}</string> |
24 <string>${HEDGEWARS_REVISION}</string> |
37 <key>LSRequiresIPhoneOS</key> |
25 <key>LSRequiresIPhoneOS</key> |
38 <true/> |
26 <true/> |
39 <key>UILaunchImageFile~ipad</key> |
27 <key>UILaunchStoryboardName</key> |
40 <string>Default-ipad</string> |
28 <string>LaunchScreen</string> |
41 <key>UIPrerenderedIcon</key> |
29 <key>UIPrerenderedIcon</key> |
42 <true/> |
30 <true/> |
43 <key>UIRequiresFullScreen</key> |
31 <key>UIRequiresFullScreen</key> |
44 <true/> |
32 <true/> |
45 <key>UIStatusBarHidden</key> |
33 <key>UIStatusBarHidden</key> |