Merge pull request #1729 from laiso/doc

[Docs] Xcode has a lower-case c
This commit is contained in:
James Ide 2015-06-23 20:47:54 -07:00
commit 642e86b627
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ When your entire codebase respects this convention, you're able to do interestin
> **NOTE**: App build required for new resources
>
> Any time you add a new resource to `Images.xcassets` you will need to re-build your app through XCode before you can use it - a reload from within the simulator is not enough.
> Any time you add a new resource to `Images.xcassets` you will need to re-build your app through Xcode before you can use it - a reload from within the simulator is not enough.
*This process is currently being improved, a much better workflow will be
available shortly.*