Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 78ad9cb

Browse files
committed
Updated README.md
1 parent 95329d4 commit 78ad9cb

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
@@ -63,6 +63,10 @@ You can specify a subset of the platforms to build using the `--platform` option
6363
swift create-xcframework --platform ios --platform macos ...
6464
```
6565

66+
#### Catalyst
67+
68+
You can build your XCFrameworks with support for Mac Catalyst by specifying `--platform maccatalyst` on the command line. As you can't include or exclude Catalyst support in your `Package.swift` we don't try to build it automatically.
69+
6670
### Choosing Products
6771

6872
Because we wrap `xcodebuild`, you can actually build XCFrameworks from anything that will be mapped to an Xcode project as a Framework target. This includes all of the dependencies your Package has.
@@ -126,7 +130,7 @@ jobs:
126130
- uses: actions/checkout@v2
127131

128132
- name: Create XCFramework
129-
uses: unsignedapps/swift-create-xcframework@v1
133+
uses: unsignedapps/swift-create-xcframework@v1.3
130134

131135
# Create a release
132136
# Upload those artifacts to the release
@@ -137,7 +141,7 @@ jobs:
137141
You can install using mint:
138142

139143
```shell
140-
mint install unsignedapps/swift-create-xcframework@1.0.5
144+
mint install unsignedapps/swift-create-xcframework@1.3.0
141145
```
142146

143147
Or manually:

0 commit comments

Comments
 (0)