From be153e1d4f21dfce98779d3cdefd4393d5f3651b Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Wed, 20 Dec 2023 16:36:18 +0200 Subject: [PATCH 1/2] update firebase version --- Package.resolved | 124 +++++++++++++++++++++++++++++++++++++++++++++++ Package.swift | 2 +- 2 files changed, 125 insertions(+), 1 deletion(-) create mode 100644 Package.resolved diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 0000000..50d85b3 --- /dev/null +++ b/Package.resolved @@ -0,0 +1,124 @@ +{ + "object": { + "pins": [ + { + "package": "abseil", + "repositoryURL": "https://github.com/google/abseil-cpp-binary.git", + "state": { + "branch": null, + "revision": "bfc0b6f81adc06ce5121eb23f628473638d67c5c", + "version": "1.2022062300.0" + } + }, + { + "package": "AppCheck", + "repositoryURL": "https://github.com/google/app-check.git", + "state": { + "branch": null, + "revision": "5746b2d35c91c50581590ed97abe4c06b5037274", + "version": "10.18.0" + } + }, + { + "package": "Firebase", + "repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git", + "state": { + "branch": null, + "revision": "c60c958e707c50a9cf8bcb7cfd7d51c566d726c5", + "version": "10.19.1" + } + }, + { + "package": "GoogleAppMeasurement", + "repositoryURL": "https://github.com/google/GoogleAppMeasurement.git", + "state": { + "branch": null, + "revision": "6b332152355c372ace9966d8ee76ed191f97025e", + "version": "10.17.0" + } + }, + { + "package": "GoogleDataTransport", + "repositoryURL": "https://github.com/google/GoogleDataTransport.git", + "state": { + "branch": null, + "revision": "a732a4b47f59e4f725a2ea10f0c77e93a7131117", + "version": "9.3.0" + } + }, + { + "package": "GoogleUtilities", + "repositoryURL": "https://github.com/google/GoogleUtilities.git", + "state": { + "branch": null, + "revision": "bc27fad73504f3d4af235de451f02ee22586ebd3", + "version": "7.12.1" + } + }, + { + "package": "gRPC", + "repositoryURL": "https://github.com/google/grpc-binary.git", + "state": { + "branch": null, + "revision": "a673bc2937fbe886dd1f99c401b01b6d977a9c98", + "version": "1.49.1" + } + }, + { + "package": "GTMSessionFetcher", + "repositoryURL": "https://github.com/google/gtm-session-fetcher.git", + "state": { + "branch": null, + "revision": "115f75e43851774934d695449a4836123c3246e1", + "version": "3.2.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", + "state": { + "branch": null, + "revision": "9d108e9112aa1d65ce508facf804674546116d9c", + "version": "1.22.3" + } + }, + { + "package": "nanopb", + "repositoryURL": "https://github.com/firebase/nanopb.git", + "state": { + "branch": null, + "revision": "819d0a2173aff699fb8c364b6fb906f7cdb1a692", + "version": "2.30909.0" + } + }, + { + "package": "Promises", + "repositoryURL": "https://github.com/google/promises.git", + "state": { + "branch": null, + "revision": "e70e889c0196c76d22759eb50d6a0270ca9f1d9e", + "version": "2.3.1" + } + }, + { + "package": "SwiftProtobuf", + "repositoryURL": "https://github.com/apple/swift-protobuf.git", + "state": { + "branch": null, + "revision": "65e8f29b2d63c4e38e736b25c27b83e012159be8", + "version": "1.25.2" + } + } + ] + }, + "version": 1 +} diff --git a/Package.swift b/Package.swift index ffb3a28..b6516ca 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( dependencies: [ .package(name: "Firebase", url: "https://github.com/firebase/firebase-ios-sdk.git", - "7.0.0"..<"9.0.0"), + .upToNextMajor(from: "10.19.1")), ], targets: [ .target( From d4930de48d8b707a1068f9cb023d6600feecc6b1 Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Wed, 20 Dec 2023 19:29:19 +0200 Subject: [PATCH 2/2] - remove resolved file --- Package.resolved | 124 ----------------------------------------------- 1 file changed, 124 deletions(-) delete mode 100644 Package.resolved diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 50d85b3..0000000 --- a/Package.resolved +++ /dev/null @@ -1,124 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "abseil", - "repositoryURL": "https://github.com/google/abseil-cpp-binary.git", - "state": { - "branch": null, - "revision": "bfc0b6f81adc06ce5121eb23f628473638d67c5c", - "version": "1.2022062300.0" - } - }, - { - "package": "AppCheck", - "repositoryURL": "https://github.com/google/app-check.git", - "state": { - "branch": null, - "revision": "5746b2d35c91c50581590ed97abe4c06b5037274", - "version": "10.18.0" - } - }, - { - "package": "Firebase", - "repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git", - "state": { - "branch": null, - "revision": "c60c958e707c50a9cf8bcb7cfd7d51c566d726c5", - "version": "10.19.1" - } - }, - { - "package": "GoogleAppMeasurement", - "repositoryURL": "https://github.com/google/GoogleAppMeasurement.git", - "state": { - "branch": null, - "revision": "6b332152355c372ace9966d8ee76ed191f97025e", - "version": "10.17.0" - } - }, - { - "package": "GoogleDataTransport", - "repositoryURL": "https://github.com/google/GoogleDataTransport.git", - "state": { - "branch": null, - "revision": "a732a4b47f59e4f725a2ea10f0c77e93a7131117", - "version": "9.3.0" - } - }, - { - "package": "GoogleUtilities", - "repositoryURL": "https://github.com/google/GoogleUtilities.git", - "state": { - "branch": null, - "revision": "bc27fad73504f3d4af235de451f02ee22586ebd3", - "version": "7.12.1" - } - }, - { - "package": "gRPC", - "repositoryURL": "https://github.com/google/grpc-binary.git", - "state": { - "branch": null, - "revision": "a673bc2937fbe886dd1f99c401b01b6d977a9c98", - "version": "1.49.1" - } - }, - { - "package": "GTMSessionFetcher", - "repositoryURL": "https://github.com/google/gtm-session-fetcher.git", - "state": { - "branch": null, - "revision": "115f75e43851774934d695449a4836123c3246e1", - "version": "3.2.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", - "state": { - "branch": null, - "revision": "9d108e9112aa1d65ce508facf804674546116d9c", - "version": "1.22.3" - } - }, - { - "package": "nanopb", - "repositoryURL": "https://github.com/firebase/nanopb.git", - "state": { - "branch": null, - "revision": "819d0a2173aff699fb8c364b6fb906f7cdb1a692", - "version": "2.30909.0" - } - }, - { - "package": "Promises", - "repositoryURL": "https://github.com/google/promises.git", - "state": { - "branch": null, - "revision": "e70e889c0196c76d22759eb50d6a0270ca9f1d9e", - "version": "2.3.1" - } - }, - { - "package": "SwiftProtobuf", - "repositoryURL": "https://github.com/apple/swift-protobuf.git", - "state": { - "branch": null, - "revision": "65e8f29b2d63c4e38e736b25c27b83e012159be8", - "version": "1.25.2" - } - } - ] - }, - "version": 1 -}