Skip to content

Commit faa4d28

Browse files
committed
Update Readme file to reflect removal of Carthage for Example app.
1 parent 57ebf7d commit faa4d28

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,11 @@ WordPressEditor is a Swift library that provides a plugin to make Aztec work wit
2222
## Requirements
2323

2424
- iOS 10 and above
25-
- Xcode 9.3 and above
25+
- Xcode 11 and above
2626

2727
## Running the Example App
2828

29-
To run the Example app, you first need to make sure its dependencies are installed:
30-
31-
- Make sure you have [Carthage](https://github.com/Carthage/Carthage) installed.
32-
- Using the command line:
33-
34-
```bash
35-
cd Example
36-
carthage update --platform iOS
37-
```
38-
39-
*If using XCode 12 use the follow script:*
40-
41-
```bash
42-
cd Example
43-
./carthage.sh update --platform iOS
44-
```
45-
46-
Once Carthage finishes, you should open the file `Aztec.xcworkspace` from the root directory of Aztec.
29+
To run the Example app, you first open the file `Aztec.xcworkspace` from the root directory of Aztec.
4730

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

0 commit comments

Comments
 (0)