diff options
Diffstat (limited to 'Classes')
-rwxr-xr-x | Classes/Cart_CollectAppDelegate.m | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index 5444a12..3dbb3eb 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m | |||
@@ -46,7 +46,11 @@ | |||
46 | - (void) applicationDidFinishLaunching:(UIApplication*)application | 46 | - (void) applicationDidFinishLaunching:(UIApplication*)application |
47 | { | 47 | { |
48 | // REMOVE THIS LINE FOR RELEASE BUILDS | 48 | // REMOVE THIS LINE FOR RELEASE BUILDS |
49 | [TestFlight takeOff:@"66a3925c85c93e7628c14d167ff6c1b7_MjM4MTEyMDExLTA4LTE3IDEzOjEyOjQ4Ljg2NDE2OQ"]; | 49 | #define TESTING 1 |
50 | #ifdef TESTING | ||
51 | [TestFlight takeOff:@"561e1293-c250-48c8-ae8a-6fa5e906f934"]; | ||
52 | [TestFlight setDeviceIdentifier:[[UIDevice currentDevice] uniqueIdentifier]]; | ||
53 | #endif | ||
50 | 54 | ||
51 | [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; | 55 | [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; |
52 | 56 | ||