From fc3f438cdc97386944717bb3414b3ac3eb1bfd12 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Wed, 15 May 2024 03:21:00 -0700 Subject: [PATCH] Update Fastlane Setup --- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- fastlane/Fastfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OwnYourData.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/OwnYourData.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5291c2d..5bb6907 100644 --- a/OwnYourData.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/OwnYourData.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/google/app-check.git", "state": { "branch": null, - "revision": "7d2688de038d5484866d835acb47b379722d610e", - "version": "10.19.0" + "revision": "076b241a625e25eac22f8849be256dfb960fcdfe", + "version": "10.19.1" } }, { @@ -51,8 +51,8 @@ "repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git", "state": { "branch": null, - "revision": "97940381e57703c07f31a8058d8f39ec53b7c272", - "version": "10.25.0" + "revision": "9d17b500cd98d9a7009751ad62f802e152e97021", + "version": "10.26.0" } }, { diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 42112e6..04c5d78 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -80,7 +80,7 @@ platform :ios do ], submit_beta_review: true, notify_external_testers: true, - expire_previous_builds: true, + expire_previous_builds: false, changelog: commit[:message] ) end