Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Jul 9, 2024
1 parent 65e1cbb commit 7038f5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
xcode-version: latest-stable

- name: Install Dependencies
run: brew install tree

- name: Create XCFramework
run: ./scripts/create-xcframework.sh

Expand Down
3 changes: 3 additions & 0 deletions scripts/create-xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ if [ -d $OUTPUT_XCFRAMEWORK_PATH ]; then
rm -r $OUTPUT_XCFRAMEWORK_PATH
fi

echo "Tree of archives:"
tree archives

xcodebuild -create-xcframework \
-output $OUTPUT_XCFRAMEWORK_PATH \
\
Expand Down

0 comments on commit 7038f5d

Please sign in to comment.