Skip to content

Commit 73f1317

Browse files
committed
Update readme to refer to carthage script on Xcode 12.
1 parent 8f2ba17 commit 73f1317

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ cd Example
3636
carthage update --platform iOS
3737
```
3838

39+
*If using XCode 12 use the follow script:*
40+
41+
```bash
42+
cd Example
43+
./carthage.sh update --platform iOS
44+
```
45+
3946
Once Carthage finishes, you should open the file `Aztec.xcworkspace` from the root directory of Aztec.
4047

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

0 commit comments

Comments
 (0)