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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld