Skip to content

Commit

Permalink
release: 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
repro-sdk-bot committed Dec 10, 2019
1 parent 2c3bdc6 commit f10472c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
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 @@ -127,6 +127,12 @@ NS_SWIFT_NAME(disableInAppMessageOnActive());
+ (void)showInAppMessage
NS_SWIFT_NAME(showInAppMessage());

// Silver Egg In-app
+ (void)setSilverEggCookie:(nonnull NSString *)silverEggCookie
NS_SWIFT_NAME(set(silverEggCookie:));

+ (void)setSilverEggProdKey:(nonnull NSString *)silverEggProdKey
NS_SWIFT_NAME(set(silverEggProdKey:));

// Remote Configuration
@property (class, nonatomic, readonly, nonnull) RPRRemoteConfig *remoteConfig;
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.

0 comments on commit f10472c

Please sign in to comment.