Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ xcode {

The 'projectPath' points at the Xcode project folder. 'target' is the target inside the Xcode project. There's also the optional
parameter 'group', which by default is set to 'Kotlin'. That is the group folder that files are copied into.

Install the `xcodeproj` gem

```bash
sudo gem install xcodeproj
```

To update your Xcode project, run

```bash
./gradlew :shared:xcodeSync
```

(assuming your shared module is called `shared`)