Skip to content

Commit 46e15ca

Browse files
authored
ci: add not about Xcode versions
Added comments regarding Xcode version compatibility and simulator availability.
1 parent b4c7f59 commit 46e15ca

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.js.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ permissions:
1515
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
1616

1717
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.
1822
XCODE_VERSION: '16.4'
19-
# Available destination for simulators depend on Xcode version.
23+
# Available destination for simulators depends on Xcode version.
2024
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 17
2125
DESTINATION_SIM_TVOS: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
2226

0 commit comments

Comments
 (0)