author | koda |
Tue, 13 Apr 2010 14:39:05 +0000 | |
changeset 3339 | d558bc5a73c5 |
parent 3317 | 198ec44b6d92 |
child 3356 | 3ae3fccb439e |
permissions | -rw-r--r-- |
2980 | 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>CFBundleName</key> |
|
6 |
<string>${PRODUCT_NAME}</string> |
|
7 |
<key>CFBundleDisplayName</key> |
|
8 |
<string>${PRODUCT_NAME}</string> |
|
9 |
<key>CFBundlePackageType</key> |
|
10 |
<string>APPL</string> |
|
11 |
<key>CFBundleSignature</key> |
|
12 |
<string>????</string> |
|
13 |
<key>CFBundleVersion</key> |
|
14 |
<string>1.0</string> |
|
15 |
<key>CFBundleIdentifier</key> |
|
16 |
<string>com.kodahedge.${PRODUCT_NAME:identifier}</string> |
|
17 |
<key>CFBundleExecutable</key> |
|
18 |
<string>${EXECUTABLE_NAME}</string> |
|
3317
198ec44b6d92
minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents:
2980
diff
changeset
|
19 |
<key>CFBundleIconFiles</key> |
198ec44b6d92
minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents:
2980
diff
changeset
|
20 |
<array> |
198ec44b6d92
minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents:
2980
diff
changeset
|
21 |
<string>Icon.png</string> |
198ec44b6d92
minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents:
2980
diff
changeset
|
22 |
<string>Icon-iPad.png</string> |
198ec44b6d92
minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents:
2980
diff
changeset
|
23 |
</array> |
2980 | 24 |
<key>CFBundleDevelopmentRegion</key> |
25 |
<string>English</string> |
|
26 |
<key>CFBundleInfoDictionaryVersion</key> |
|
27 |
<string>6.0</string> |
|
28 |
<key>LSRequiresIPhoneOS</key> |
|
29 |
<true/> |
|
30 |
<key>UIStatusBarHidden</key> |
|
31 |
<true/> |
|
32 |
<key>UIInterfaceOrientation</key> |
|
33 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
34 |
</dict> |
|
35 |
</plist> |