Skip to content

Commit

Permalink
Update dependency to support AppsFlyer SDK v6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
af-obodovskyi committed Mar 6, 2024
1 parent 39e534c commit e8487eb
Show file tree
Hide file tree
Showing 11 changed files with 16 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
Expand Up @@ -2,5 +2,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.13.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.0/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",
"6.13.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.1/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
Expand Up @@ -2,5 +2,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.13.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.0/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",
"6.13.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.1/purchase-connector-static.xcframework.zip"
}
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["PurchaseConnector"])
],
dependencies: [
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", exact: "6.13.0")
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", exact: "6.13.1")
],
targets: [
.binaryTarget(
Expand Down
8 changes: 4 additions & 4 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.13.0"
s.version = "6.13.1"
s.summary = 'AppsFlyer iOS SDK ARS Beta'

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

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

s.subspec 'Dynamic' do |ss|
ss.ios.dependency 'AppsFlyerFramework/Dynamic', "6.13.0"
ss.ios.dependency 'AppsFlyerFramework/Dynamic', "6.13.1"
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.dependency 'AppsFlyerFramework/Strict', "6.13.1"
ss.ios.preserve_paths = 'PurchaseConnector.xcframework'
ss.ios.vendored_frameworks = 'PurchaseConnector.xcframework'
end
Expand Down
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_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>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e8487eb

Please sign in to comment.