Skip to content

Commit

Permalink
Depend on GSI 7.1.0 in GoogleSignSwiftSupport.podspec (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Apr 29, 2024
1 parent 56b7bcc commit a3a7240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,22 @@ jobs:
"",
"--use-static-frameworks"
]
include:
- podspec: GoogleSignInSwiftSupport.podspec
includePodspecFlag: "--include-podspecs='GoogleSignIn.podspec'"
# See #400 (https://github.com/google/GoogleSignIn-iOS/issues/400)
# include:
# - podspec: GoogleSignInSwiftSupport.podspec
# includePodspecFlag: "--include-podspecs='GoogleSignIn.podspec'"
steps:
- uses: actions/checkout@v3
- name: Update Bundler
run: bundle update --bundler
- name: Install Ruby gems with Bundler
run: bundle install
- name: Lint podspec using local source
# See #400 (https://github.com/google/GoogleSignIn-iOS/issues/400)
run: |
pod lib lint ${{ matrix.podspec }} --verbose \
--sources=https://cdn.cocoapods.org/ \
${{ matrix.includePodspecFlag }} ${{ matrix.flag }}
${{ matrix.flag }}
spm-build-test:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion GoogleSignInSwiftSupport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
'CoreGraphics',
'SwiftUI',
]
s.dependency 'GoogleSignIn', '~> 7.1.0-fac-beta-1.1.0'
s.dependency 'GoogleSignIn', '~> 7.1'
s.resource_bundles = {
'GoogleSignInSwiftSupport_Privacy' => 'GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy'
}
Expand Down

0 comments on commit a3a7240

Please sign in to comment.