Skip to content

Commit

Permalink
Clarify that ‘App.xcodeproj’ has to be substituted by the user’s appl…
Browse files Browse the repository at this point in the history
…ication project.

Closes #53.
  • Loading branch information
alloy committed Nov 11, 2011
1 parent 87e1a0b commit 80c290b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -50,6 +50,8 @@ And then you [install the dependencies](https://github.com/alloy/cocoapods/wiki/


$ pod install App.xcodeproj $ pod install App.xcodeproj


_Where ‘App.xcodeproj’ is the name of your actual application project._

Remember to always open the Xcode workspace instead of the project file when you're building. Remember to always open the Xcode workspace instead of the project file when you're building.


$ open App.xcworkspace $ open App.xcworkspace
Expand All @@ -71,4 +73,4 @@ All CocoaPods development happens on GitHub, there is a repository for [CocoaPod


Follow [@CocoaPodsOrg](http://twitter.com/CocoaPodsOrg) to get up to date information about what's going on in the CocoaPods world. Follow [@CocoaPodsOrg](http://twitter.com/CocoaPodsOrg) to get up to date information about what's going on in the CocoaPods world.


If you're really oldschool and you want to discuss CocoaPods development you can join #cocoapods on irc.freenode.net. If you're really oldschool and you want to discuss CocoaPods development you can join #cocoapods on irc.freenode.net.

0 comments on commit 80c290b

Please sign in to comment.