Skip to content

Commit

Permalink
feat: change appsflyer package repository url
Browse files Browse the repository at this point in the history
Change it to static one
  • Loading branch information
1abhishekpandey committed Apr 3, 2024
1 parent e5fe07b commit 186be7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "AppsFlyerLib",
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework",
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static",
"state": {
"branch": null,
"revision": "4591cd113ea1af6fa950479fadbce2f13bab8895",
"version": "6.13.1"
"revision": "372811ca91c66fa9b235d845d647cdf8edf91304",
"version": "6.13.2"
}
},
{
Expand Down Expand Up @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/rudderlabs/rudder-sdk-ios",
"state": {
"branch": null,
"revision": "6defba00e35d5652f83fbebd0b360d722bfaab34",
"version": "1.25.2"
"revision": "e7f6d2ed7138598df96c23cec551d42359e80190",
"version": "1.26.1"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ let package = Package(
)
],
dependencies: [
.package(name: "AppsFlyerLib", url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework", "6.12.2"..<"7.0.0"),
.package(name: "AppsFlyerLib-Static", url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static", "6.12.2"..<"7.0.0"),
.package(name: "Rudder",url: "https://github.com/rudderlabs/rudder-sdk-ios", from: "1.0.0"),
],
targets: [
.target(
name: "Rudder-Appsflyer",
dependencies: [
.product(name: "AppsFlyerLib", package: "AppsFlyerLib"),
.product(name: "AppsFlyerLib-Static", package: "AppsFlyerLib-Static"),
.product(name: "Rudder", package: "Rudder"),
],
path: "Rudder-Appsflyer",
Expand Down

0 comments on commit 186be7a

Please sign in to comment.