diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-08-12 09:51:50 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-08-12 09:51:50 -0400 |
commit | d19677f9f73d8fe7436982bdf8d40f69d69d1b43 (patch) | |
tree | 74853f369ef51bc9f9f595ff31153ce1a718e651 /Resources/Info.plist | |
parent | 07f40d804de35d1cead13217c448811e774e6e67 (diff) | |
download | cartcollect-d19677f9f73d8fe7436982bdf8d40f69d69d1b43.tar.gz cartcollect-d19677f9f73d8fe7436982bdf8d40f69d69d1b43.tar.bz2 cartcollect-d19677f9f73d8fe7436982bdf8d40f69d69d1b43.zip |
Added tutorial mode
GameLayer was also renamed to ClassicGameMode and its pause functionality and score/lives counters were moved out to GameMode. FallingObjectDelegate was created to allow for custom code to be run when items were caught/missed, something that is used extensively by tutorial mode. Important: Cart Collect's bundle identifier was changed in this revision from com.fourisland.Cart-Collect to com.apatheticink.Cart-Collect, so ensure that before attempting to compile/run this build, you clear your build directory and remove the old version of Cart Collect from your device. Closes #193
Diffstat (limited to 'Resources/Info.plist')
-rwxr-xr-x | Resources/Info.plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index 9b64e3d..ed33cda 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist | |||
@@ -19,7 +19,7 @@ | |||
19 | <string>Icon-72.png</string> | 19 | <string>Icon-72.png</string> |
20 | </array> | 20 | </array> |
21 | <key>CFBundleIdentifier</key> | 21 | <key>CFBundleIdentifier</key> |
22 | <string>com.fourisland.${PRODUCT_NAME:rfc1034identifier}</string> | 22 | <string>com.apatheticink.${PRODUCT_NAME:rfc1034identifier}</string> |
23 | <key>CFBundleInfoDictionaryVersion</key> | 23 | <key>CFBundleInfoDictionaryVersion</key> |
24 | <string>6.0</string> | 24 | <string>6.0</string> |
25 | <key>CFBundleName</key> | 25 | <key>CFBundleName</key> |
@@ -32,8 +32,6 @@ | |||
32 | <string>????</string> | 32 | <string>????</string> |
33 | <key>CFBundleURLTypes</key> | 33 | <key>CFBundleURLTypes</key> |
34 | <array/> | 34 | <array/> |
35 | <key>CFBundleVersion</key> | ||
36 | <string>1.0</string> | ||
37 | <key>LSRequiresIPhoneOS</key> | 35 | <key>LSRequiresIPhoneOS</key> |
38 | <true/> | 36 | <true/> |
39 | <key>UIPrerenderedIcon</key> | 37 | <key>UIPrerenderedIcon</key> |