Skip to content

Commit

Permalink
release: 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Distiller committed Aug 17, 2015
1 parent 185672c commit 94bbdb1
Show file tree
Hide file tree
Showing 38 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.5 (2015/08/17)

- In-app message
- Remove iOS 6 support
- Remove dependency to `-ObjC` linker flag
- Fix the bug of recorability control while scrolling

# 0.10.4.1 (2015/07/21)

- Hot fix for Push notification
Expand Down
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ This product includes 'RSSwizzle' (https://github.com/rabovik/RSSwizzle), which

----------------------------------------------------------------

This product includes a part of 'Mixpanel iOS SDK' (https://github.com/mixpanel/mixpanel-iphone), which is released under the following license(s):
Apatch 2 <http://opensource.org/licenses/Apache-2.0>

----------------------------------------------------------------

All other components of this product are: Copyright (c) 2014 Repro, Inc. All rights reserved.
6 changes: 6 additions & 0 deletions Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) {
+ (void)setPushDeviceToken:(NSData *)pushDeviceToken;
+ (void)setPushDeviceTokenString:(NSString *)pushDeviceToken;

// In App Message
+ (void)disableInAppMessageOnActive;
+ (void)showInAppMessage;

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

@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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94bbdb1

Please sign in to comment.