OLD | NEW |
1 Adblock Plus for iOS | 1 Adblock Plus for iOS |
2 ==================== | 2 ==================== |
3 | 3 |
4 A content blocker extension for Safari for iOS. | 4 A content blocker extension for Safari for iOS. |
5 | 5 |
6 Building | 6 Building |
7 -------- | 7 -------- |
8 | 8 |
9 ### Requirements | 9 ### Requirements |
10 | 10 |
11 - [XCode 7 or later](https://developer.apple.com/xcode/) | 11 - [XCode 7 or later](https://developer.apple.com/xcode/) |
| 12 - [CocoaPods](https://cocoapods.org/) |
12 | 13 |
13 ### Building in XCode | 14 ### Building in XCode |
14 | 15 |
15 Open the project and archive/export it. In order to export a build using one of | 16 1. Run `pod install` to install the dependencies and generate the |
16 the devbuild configurations, the code signing identity for host app and | 17 _AdblockPlusSafari_ workspace. |
17 extension needs to be set manually. | 18 2. Open _AdblockPlusSafari.xcworkspace_ in XCode. |
| 19 3. Archive and export the project. In order to export a build using one of the |
| 20 devbuild configurations, the code signing identity for host app and extension |
| 21 needs to be set manually. |
OLD | NEW |