Skip to content

Commit

Permalink
Merge pull request #125 from UserLeap/release/ios/v4.21.7
Browse files Browse the repository at this point in the history
SDK release 4.21.7
  • Loading branch information
kghsprig committed May 7, 2024
2 parents 5419617 + dc75da6 commit c06701a
Show file tree
Hide file tree
Showing 17 changed files with 1,001 additions and 913 deletions.
3 changes: 3 additions & 0 deletions CHANGE_LOG.md
Expand Up @@ -4,6 +4,9 @@
<!-- fix: A bug fix -->
<!-- chore: Changes to the build process or auxiliary tools and libraries -->

### 4.21.7
- add: Replays: Added the ability to change SPS in the server config.

### 4.21.6
- add: Replays: Added the ability to mask views based on class names.
- fix: Replays: Stop touch capture on keyboard when displaying.
Expand Down
3 changes: 2 additions & 1 deletion UserLeapKit.json
Expand Up @@ -60,5 +60,6 @@
"4.21.3": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.3.zip",
"4.21.4": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.4.zip",
"4.21.5": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.5.zip",
"4.21.6": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.6.zip"
"4.21.6": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.6.zip",
"4.21.7": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.7.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.6"
s.version = "4.21.7"
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
10 changes: 5 additions & 5 deletions UserLeapKit.xcframework/Info.plist
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>UserLeapKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>UserLeapKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.

0 comments on commit c06701a

Please sign in to comment.