From 186be7abdccc0c8d90add9b518db833192368b6a Mon Sep 17 00:00:00 2001 From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:04:23 +0530 Subject: [PATCH] feat: change appsflyer package repository url Change it to static one --- Package.resolved | 10 +++++----- Package.swift | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.resolved b/Package.resolved index db8efb1..d16f226 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { @@ -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" } } ] diff --git a/Package.swift b/Package.swift index 20c1722..118c4c3 100644 --- a/Package.swift +++ b/Package.swift @@ -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",