File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments