Skip to content

Commit 9fe9cb5

Browse files
author
Eric Miller
committed
Update README
1 parent 0c0a591 commit 9fe9cb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ cd UnityBuildKit
1919
make
2020
```
2121

22+
### Swift Package Manager
23+
#### Use as a dependency
24+
```
25+
.package(url: "https://github.com/handsomecode/UnityBuildKit", from: "1.0.0"),
26+
```
27+
2228
## Usage
2329
### To generate a new project
2430
1. Create a top-level folder and navigate to it. This folder will contain all information about the Xcode and Unity projects. (_Note: By default, the name of this folder will be the name of the Xcode and Unity projects._)

0 commit comments

Comments
 (0)