Преглед на файлове

Depend on GSI 7.1.0 in GoogleSignSwiftSupport.podspec (#399)

mdmathias преди 1 година
родител
ревизия
a3a724068f
променени са 2 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. 6 4
      .github/workflows/unit_tests.yml
  2. 1 1
      GoogleSignInSwiftSupport.podspec

+ 6 - 4
.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 }}

+ 1 - 1
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'
   }