From a6028de86fa156f11e4d3de90061d8c101ca8d33 Mon Sep 17 00:00:00 2001 From: Alexandr Romanov Date: Sun, 3 Nov 2024 13:06:15 +0300 Subject: [PATCH] Up CI versions --- .github/workflows/ci.yml | 16 ++++++++-------- Example/Shared/ExampleApp.swift | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb0340..cfe0d21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: strategy: matrix: destination: - - platform=iOS Simulator,name=iPhone 16,OS=18.0 - - platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.0 - - platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.0 + - platform=iOS Simulator,name=iPhone 16,OS=18.1 + - platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.1 + - platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.1 - platform=macOS,arch=arm64 with: package: OversizeUI @@ -33,8 +33,8 @@ jobs: strategy: matrix: destination: - - platform=iOS Simulator,name=iPhone 16 Pro,OS=18.0 - - platform=iOS Simulator,name=iPad (10th generation),OS=18.0 + - platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1 + - platform=iOS Simulator,name=iPad (10th generation),OS=18.1 with: path: Example/Example scheme: Example (iOS) @@ -58,8 +58,8 @@ jobs: strategy: matrix: destination: - - platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.0 - - platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.0 + - platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.1 + - platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.1 with: path: Example/Example scheme: Example (tvOS) @@ -73,7 +73,7 @@ jobs: strategy: matrix: destination: - - platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.0 + - platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.1 with: path: Example/Example scheme: Example (watchOS) diff --git a/Example/Shared/ExampleApp.swift b/Example/Shared/ExampleApp.swift index 837d742..2400a74 100644 --- a/Example/Shared/ExampleApp.swift +++ b/Example/Shared/ExampleApp.swift @@ -40,7 +40,7 @@ struct ExampleApp: App { } #if os(iOS) -extension UINavigationController: UIGestureRecognizerDelegate { +extension UINavigationController: @retroactive UIGestureRecognizerDelegate { override open func viewDidLoad() { super.viewDidLoad() interactivePopGestureRecognizer?.delegate = self