summary refs log tree commit diff stats
path: root/Classes
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-01-03 17:08:26 -0500
committerStarla Insigna <starla4444@gmail.com>2013-01-03 17:08:26 -0500
commit9ca13b1facfbdabb5cc383899e72b3cfc95747b2 (patch)
tree9e86cbe06e0aa79c6152dbb84b6ee575460e7dc7 /Classes
parent4ffbefdfc753770e56e23e471e2f5b9806bd114b (diff)
downloadcartcollect-9ca13b1facfbdabb5cc383899e72b3cfc95747b2.tar.gz
cartcollect-9ca13b1facfbdabb5cc383899e72b3cfc95747b2.tar.bz2
cartcollect-9ca13b1facfbdabb5cc383899e72b3cfc95747b2.zip
Upgraded TestFlight SDK to v1.2
Diffstat (limited to 'Classes')
-rwxr-xr-xClasses/Cart_CollectAppDelegate.m6
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