Forráskód Böngészése

Update AppCheckCore dependency to 10.18 (#350)

mdmathias 2 éve
szülő
commit
550bddb185

+ 1 - 1
.github/workflows/unit_tests.yml

@@ -32,7 +32,7 @@ jobs:
     - name: Lint podspec using local source
       run: |
         pod lib lint ${{ matrix.podspec }} --verbose \
-           --sources=https://github.com/firebase/SpecsDev.git,https://cdn.cocoapods.org/ \
+           --sources=https://cdn.cocoapods.org/ \
            ${{ matrix.includePodspecFlag }} ${{ matrix.flag }}
 
   spm-build-test:

+ 1 - 1
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'

+ 1 - 1
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",

+ 0 - 1
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']