diff options
Diffstat (limited to 'Resources/Info.plist')
-rwxr-xr-x | Resources/Info.plist | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist new file mode 100755 index 0000000..9b64e3d --- /dev/null +++ b/Resources/Info.plist | |||
@@ -0,0 +1,57 @@ | |||
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>English</string> | ||
7 | <key>CFBundleDisplayName</key> | ||
8 | <string>${PRODUCT_NAME}</string> | ||
9 | <key>CFBundleDocumentTypes</key> | ||
10 | <array/> | ||
11 | <key>CFBundleExecutable</key> | ||
12 | <string>${EXECUTABLE_NAME}</string> | ||
13 | <key>CFBundleIconFile</key> | ||
14 | <string></string> | ||
15 | <key>CFBundleIconFiles</key> | ||
16 | <array> | ||
17 | <string>Icon.png</string> | ||
18 | <string>Icon@2x.png</string> | ||
19 | <string>Icon-72.png</string> | ||
20 | </array> | ||
21 | <key>CFBundleIdentifier</key> | ||
22 | <string>com.fourisland.${PRODUCT_NAME:rfc1034identifier}</string> | ||
23 | <key>CFBundleInfoDictionaryVersion</key> | ||
24 | <string>6.0</string> | ||
25 | <key>CFBundleName</key> | ||
26 | <string>${PRODUCT_NAME}</string> | ||
27 | <key>CFBundlePackageType</key> | ||
28 | <string>APPL</string> | ||
29 | <key>CFBundleShortVersionString</key> | ||
30 | <string>0.2.1</string> | ||
31 | <key>CFBundleSignature</key> | ||
32 | <string>????</string> | ||
33 | <key>CFBundleURLTypes</key> | ||
34 | <array/> | ||
35 | <key>CFBundleVersion</key> | ||
36 | <string>1.0</string> | ||
37 | <key>LSRequiresIPhoneOS</key> | ||
38 | <true/> | ||
39 | <key>UIPrerenderedIcon</key> | ||
40 | <true/> | ||
41 | <key>UIRequiredDeviceCapabilities</key> | ||
42 | <dict> | ||
43 | <key>accelerometer</key> | ||
44 | <true/> | ||
45 | <key>opengles-1</key> | ||
46 | <true/> | ||
47 | </dict> | ||
48 | <key>UIStatusBarHidden</key> | ||
49 | <true/> | ||
50 | <key>UISupportedInterfaceOrientations</key> | ||
51 | <array/> | ||
52 | <key>UTExportedTypeDeclarations</key> | ||
53 | <array/> | ||
54 | <key>UTImportedTypeDeclarations</key> | ||
55 | <array/> | ||
56 | </dict> | ||
57 | </plist> | ||