Skip to content

Commit

Permalink
LeapSDK version 1.11.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-jiny committed Feb 15, 2024
1 parent 37c7c8e commit 727cf45
Show file tree
Hide file tree
Showing 11 changed files with 906 additions and 885 deletions.
2 changes: 1 addition & 1 deletion LeapSDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeapSDK"
s.version = "1.11.5"
s.version = "1.11.6"
s.summary = "Product engagement made easy"
s.description = <<-DESC
Product engagement made easy. Onboard, nudge, & delight your mobile users
Expand Down
10 changes: 5 additions & 5 deletions LeapSDK.xcframework/Info.plist
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>LeapSDK.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</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>LeapSDK.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 modified LeapSDK.xcframework/ios-arm64/LeapSDK.framework/Info.plist
Binary file not shown.
Binary file modified LeapSDK.xcframework/ios-arm64/LeapSDK.framework/LeapSDK
Binary file not shown.

0 comments on commit 727cf45

Please sign in to comment.