Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29331979: Noissue - Update requirements and build instructions in the README (Closed)
Patch Set: Created Dec. 4, 2015, 5:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -9,9 +9,13 @@
### Requirements
- [XCode 7 or later](https://developer.apple.com/xcode/)
+- [CocoaPods](https://cocoapods.org/)
### Building in XCode
-Open the project and archive/export it. In order to export a build using one of
-the devbuild configurations, the code signing identity for host app and
-extension needs to be set manually.
+1. Run `pod install` to install the dependencies and generate the
+ _AdblockPlusSafari_ workspace.
+2. Open _AdblockPlusSafari.xcworkspace_ in XCode.
+3. Archive and export the project. In order to export a build using one of the
+ devbuild configurations, the code signing identity for host app and extension
+ needs to be set manually.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld