File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- os : [macos-12 ]
18+ os : [macos-latest ]
1919
2020 steps :
2121 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 4747 fi
4848
4949 swift-button-functional-test :
50- runs-on : macOS-12
50+ runs-on : macos-latest
5151 needs : check-pr-body-for-key
5252 # Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
5353 if : ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }}
6464 build-for-testing \
6565 -scheme DaysUntilBirthday\ \(iOS\) \
6666 -sdk iphonesimulator \
67- -destination 'platform=iOS Simulator,name=iPhone 11 '
67+ -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4 '
6868 - name : Run test target for Google Sign-in button for Swift
6969 env :
7070 EMAIL_SECRET : ${{ secrets.EMAIL_SECRET }}
7575 test-without-building \
7676 -scheme DaysUntilBirthday\ \(iOS\) \
7777 -sdk iphonesimulator \
78- -destination 'platform=iOS Simulator,name=iPhone 11 ' \
78+ -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4 ' \
7979 EMAIL_SECRET=$EMAIL_SECRET \
8080 PASSWORD_SECRET=$PASSWORD_SECRET
8181
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 strategy :
4040 fail-fast : false
4141 matrix :
42- os : [macos-12 ]
42+ os : [macos-latest ]
4343 sdk : ['macosx', 'iphonesimulator']
4444 include :
4545 - sdk : ' macosx'
4646 destination : ' "platform=OS X,arch=x86_64"'
4747 - sdk : ' iphonesimulator'
48- destination : ' "platform=iOS Simulator,name=iPhone 11 "'
48+ destination : ' "platform=iOS Simulator,name=iPhone 14 "'
4949 steps :
5050 - uses : actions/checkout@v3
5151 - name : Build unit test target
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
3333 ]
3434 s . ios . framework = 'UIKit'
3535 s . osx . framework = 'AppKit'
36- s . dependency 'AppCheckCore' , '>= 10.19.1' , '< 11.0'
36+ s . dependency 'AppCheckCore' , '~> 11.0'
3737 s . dependency 'AppAuth' , '>= 1.7.3' , '< 2.0'
3838 s . dependency 'GTMAppAuth' , '>= 4.1.1' , '< 5.0'
3939 s . dependency 'GTMSessionFetcher/Core' , '~> 3.3'
@@ -56,7 +56,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
5656 ]
5757 unit_tests . requires_app_host = true
5858 unit_tests . dependency 'OCMock'
59- unit_tests . dependency 'GoogleUtilities/MethodSwizzler' , '~> 7.13 '
60- unit_tests . dependency 'GoogleUtilities/SwizzlerTestHelpers' , '~> 7.13 '
59+ unit_tests . dependency 'GoogleUtilities/MethodSwizzler' , '~> 8.0 '
60+ unit_tests . dependency 'GoogleUtilities/SwizzlerTestHelpers' , '~> 8.0 '
6161 end
6262end
Original file line number Diff line number Diff line change 1- // swift-tools-version:5.3
1+ // swift-tools-version:5.5
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44// Copyright 2021 Google LLC
@@ -48,7 +48,7 @@ let package = Package(
4848 . package (
4949 name: " AppCheck " ,
5050 url: " https://github.com/google/app-check.git " ,
51- " 10.19.1 " ..< " 11.0.0 " ) ,
51+ from : " 11.0.0 " ) ,
5252 . package (
5353 name: " GTMAppAuth " ,
5454 url: " https://github.com/google/GTMAppAuth.git " ,
@@ -64,7 +64,7 @@ let package = Package(
6464 . package (
6565 name: " GoogleUtilities " ,
6666 url: " https://github.com/google/GoogleUtilities.git " ,
67- from: " 7.13 .0" ) ,
67+ from: " 8.0 .0" ) ,
6868 ] ,
6969 targets: [
7070 . target(
You can’t perform that action at this time.
0 commit comments