forked from tailec/ios-architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
marko
authored
Jan 28, 2019
1 parent
a65e2a0
commit a1124b8
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ The following GIF illustrates the UI of the app: | |
![app-ui](app-ui.gif) | ||
|
||
|
||
## Open in XCode | ||
## Open in Xcode | ||
Clone the repository: | ||
|
||
`git clone [email protected]:tailec/ios-architecture.git` | ||
|
@@ -91,7 +91,7 @@ Install pods: | |
|
||
**Note:** Some of the examples don't use external libraries so `pod install` is not required. | ||
|
||
**Note:** When switching branches, quit XCode first. It copies ignored `.xcworkspace` and `.xcproj` for some reason. | ||
**Note:** When switching branches, quit Xcode first. It copies ignored `.xcworkspace` and `.xcproj` for some reason. | ||
|
||
**Note:** Master branch contains only README file and it doesn't compile. | ||
|
||
|