Skip to content

Commit

Permalink
release: 2.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed Feb 11, 2018
1 parent 2c4d125 commit 6b69490
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 184 deletions.
5 changes: 0 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@ This product includes a part of 'Mixpanel iOS SDK' (https://github.com/mixpanel/

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

This product includes 'AFNetworking' (https://github.com/AFNetworking/AFNetworking), which is released under the following license(s):
MIT <http://opensource.org/licenses/mit-license.html>

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

All other components of this product are: Copyright (c) 2015 Repro, Inc. All rights reserved.
2 changes: 1 addition & 1 deletion Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) {
+ (NSString *)getUserID;
+ (NSString *)getDeviceID;
+ (void)setStringUserProfile:(NSString*)value forKey:(NSString*)key;
+ (void)setIntUserProfile:(int)value forKey:(NSString*)key;
+ (void)setIntUserProfile:(NSInteger)value forKey:(NSString*)key;
+ (void)setDoubleUserProfile:(double)value forKey:(NSString*)key;
+ (void)setDateUserProfile:(NSDate*)value forKey:(NSString*)key;

Expand Down
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.
53 changes: 0 additions & 53 deletions cpp/ReproCpp.h

This file was deleted.

125 changes: 0 additions & 125 deletions cpp/ReproCpp.mm

This file was deleted.

0 comments on commit 6b69490

Please sign in to comment.