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. |