From 9ca13b1facfbdabb5cc383899e72b3cfc95747b2 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 3 Jan 2013 17:08:26 -0500 Subject: Upgraded TestFlight SDK to v1.2 --- Classes/Cart_CollectAppDelegate.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Classes/Cart_CollectAppDelegate.m') 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 @@ - (void) applicationDidFinishLaunching:(UIApplication*)application { // REMOVE THIS LINE FOR RELEASE BUILDS - [TestFlight takeOff:@"66a3925c85c93e7628c14d167ff6c1b7_MjM4MTEyMDExLTA4LTE3IDEzOjEyOjQ4Ljg2NDE2OQ"]; +#define TESTING 1 +#ifdef TESTING + [TestFlight takeOff:@"561e1293-c250-48c8-ae8a-6fa5e906f934"]; + [TestFlight setDeviceIdentifier:[[UIDevice currentDevice] uniqueIdentifier]]; +#endif [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; -- cgit 1.4.1