Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle Bot committed Oct 4, 2022
1 parent cb01a6e commit 8a6bb97
Show file tree
Hide file tree
Showing 32 changed files with 629 additions and 98 deletions.
4 changes: 2 additions & 2 deletions Taplytics.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Taplytics'
s.version = '4.0.3'
s.version = '4.1.0'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
s.summary = 'iOS framework for using the Taplytics native mobile A/B testing service.'
s.description = 'For installation instructions, please visit: https://github.com/taplytics/taplytics-ios-sdk'
s.source = { :git => 'https://github.com/taplytics/taplytics-ios-sdk.git', :tag => "#{s.version}" }
s.platform = :ios, '10.0'
s.platform = :ios, '11.0'
s.frameworks = 'CoreTelephony', 'SystemConfiguration', 'JavaScriptCore'
s.vendored_frameworks = 'Taplytics.xcframework'
s.pod_target_xcconfig = {
Expand Down
6 changes: 3 additions & 3 deletions Taplytics.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Taplytics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand All @@ -20,13 +21,12 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Taplytics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
Expand Down
Loading

0 comments on commit 8a6bb97

Please sign in to comment.