From ae808073a7dd6feebc6b58b2f29b33790f51b503 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Mon, 13 Nov 2023 17:50:57 -0500 Subject: [PATCH] Update AppCheckCore dependency to 10.18.0 --- GoogleSignIn.podspec | 2 +- Package.swift | 2 +- Samples/Swift/AppAttestExample/Podfile | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/GoogleSignIn.podspec b/GoogleSignIn.podspec index 3f1c9488..94e5b7eb 100644 --- a/GoogleSignIn.podspec +++ b/GoogleSignIn.podspec @@ -33,7 +33,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th ] s.ios.framework = 'UIKit' s.osx.framework = 'AppKit' - s.dependency 'AppCheckCore', '~> 0.1.0-alpha.9' + s.dependency 'AppCheckCore', '~> 10.18' s.dependency 'AppAuth', '~> 1.6' s.dependency 'GTMAppAuth', '~> 4.0' s.dependency 'GTMSessionFetcher/Core', '>= 1.1', '< 4.0' diff --git a/Package.swift b/Package.swift index 827ffde3..192c21d4 100644 --- a/Package.swift +++ b/Package.swift @@ -48,7 +48,7 @@ let package = Package( .package( name: "AppCheck", url: "https://github.com/google/app-check.git", - .branch("CocoaPods-0.1.0-alpha.9")), + "10.18.0" ..< "11.0.0"), .package( name: "GTMAppAuth", url: "https://github.com/google/GTMAppAuth.git", diff --git a/Samples/Swift/AppAttestExample/Podfile b/Samples/Swift/AppAttestExample/Podfile index 2805b5c8..ebd1d406 100644 --- a/Samples/Swift/AppAttestExample/Podfile +++ b/Samples/Swift/AppAttestExample/Podfile @@ -1,5 +1,4 @@ source 'https://github.com/CocoaPods/Specs.git' -source 'https://github.com/firebase/SpecsDev.git' pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit'] pod 'GoogleSignInSwiftSupport', :path => '../../../', :testspecs => ['unit']