File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,22 @@ jobs:
20
20
" " ,
21
21
" --use-static-frameworks"
22
22
]
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'"
26
27
steps :
27
28
- uses : actions/checkout@v3
28
29
- name : Update Bundler
29
30
run : bundle update --bundler
30
31
- name : Install Ruby gems with Bundler
31
32
run : bundle install
32
33
- name : Lint podspec using local source
34
+ # See #400 (https://github.com/google/GoogleSignIn-iOS/issues/400)
33
35
run : |
34
36
pod lib lint ${{ matrix.podspec }} --verbose \
35
37
--sources=https://cdn.cocoapods.org/ \
36
- ${{ matrix.includePodspecFlag }} ${{ matrix. flag }}
38
+ ${{ matrix.flag }}
37
39
38
40
spm-build-test :
39
41
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
24
24
'CoreGraphics' ,
25
25
'SwiftUI' ,
26
26
]
27
- s . dependency 'GoogleSignIn' , '~> 7.1.0-fac-beta-1.1.0 '
27
+ s . dependency 'GoogleSignIn' , '~> 7.1'
28
28
s . resource_bundles = {
29
29
'GoogleSignInSwiftSupport_Privacy' => 'GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy'
30
30
}
You can’t perform that action at this time.
0 commit comments