Skip to content

Commit

Permalink
Update PurchaseConnector Binaries to v6.13.0, add AppsFlyer-Strict co…
Browse files Browse the repository at this point in the history
…mpatibility
  • Loading branch information
af-obodovskyi committed Feb 20, 2024
1 parent f8697fa commit de946b7
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 14 deletions.
3 changes: 2 additions & 1 deletion Carthage/purchase-connector-dynamic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"6.10.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.10.1/purchase-connector-dynamic.xcframework.zip",
"6.12.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.2/purchase-connector-dynamic.xcframework.zip",
"6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-dynaimic.xcframework.zip"
"6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-dynaimic.xcframework.zip",
"6.13.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.0/purchase-connector-dynaimic.xcframework.zip"
}
3 changes: 2 additions & 1 deletion Carthage/purchase-connector-static.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"6.10.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.10.1/purchase-connector-static.xcframework.zip",
"6.12.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.2/purchase-connector-static.xcframework.zip",
"6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-static.xcframework.zip"
"6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-static.xcframework.zip",
"6.13.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.0/purchase-connector-static.xcframework.zip"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
C1q1SoGfVnU0u1JP+wlBuRNjGl4=
v2y2ajNkvgGQ4zRX+CoiSnNVKBQ=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
12 changes: 9 additions & 3 deletions PurchaseConnector.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'PurchaseConnector'
s.version = "6.12.3"
s.version = "6.13.0"
s.summary = 'AppsFlyer iOS SDK ARS Beta'

s.description = <<-DESC
Expand All @@ -22,15 +22,21 @@ Pod::Spec.new do |s|
s.default_subspecs = 'Main'

s.subspec 'Main' do |ss|
ss.ios.dependency 'AppsFlyerFramework', "6.12.2"
ss.ios.dependency 'AppsFlyerFramework', "6.13.0"
ss.ios.preserve_paths = 'PurchaseConnector.xcframework'
ss.ios.vendored_frameworks = 'PurchaseConnector.xcframework'
end

s.subspec 'Dynamic' do |ss|
ss.ios.dependency 'AppsFlyerFramework/Dynamic', "6.12.2"
ss.ios.dependency 'AppsFlyerFramework/Dynamic', "6.13.0"
ss.ios.preserve_paths = 'Dynamic/PurchaseConnector.xcframework'
ss.ios.vendored_frameworks = 'Dynamic/PurchaseConnector.xcframework'
end

s.subspec 'Strict' do |ss|
ss.ios.dependency 'AppsFlyerFramework/Strict', "6.13.0"
ss.ios.preserve_paths = 'PurchaseConnector.xcframework'
ss.ios.vendored_frameworks = 'PurchaseConnector.xcframework'
end

end
14 changes: 7 additions & 7 deletions PurchaseConnector.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</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_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
WUV879I+yBue+dTtdscnKCp6JQY=
rlVw2Hd3qJE8xSESFYc9D6wsiss=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down

0 comments on commit de946b7

Please sign in to comment.