diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index ddeaf844..30d1d00a 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -20,9 +20,10 @@ 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 @@ -30,10 +31,11 @@ jobs: - 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 }} diff --git a/GoogleSignInSwiftSupport.podspec b/GoogleSignInSwiftSupport.podspec index 1ea09ee1..f40df45e 100644 --- a/GoogleSignInSwiftSupport.podspec +++ b/GoogleSignInSwiftSupport.podspec @@ -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' }