From 8a0dcfc7950f2c39e4d6b444050003115711bd74 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 2 Sep 2011 19:19:48 -0400 Subject: Upgraded TestFlight SDK to v0.6 --- TestFlight.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'TestFlight.h') diff --git a/TestFlight.h b/TestFlight.h index cd98c52..d2efd60 100644 --- a/TestFlight.h +++ b/TestFlight.h @@ -8,7 +8,7 @@ #import @interface TestFlight : NSObject { - + } /** @@ -22,6 +22,14 @@ */ + (void)takeOff:(NSString *)teamToken; +/** + Sets custom options + Option Accepted Values Description + reinstallCrashHandlers [NSNumber numberWithBool:YES] Reinstalls crash handlers, to be used if a third party + library installs crash handlers overtop of the TestFlight Crash Handlers + */ ++ (void)setOptions:(NSDictionary*)options; + /** Track when a user has passed a checkpoint after the flight has taken off. Eg. passed level 1, posted high score */ -- cgit 1.4.1