diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-09-04 11:27:41 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-09-04 11:27:41 -0400 |
commit | 1ad8c37f32e3c0244475c3b0ffcf55df091334e7 (patch) | |
tree | 53f7932e65abc1339eb22e6a1e42e7a4634cc7d3 /TestFlight.h | |
parent | 90f9884ec4a266fbf535f00bcb34a1b07396279d (diff) | |
parent | 8a0dcfc7950f2c39e4d6b444050003115711bd74 (diff) | |
download | cartcollect-1ad8c37f32e3c0244475c3b0ffcf55df091334e7.tar.gz cartcollect-1ad8c37f32e3c0244475c3b0ffcf55df091334e7.tar.bz2 cartcollect-1ad8c37f32e3c0244475c3b0ffcf55df091334e7.zip |
Pulled in jump mode
Diffstat (limited to 'TestFlight.h')
-rw-r--r-- | TestFlight.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/TestFlight.h b/TestFlight.h index cd98c52..d2efd60 100644 --- a/TestFlight.h +++ b/TestFlight.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #import <Foundation/Foundation.h> | 8 | #import <Foundation/Foundation.h> |
9 | 9 | ||
10 | @interface TestFlight : NSObject { | 10 | @interface TestFlight : NSObject { |
11 | 11 | ||
12 | } | 12 | } |
13 | 13 | ||
14 | /** | 14 | /** |
@@ -23,6 +23,14 @@ | |||
23 | + (void)takeOff:(NSString *)teamToken; | 23 | + (void)takeOff:(NSString *)teamToken; |
24 | 24 | ||
25 | /** | 25 | /** |
26 | Sets custom options | ||
27 | Option Accepted Values Description | ||
28 | reinstallCrashHandlers [NSNumber numberWithBool:YES] Reinstalls crash handlers, to be used if a third party | ||
29 | library installs crash handlers overtop of the TestFlight Crash Handlers | ||
30 | */ | ||
31 | + (void)setOptions:(NSDictionary*)options; | ||
32 | |||
33 | /** | ||
26 | Track when a user has passed a checkpoint after the flight has taken off. Eg. passed level 1, posted high score | 34 | Track when a user has passed a checkpoint after the flight has taken off. Eg. passed level 1, posted high score |
27 | */ | 35 | */ |
28 | + (void)passCheckpoint:(NSString *)checkpointName; | 36 | + (void)passCheckpoint:(NSString *)checkpointName; |