diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-08-23 09:35:16 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-08-23 09:35:16 -0400 |
commit | 887e595136e71f52ea585f17d73e5ac3baefb7eb (patch) | |
tree | cc097b2bb119456878687af6c757ee8bc12e09be /Classes/Cart_CollectAppDelegate.m | |
parent | 02d9a87417837ffda602b2d06c2c6897d15a1202 (diff) | |
parent | 3caffadb393cada7d9bbc433e0c96e6650ed873a (diff) | |
download | cartcollect-887e595136e71f52ea585f17d73e5ac3baefb7eb.tar.gz cartcollect-887e595136e71f52ea585f17d73e5ac3baefb7eb.tar.bz2 cartcollect-887e595136e71f52ea585f17d73e5ac3baefb7eb.zip |
Pulled in level selection screen (version 0.3) v0.3
Closes #207
Diffstat (limited to 'Classes/Cart_CollectAppDelegate.m')
-rwxr-xr-x | Classes/Cart_CollectAppDelegate.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index 158f660..0af3ac0 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m | |||
@@ -13,6 +13,7 @@ | |||
13 | #import "GameMode.h" | 13 | #import "GameMode.h" |
14 | #import "RootViewController.h" | 14 | #import "RootViewController.h" |
15 | #import "MainMenuLayer.h" | 15 | #import "MainMenuLayer.h" |
16 | #import "TestFlight.h" | ||
16 | 17 | ||
17 | @implementation Cart_CollectAppDelegate | 18 | @implementation Cart_CollectAppDelegate |
18 | 19 | ||
@@ -42,6 +43,9 @@ | |||
42 | 43 | ||
43 | - (void) applicationDidFinishLaunching:(UIApplication*)application | 44 | - (void) applicationDidFinishLaunching:(UIApplication*)application |
44 | { | 45 | { |
46 | // REMOVE THIS LINE FOR RELEASE BUILDS | ||
47 | [TestFlight takeOff:@"66a3925c85c93e7628c14d167ff6c1b7_MjM4MTEyMDExLTA4LTE3IDEzOjEyOjQ4Ljg2NDE2OQ"]; | ||
48 | |||
45 | [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; | 49 | [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; |
46 | 50 | ||
47 | NSMutableDictionary* registerDefaults = [NSMutableDictionary dictionaryWithObjectsAndKeys: | 51 | NSMutableDictionary* registerDefaults = [NSMutableDictionary dictionaryWithObjectsAndKeys: |