Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme to refer to carthage script on Xcode 12.
  • Loading branch information
SergioEstevao committed Dec 30, 2020
commit 73f13175c20c19d45c2b4841b08be939c1b9e84b
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ cd Example
carthage update --platform iOS
```

*If using XCode 12 use the follow script:*

```bash
cd Example
./carthage.sh update --platform iOS
```

Once Carthage finishes, you should open the file `Aztec.xcworkspace` from the root directory of Aztec.

Make sure the `AztecExample` target it selected, and press CMD + R to run it.
Expand Down