diff --git a/Package.resolved b/Package.resolved index b4d6c3f..8d98092 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,29 +3,29 @@ "pins": [ { "package": "abseil", - "repositoryURL": "https://github.com/firebase/abseil-cpp-SwiftPM.git", + "repositoryURL": "https://github.com/google/abseil-cpp-binary.git", "state": { "branch": null, - "revision": "583de9bd60f66b40e78d08599cc92036c2e7e4e1", - "version": "0.20220203.2" + "revision": "bfc0b6f81adc06ce5121eb23f628473638d67c5c", + "version": "1.2022062300.0" } }, { "package": "Segment", - "repositoryURL": "https://github.com/segmentio/analytics-ios.git", + "repositoryURL": "https://github.com/MyUNiDAYS/analytics-ios.git", "state": { "branch": null, - "revision": "187faa897c826fe0954124da116db3318242f7c3", - "version": "4.1.4" + "revision": "508ec32e151eae684240a2ed908b99d0a158c687", + "version": null } }, { - "package": "BoringSSL-GRPC", - "repositoryURL": "https://github.com/firebase/boringssl-SwiftPM.git", + "package": "AppCheck", + "repositoryURL": "https://github.com/google/app-check.git", "state": { "branch": null, - "revision": "dd3eda2b05a3f459fc3073695ad1b28659066eab", - "version": "0.9.1" + "revision": "5746b2d35c91c50581590ed97abe4c06b5037274", + "version": "10.18.0" } }, { @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git", "state": { "branch": null, - "revision": "c24031ad9410c746c49deddc739fdf311a386fc7", - "version": "10.2.0" + "revision": "d9bcd141c3e4ad48a9500e6faeebb073f43cbcbd", + "version": "10.19.0" } }, { @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/google/GoogleAppMeasurement.git", "state": { "branch": null, - "revision": "71eb6700dd53a851473c48d392f00a3ab26699a6", - "version": "10.1.0" + "revision": "6b332152355c372ace9966d8ee76ed191f97025e", + "version": "10.17.0" } }, { @@ -66,11 +66,11 @@ }, { "package": "gRPC", - "repositoryURL": "https://github.com/grpc/grpc-ios.git", + "repositoryURL": "https://github.com/google/grpc-binary.git", "state": { "branch": null, - "revision": "8440b914756e0d26d4f4d054a1c1581daedfc5b6", - "version": "1.44.3-grpc" + "revision": "a673bc2937fbe886dd1f99c401b01b6d977a9c98", + "version": "1.49.1" } }, { @@ -82,6 +82,15 @@ "version": "3.0.0" } }, + { + "package": "InteropForGoogle", + "repositoryURL": "https://github.com/google/interop-ios-for-google-sdks.git", + "state": { + "branch": null, + "revision": "2d12673670417654f08f5f90fdd62926dc3a2648", + "version": "100.0.0" + } + }, { "package": "leveldb", "repositoryURL": "https://github.com/firebase/leveldb.git", diff --git a/Package.swift b/Package.swift index 29990b3..8b14627 100644 --- a/Package.swift +++ b/Package.swift @@ -8,8 +8,9 @@ let package = Package( dependencies: [ .package( name: "Segment", - url: "https://github.com/segmentio/analytics-ios.git", - .exact("4.1.4") + url: "https://github.com/MyUNiDAYS/analytics-ios", + // Use hash instead of branch + .revision("508ec32e151eae684240a2ed908b99d0a158c687") ), .package( name: "Firebase",