We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c9afe commit 14fc8cbCopy full SHA for 14fc8cb
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
- name: 🔍 Xcode Select
15
run: |
16
- XCODE_PATH=`mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode' && kMDItemVersion == '16.0'" -onlyin /Applications | head -1`
+ XCODE_PATH=`mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode' && kMDItemVersion == '16.*'" -onlyin /Applications | head -1`
17
echo "DEVELOPER_DIR=$XCODE_PATH/Contents/Developer" >> $GITHUB_ENV
18
- name: Version
19
run: swift --version
0 commit comments