We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c7f59 commit 46e15caCopy full SHA for 46e15ca
1 file changed
.github/workflows/publish.js.yml
@@ -15,8 +15,12 @@ permissions:
15
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
16
17
env:
18
+ # DO NOT USE 26.4+ for a while since it could drop lower iOS versions forcefully
19
+ # while the project config allows such lower versions.
20
+ # (at least WDA failed to start on iOS 15)
21
+ # Xcode 26.3 looks like it's working as expected.
22
XCODE_VERSION: '16.4'
- # Available destination for simulators depend on Xcode version.
23
+ # Available destination for simulators depends on Xcode version.
24
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 17
25
DESTINATION_SIM_TVOS: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
26
0 commit comments