Skip to content

Commit b426506

Browse files
authored
Update README.md
1 parent aedf58c commit b426506

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# NOTE:
2+
3+
This tool is a maintained fork of the original unsignedapps/swift-create-xcframework. This unlinked fork started off to add Xcode 15 support, after waiting for 8+ months for the original author to merge the PR. Things like the github action, and mint installation haven't been tested. It's currently been set up to install via `brew` or manually. More to come, please file bugs/PRs here.
4+
15
# swift-create-xcframework
26

37
swift-create-xcframework is a very simple tool designed to wrap `xcodebuild` and the process of creating multiple frameworks for a Swift Package and merging them into a single XCFramework.
@@ -138,10 +142,10 @@ jobs:
138142

139143
## Installation
140144

141-
You can install using mint:
145+
You can install using brew:
142146

143147
```shell
144-
mint install unsignedapps/swift-create-xcframework
148+
brew install segment-integrations/formulae/swift-create-xcframework
145149
```
146150

147151
Or manually:

0 commit comments

Comments
 (0)