Skip to content

Commit

Permalink
release: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
repro-sdk-bot committed Jun 19, 2020
1 parent 7119771 commit fffb80f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,12 @@ NS_SWIFT_NAME(setPushDeviceToken(string:));


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

+ (void)showInAppMessage
NS_SWIFT_NAME(showInAppMessage());
+ (void)enableInAppMessagesOnForegroundTransition
NS_SWIFT_NAME(enableInAppMessagesOnForegroundTransition());

+ (void)disableInAppMessagesOnForegroundTransition
NS_SWIFT_NAME(disableInAppMessagesOnForegroundTransition());

// Silver Egg In-app
+ (void)setSilverEggCookie:(nonnull NSString *)silverEggCookie
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.
3 changes: 1 addition & 2 deletions Repro.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Repro'
s.version = '4.8.0'
s.version = '5.0.0'
s.summary = 'Repro is a mobile analytics tool that lets you have much deeper understanding of your users.'
s.homepage = 'https://repro.io/'
s.license = {
Expand All @@ -24,5 +24,4 @@ Pod::Spec.new do |s|
s.resource = 'Repro.embeddedframework/Resources/ReproSDKResources.bundle'

s.frameworks = 'CoreTelephony', 'MobileCoreServices', 'Security', 'SystemConfiguration', 'WebKit'
s.libraries = 'z'
end

0 comments on commit fffb80f

Please sign in to comment.