File tree Expand file tree Collapse file tree
Samples/Swift/DaysUntilBirthday Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 runs-on : macOS-latest
1616 strategy :
1717 matrix :
18- podspec : [GoogleSignIn.podspec, GoogleSignInSwift .podspec]
18+ podspec : [GoogleSignIn.podspec, GoogleSignInSwiftSupport .podspec]
1919 flag : [
2020 " " ,
2121 " --use-libraries" ,
2222 " --use-static-frameworks"
2323 ]
2424 include :
25- - podspec : GoogleSignInSwift .podspec
25+ - podspec : GoogleSignInSwiftSupport .podspec
2626 includePodspecFlag : " --include-podspecs='GoogleSignIn.podspec'"
2727 steps :
2828 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
2- s . name = 'GoogleSignInSwift '
2+ s . name = 'GoogleSignInSwiftSupport '
33 s . version = '6.2.0'
44 s . swift_version = '4.0'
55 s . summary = 'Adds Swift-focused support for Google Sign-In.'
@@ -15,6 +15,7 @@ Pod::Spec.new do |s|
1515 macos_deployment_target = '10.15'
1616 s . ios . deployment_target = ios_deployment_target
1717 s . osx . deployment_target = macos_deployment_target
18+ s . module_name = 'GoogleSignInSwift'
1819 s . prefix_header_file = false
1920 s . source_files = [
2021 'GoogleSignInSwift/Sources/*.swift' ,
Original file line number Diff line number Diff line change 11pod 'GoogleSignIn' , :path => '../../../' , :testspecs => [ 'unit' ]
2- pod 'GoogleSignInSwift ' , :path => '../../../' , :testspecs => [ 'unit' ]
2+ pod 'GoogleSignInSwiftSupport ' , :path => '../../../' , :testspecs => [ 'unit' ]
33project 'DaysUntilBirthdayForPod.xcodeproj'
44
55target 'DaysUntilBirthdayForPod (iOS)' do
You can’t perform that action at this time.
0 commit comments