Skip to content

Commit

Permalink
6.16.0 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit kremer committed Dec 10, 2024
1 parent 49cd140 commit 2695b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "AppsFlyerLib",
url: "https://github.com/AppsFlyerSDK/appsflyer-apple-sdk-qa/releases/download/6.15.3.216/AppsFlyerLib-Static-SPM.xcframework.zip",
checksum: "b8552e07cc51f4f2f5e265fd7ff9a1da75cb6a1d06e02e8a25c0f27f63b8f73b"
url: "https://github.com/AppsFlyerSDK/appsflyer-apple-sdk-qa/releases/download/6.16.0.222/AppsFlyerLib-Static-SPM.xcframework.zip",
checksum: "467a1c49a10b4e74e1d3a685575be3684429db063584f49d2138668e66fee172"
)
]
)
6 changes: 3 additions & 3 deletions appsflyer-apple-sdk-qa.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'appsflyer-apple-sdk-qa'
s.version = '6.15.3.216'
s.version = '6.16.0.222'
s.summary = 'AppsFlyer iOS SDK'

s.description = <<-DESC
Expand All @@ -18,8 +18,8 @@ Pod::Spec.new do |s|


s.source = {
http: "https://github.com/AppsFlyerSDK/appsflyer-apple-sdk-qa/releases/download/6.15.3.216/AppsFlyerLib-Binaries.zip",
sha256: "50b7730d7bd43ab2d8edb8a98cbe7f3a8d01b205d1b306c9909cb55313476dcd"
http: "https://github.com/AppsFlyerSDK/appsflyer-apple-sdk-qa/releases/download/6.16.0.222/AppsFlyerLib-Binaries.zip",
sha256: "d71ab795bc5b62dc9bd48a7d8c13b03d8f95342de4d999b77e193c235253fc2e"
}

s.ios.deployment_target = '12.0'
Expand Down

0 comments on commit 2695b11

Please sign in to comment.