Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm committed Jan 15, 2024
1 parent 2f6a21f commit 78fca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
ls /Applications/
- name: Set Default Scheme
run: |
sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
scheme_list=$(xcodebuild -list -json | tr -d "\n")
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
echo $default | cat >default
Expand Down

0 comments on commit 78fca07

Please sign in to comment.