Skip to content

Commit

Permalink
feat: set maximum version of AppsFlyer SDK to less than 7.0.0 in Pack…
Browse files Browse the repository at this point in the history
…age.swift
  • Loading branch information
1abhishekpandey committed Mar 6, 2024
1 parent 0e84634 commit 0e70161
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework",
"state": {
"branch": null,
"revision": "0d8359239a349db4ac2aba8efe2ad8835fc799b5",
"version": "6.12.2"
"revision": "4591cd113ea1af6fa950479fadbce2f13bab8895",
"version": "6.13.1"
}
},
{
"package": "RSCrashReporter",
"repositoryURL": "https://github.com/rudderlabs/crash-reporter-ios",
"state": {
"branch": null,
"revision": "f8fc2f043332033aa49aed21180f3742bf05b61d",
"version": "1.1.0"
"revision": "ee563535b64d9d5feacd0fa243663b2658033a19",
"version": "1.0.1"
}
},
{
"package": "MetricsReporter",
"repositoryURL": "https://github.com/rudderlabs/metrics-reporter-ios",
"state": {
"branch": null,
"revision": "fae035db90a966f863f34442051d2be3f3605c5a",
"version": "1.2.0"
"revision": "c5fe7cc861a83ec75978a516c02398c2a2cb1f20",
"version": "1.2.1"
}
},
{
Expand All @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/rudderlabs/rudder-sdk-ios",
"state": {
"branch": null,
"revision": "383a515d144c36a5e173147b26be721a5c9d39f3",
"version": "1.23.1"
"revision": "6defba00e35d5652f83fbebd0b360d722bfaab34",
"version": "1.25.2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "AppsFlyerLib", url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework", "6.12.2"..<"6.12.3"),
.package(name: "AppsFlyerLib", url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework", "6.12.2"..<"7.0.0"),
.package(name: "Rudder",url: "https://github.com/rudderlabs/rudder-sdk-ios", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit 0e70161

Please sign in to comment.