Skip to content

Commit

Permalink
Merge pull request #115 from UserLeap/release/ios/v4.21.2
Browse files Browse the repository at this point in the history
SDK release 4.21.2
  • Loading branch information
kghsprig committed Mar 12, 2024
2 parents 24c98ce + ec84198 commit d76ba0d
Show file tree
Hide file tree
Showing 22 changed files with 503 additions and 373 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Expand Up @@ -4,6 +4,10 @@
<!-- fix: A bug fix -->
<!-- chore: Changes to the build process or auxiliary tools and libraries -->

### 4.21.2

- fix: Small bug fixes.

### 4.21.1

- fix: Fix for endpoint issue.
Expand Down
3 changes: 2 additions & 1 deletion UserLeapKit.json
Expand Up @@ -55,5 +55,6 @@
"4.20.1": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.20.1.zip",
"4.20.2": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.20.2.zip",
"4.21.0": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.0.zip",
"4.21.1": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.1.zip"
"4.21.1": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.1.zip",
"4.21.2": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.2.zip"
}
2 changes: 1 addition & 1 deletion UserLeapKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UserLeapKit"
s.version = "4.21.1"
s.version = "4.21.2"
s.summary = "UserLeap surveys in iOS"
s.description = <<-DESC
Access the power of Sprig inside of your iOS applications. Track visitor progress and deliver surveys natively across
Expand Down
Expand Up @@ -506,6 +506,7 @@ typedef SWIFT_ENUM(NSInteger, SurveyState, open) {




@interface UserLeap (SWIFT_EXTENSION(UserLeapKit)) <SprigOptimizelyIntegrationAPI>
- (NSArray<SGOptimizelyExperiment *> * _Nonnull)integrateOptimizely:(NSObject * _Nonnull)optimizely userId:(NSString * _Nonnull)userId attributes:(NSDictionary<NSString *, id> * _Nonnull)attributes isOverride:(BOOL)isOverride;
- (void)integrateOptimizelyExperiments:(NSArray<SGOptimizelyExperiment *> * _Nonnull)experiments :(BOOL)isOverride;
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d76ba0d

Please sign in to comment.