forked from wordpress-mobile/WordPress-iOS
-
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.
Added more formatting and links to trac and style guide
- Loading branch information
Showing
1 changed file
with
25 additions
and
8 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 |
---|---|---|
@@ -1,17 +1,34 @@ | ||
WordPress for iOS | ||
|
||
Resources | ||
--------------------------------------------------------------- | ||
Developer blog: | ||
## Resources | ||
|
||
### Developer blog | ||
|
||
http://dev.ios.wordpress.org/ | ||
|
||
Source code: | ||
http://ios.trac.wordpress.org/ | ||
http://ios.svn.wordpress.org/ | ||
### Style guide | ||
|
||
https://github.com/wordpress-mobile/WordPress-iOS/wiki/WordPress-for-iOS-Style-Guide | ||
|
||
### To report an issue | ||
|
||
http://ios.trac.wordpress.org/newticket | ||
|
||
You'll need a WordPress.org account. If you don't have one you can | ||
register here: | ||
|
||
http://wordpress.org/support/register.php | ||
|
||
### Source Code | ||
|
||
SVN: http://ios.svn.wordpress.org/ | ||
|
||
SVN browser: http://ios.trac.wordpress.org/browser | ||
|
||
Github mirror: https://github.com/wordpress-mobile/WordPress-iOS/ | ||
|
||
## Building | ||
|
||
Building | ||
--------------------------------------------------------------- | ||
Starting with changeset 3633 version 3.2, WordPress for iOS uses Cocoapods (http://cocoapods.org/) to manage third party libraries. Trying to build the project by itself (WordPress.xcproj) after launching will result in an error, as the resources managed by cocoapods are not included. Instead, launch the workspace by either double clicking on WordPress.xcworkspace file, or launch Xcode and choose File > Open and browse to WordPress.xcworkspace. | ||
|
||
|