Skip to content

Instantly share code, notes, and snippets.

@przemek-jablonski
Created August 28, 2021 15:49
Show Gist options
  • Save przemek-jablonski/5e16e5af7e8be28ef26940d7e97c78fe to your computer and use it in GitHub Desktop.
Save przemek-jablonski/5e16e5af7e8be28ef26940d7e97c78fe to your computer and use it in GitHub Desktop.
- 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