Skip to content

Commit

Permalink
release: 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed Oct 8, 2015
1 parent 9a84a9e commit 7bccf61
Show file tree
Hide file tree
Showing 36 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.3.15 (2015/10/09)

## Support iOS 6 Again

### Notice

- Recording and usability testing are not supported on iOS 6

# 1.3.14 (2015/10/06)

## Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion Example/ReproExample/ReproExample/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
}

static void exceptionHandler(NSException *exception){
NSLog(@"ReproSample: Uncaught Exception: %@", [exception reason]);
NSLog(@"ReproDev: Uncaught Exception: %@", [exception reason]);
}

- (void)applicationWillResignActive:(UIApplication *)application {
Expand Down
7 changes: 4 additions & 3 deletions Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) {
// Crash reporting
+ (void)enableCrashReporting;

// Survey
+ (void)survey:(NSError**)error;

// Usability Testing
+ (void)enableUsabilityTesting;

Expand All @@ -64,6 +61,10 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) {
+ (void)disableInAppMessageOnActive;
+ (void)showInAppMessage;

// Integrations
+ (void)integrateRtoaster:(NSString *)accountID;

// Deprecated
+ (void)survey:(NSError**)error __attribute__ ((deprecated));

@end
Binary file modified Repro.embeddedframework/Repro.framework/Info.plist
Binary file not shown.
Binary file modified Repro.embeddedframework/Repro.framework/Repro
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7bccf61

Please sign in to comment.