Skip to content

Commit 61d63fa

Browse files
authored
Merge branch 'main' into nc/common_quickstart
2 parents 3bc88ad + a16f21d commit 61d63fa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ jobs:
7272
# - name: Xcode
7373
# run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
7474
# - name: Fake Console API Tests
75-
# run: scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
75+
# uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
76+
# with:
77+
# timeout_minutes: 15
78+
# max_attempts: 3
79+
# retry_wait_seconds: 120
80+
# command: scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
7681
# - name: IntegrationTest
7782
# if: matrix.target == 'iOS'
7883
# # No retry to avoid exhausting AccessToken quota.

FirebaseSessions/Sources/SessionInitiator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SessionInitiator {
5151

5252
let notificationCenter = NotificationCenter.default
5353
#if os(iOS) || os(tvOS) || os(visionOS)
54-
// Change background update event listerner for iPadOS 26 multi-windowing supoort
54+
// Change background update event listener for iPadOS 26 multi-windowing support
5555
if #available(iOS 26, *), GULAppEnvironmentUtil.appleDevicePlatform().contains("ipados") {
5656
notificationCenter.addObserver(
5757
self,

0 commit comments

Comments
 (0)