Skip to content

Commit a3a7240

Browse files
authored
Depend on GSI 7.1.0 in GoogleSignSwiftSupport.podspec (#399)
1 parent 56b7bcc commit a3a7240

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/unit_tests.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,22 @@ jobs:
2020
"",
2121
"--use-static-frameworks"
2222
]
23-
include:
24-
- podspec: GoogleSignInSwiftSupport.podspec
25-
includePodspecFlag: "--include-podspecs='GoogleSignIn.podspec'"
23+
# See #400 (https://github.com/google/GoogleSignIn-iOS/issues/400)
24+
# include:
25+
# - podspec: GoogleSignInSwiftSupport.podspec
26+
# includePodspecFlag: "--include-podspecs='GoogleSignIn.podspec'"
2627
steps:
2728
- uses: actions/checkout@v3
2829
- name: Update Bundler
2930
run: bundle update --bundler
3031
- name: Install Ruby gems with Bundler
3132
run: bundle install
3233
- name: Lint podspec using local source
34+
# See #400 (https://github.com/google/GoogleSignIn-iOS/issues/400)
3335
run: |
3436
pod lib lint ${{ matrix.podspec }} --verbose \
3537
--sources=https://cdn.cocoapods.org/ \
36-
${{ matrix.includePodspecFlag }} ${{ matrix.flag }}
38+
${{ matrix.flag }}
3739
3840
spm-build-test:
3941
runs-on: ${{ matrix.os }}

GoogleSignInSwiftSupport.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
'CoreGraphics',
2525
'SwiftUI',
2626
]
27-
s.dependency 'GoogleSignIn', '~> 7.1.0-fac-beta-1.1.0'
27+
s.dependency 'GoogleSignIn', '~> 7.1'
2828
s.resource_bundles = {
2929
'GoogleSignInSwiftSupport_Privacy' => 'GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy'
3030
}

0 commit comments

Comments
 (0)