Created
August 28, 2021 15:49
-
-
Save przemek-jablonski/5e16e5af7e8be28ef26940d7e97c78fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Double-check macOS version (${{ matrix.macos }}) | |
run: sw_vers | |
- name: Double-check Xcode.app selected | |
run: xcode-select --print-path | |
- name: Check xcodebuild version | |
run: xcodebuild -version | |
- name: Check xcode embedded SDKs | |
run: xcodebuild -showsdks | |
- name: Show buildable schemes | |
run: xcodebuild -list | |
- name: Show eligible build destinations for the ${{ matrix.scheme }} | |
run: xcodebuild -showdestinations -scheme ${{ matrix.scheme }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment