Skip to content

Commit 550bddb

Browse files
authored
Update AppCheckCore dependency to 10.18 (#350)
1 parent 230760d commit 550bddb

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Lint podspec using local source
3333
run: |
3434
pod lib lint ${{ matrix.podspec }} --verbose \
35-
--sources=https://github.com/firebase/SpecsDev.git,https://cdn.cocoapods.org/ \
35+
--sources=https://cdn.cocoapods.org/ \
3636
${{ matrix.includePodspecFlag }} ${{ matrix.flag }}
3737
3838
spm-build-test:

GoogleSignIn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
3333
]
3434
s.ios.framework = 'UIKit'
3535
s.osx.framework = 'AppKit'
36-
s.dependency 'AppCheckCore', '~> 0.1.0-alpha.9'
36+
s.dependency 'AppCheckCore', '~> 10.18'
3737
s.dependency 'AppAuth', '~> 1.6'
3838
s.dependency 'GTMAppAuth', '~> 4.0'
3939
s.dependency 'GTMSessionFetcher/Core', '>= 1.1', '< 4.0'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
.package(
4949
name: "AppCheck",
5050
url: "https://github.com/google/app-check.git",
51-
.branch("CocoaPods-0.1.0-alpha.9")),
51+
"10.18.0" ..< "11.0.0"),
5252
.package(
5353
name: "GTMAppAuth",
5454
url: "https://github.com/google/GTMAppAuth.git",

Samples/Swift/AppAttestExample/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
source 'https://github.com/firebase/SpecsDev.git'
32

43
pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']
54
pod 'GoogleSignInSwiftSupport', :path => '../../../', :testspecs => ['unit']

0 commit comments

Comments
 (0)