Skip to content

Commit 1e96a6a

Browse files
authored
ci: xcode 15.4
1 parent fb18c27 commit 1e96a6a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ios.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717
- name: Select Xcode Version
18-
run: sudo xcode-select -switch /Applications/Xcode_15.2.app
19-
# - name: Set Default Scheme
20-
# run: |
21-
# scheme_list=$(xcodebuild -list -json | tr -d "\n")
22-
# default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
23-
# echo $default | cat >default
24-
# echo Using default scheme: $default
25-
# - name: List Devices
26-
# run: xcrun xctrace list devices 2>&1
27-
# - name: Build
28-
# run: xcodebuild build-for-testing -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
29-
# - name: Run tests
30-
# run: xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
18+
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
19+
- name: Set Default Scheme
20+
run: |
21+
scheme_list=$(xcodebuild -list -json | tr -d "\n")
22+
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
23+
echo $default | cat >default
24+
echo Using default scheme: $default
25+
- name: List Devices
26+
run: xcrun xctrace list devices 2>&1
27+
- name: Build
28+
run: xcodebuild build-for-testing -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5'
29+
- name: Run tests
30+
run: xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5'

0 commit comments

Comments
 (0)