diff --git a/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h b/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h index cb088e1..0951c7c 100644 --- a/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h +++ b/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h @@ -4,6 +4,8 @@ // Copyright (c) 2014 Repro Inc. All rights reserved. // +#import + @interface RPRViewContentProperties : NSObject @property (nonatomic, readwrite) double value; @property (nonatomic, readwrite, copy) NSString *currency; diff --git a/Repro.embeddedframework/Repro.framework/Headers/RPRUserProfileGender.h b/Repro.embeddedframework/Repro.framework/Headers/RPRUserProfileGender.h index afa798b..5145167 100644 --- a/Repro.embeddedframework/Repro.framework/Headers/RPRUserProfileGender.h +++ b/Repro.embeddedframework/Repro.framework/Headers/RPRUserProfileGender.h @@ -4,6 +4,8 @@ // Copyright (c) 2014 Repro Inc. All rights reserved. // +#import + typedef NS_ENUM(NSInteger, RPRUserProfileGender) { RPRUserProfileGenderOther NS_SWIFT_NAME(other) = 0, RPRUserProfileGenderMale NS_SWIFT_NAME(male), diff --git a/Repro.embeddedframework/Repro.framework/Headers/Repro.h b/Repro.embeddedframework/Repro.framework/Headers/Repro.h index 4af4448..b46f5c3 100644 --- a/Repro.embeddedframework/Repro.framework/Headers/Repro.h +++ b/Repro.embeddedframework/Repro.framework/Headers/Repro.h @@ -4,11 +4,13 @@ // Copyright (c) 2014 Repro Inc. All rights reserved. // -#import +#import + #import "RPREventProperties.h" #import "RPRUserProfileGender.h" #import "RPRRemoteConfig.h" +@protocol WKNavigationDelegate; //! Project version number for Repro. FOUNDATION_EXPORT double ReproVersionNumber; @@ -69,7 +71,7 @@ NS_SWIFT_NAME(setUserProfile(emailAddress:)); + (void)track:(nonnull NSString *)name properties:(nullable NSDictionary *)properties NS_SWIFT_NAME(track(event:properties:)); -+ (void)startWebViewTracking:(nonnull id)delegate ++ (void)startWebViewTracking:(nonnull id)delegate NS_SWIFT_NAME(startWebViewTracking(delegate:)); diff --git a/Repro.embeddedframework/Repro.framework/Info.plist b/Repro.embeddedframework/Repro.framework/Info.plist index 65d2efe..86bd63f 100644 Binary files a/Repro.embeddedframework/Repro.framework/Info.plist and b/Repro.embeddedframework/Repro.framework/Info.plist differ diff --git a/Repro.embeddedframework/Repro.framework/Repro b/Repro.embeddedframework/Repro.framework/Repro index b334a1f..5502fcf 100644 Binary files a/Repro.embeddedframework/Repro.framework/Repro and b/Repro.embeddedframework/Repro.framework/Repro differ diff --git a/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist b/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist index 50686ea..48754c3 100644 Binary files a/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist and b/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist differ diff --git a/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist b/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist index 50686ea..48754c3 100644 Binary files a/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist and b/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist differ