File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments