Skip to content

Commit

Permalink
chore(swift): rename build script to build-xcframework.sh and update …
Browse files Browse the repository at this point in the history
…to use xcodebuild tool
  • Loading branch information
notmandatory authored and thunderbiscuit committed Jun 17, 2024
1 parent e97e9b7 commit 6642c58
Show file tree
Hide file tree
Showing 19 changed files with 110 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/live-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: "Build Swift package"
working-directory: bdk-swift
run: bash ./build-local-swift.sh
run: bash ./build-xcframework.sh

- name: "Run live Swift tests"
working-directory: bdk-swift
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: "Build Swift package"
working-directory: bdk-swift
run: bash ./build-local-swift.sh
run: bash ./build-xcframework.sh

- name: "Run Swift tests"
working-directory: bdk-swift
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ bdkFFI.h
BitcoinDevKit.swift
bdk.swift
.build
*.xcframework/
Info.plist

# Python related
__pycache__
Loading

0 comments on commit 6642c58

Please sign in to comment.