Skip to content

Commit 725fbb2

Browse files
authored
Merge branch 'main' into patch-1
2 parents c6b9b58 + f9ee48c commit 725fbb2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [macos-12]
17+
os: [macos-13]
1818
podspec: [GoogleSignIn.podspec, GoogleSignInSwiftSupport.podspec]
1919
flag: [
2020
"",
@@ -45,7 +45,7 @@ jobs:
4545
- sdk: 'macosx'
4646
destination: '"platform=OS X,arch=x86_64"'
4747
- sdk: 'iphonesimulator'
48-
destination: '"platform=iOS Simulator,name=iPhone 14"'
48+
destination: '"platform=iOS Simulator,name=iPhone 15"'
4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Build unit test target

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ let package = Package(
7171
name: "GoogleSignIn",
7272
dependencies: [
7373
.product(name: "AppAuth", package: "AppAuth"),
74+
.product(name: "AppAuthCore", package: "AppAuth"),
7475
.product(name: "AppCheckCore", package: "AppCheck"),
7576
.product(name: "GTMAppAuth", package: "GTMAppAuth"),
7677
.product(name: "GTMSessionFetcherCore", package: "GTMSessionFetcher"),

Samples/Swift/DaysUntilBirthday/DaysUntilBirthdayUITests(iOS)/DaysUntilBirthdayUITests_iOS.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DaysUntilBirthdayUITests_iOS: XCTestCase {
2727
private let appTrustWarningText = "Make sure you trust Days Until Birthday"
2828
private let chooseAnAccountHeaderText = "Choose an account"
2929
private let notNowText = "Not Now"
30-
private let timeout: TimeInterval = 5
30+
private let timeout: TimeInterval = 30
3131

3232
private let sampleApp = XCUIApplication()
3333
private let springboardApp = XCUIApplication(

0 commit comments

Comments
 (0)