File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ concurrency:
15
15
16
16
jobs :
17
17
build :
18
- runs-on : macos-14
18
+ runs-on : macos-15
19
19
env :
20
- DEVELOPER_DIR : /Applications/Xcode_16.app/Contents/Developer
20
+ DEVELOPER_DIR : /Applications/Xcode_16.2. app/Contents/Developer
21
21
22
22
steps :
23
23
- name : Checkout
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ concurrency:
13
13
jobs :
14
14
test :
15
15
name : Test
16
- runs-on : macos-14
16
+ runs-on : macos-15
17
17
timeout-minutes : 30
18
18
env :
19
- DEVELOPER_DIR : " /Applications/Xcode_16.app/Contents/Developer"
19
+ DEVELOPER_DIR : " /Applications/Xcode_16.2. app/Contents/Developer"
20
20
21
21
steps :
22
22
- name : Checkout
31
31
-project Examples/Examples.xcodeproj \
32
32
-scheme Examples \
33
33
-only-testing:WebUITests \
34
- -destination "platform=iOS Simulator,name=iPhone 15 ,OS=18.0 " \
34
+ -destination "platform=iOS Simulator,name=iPhone 16 ,OS=18.2 " \
35
35
-derivedDataPath DerivedData \
36
36
-resultBundlePath TestResults/unit_test_result_bundle | \
37
37
xcbeautify && exit ${PIPESTATUS[0]}
42
42
-project Examples/Examples.xcodeproj \
43
43
-scheme Examples \
44
44
-only-testing:ExamplesUITests \
45
- -destination "platform=iOS Simulator,name=iPhone 15 ,OS=18.0 " \
45
+ -destination "platform=iOS Simulator,name=iPhone 16 ,OS=18.2 " \
46
46
-derivedDataPath DerivedData \
47
47
-resultBundlePath TestResults/ui_test_result_bundle | \
48
48
xcbeautify && exit ${PIPESTATUS[0]}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ WebUI is a Swift package that provides WKWebView wrapped by SwiftUI.
14
14
15
15
## Requirements
16
16
17
- - Development with Xcode 16.0 +
17
+ - Development with Xcode 16.2 +
18
18
- Written in Swift 6.0
19
19
- Compatible with iOS 16.4+
20
20
- Compatible with macOS 13.3+
You can’t perform that action at this time.
0 commit comments