File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff 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
4831Make sure the ` AztecExample ` target it selected, and press CMD + R to run it.
4932
You can’t perform that action at this time.
0 commit comments