Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Celis <scelis@mobiata.com>2012-04-13 20:25:04 +0400
committerSebastian Celis <scelis@mobiata.com>2012-04-13 20:25:04 +0400
commitbb0b51a07a6f4997ee9310558cf05cb793ed8396 (patch)
treee561c3a849165b3d7ff4477f2958105f9789b54a /README.md
parentb886d78198eaf709f264d3acaf44124333fc5345 (diff)
Fix minor README issues.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6415ac9..e469eb0 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ This command gives you useful information about your strings. It will tell you h
$ twine generate-report /path/to/strings.txt
-## Twine in your Build Process
+## Twine and Your Build Process
It is easy to incorporate Twine right into your iOS and Mac OS X app build processes.
@@ -124,14 +124,14 @@ It is easy to incorporate Twine right into your iOS and Mac OS X app build proce
$ twine generate-all-string-files strings.txt Resources/Locales/ --tags tag1,tag2
- Make sure you point Twine at your strings data file, the directory that contains all of your `.lproj` directories, and and the tags that describe the strings you want to use for this project.
+ Make sure you point Twine at your strings data file, the directory that contains all of your `.lproj` directories, and the tags that describe the strings you want to use for this project.
3. Drag the `Resources/Locales/` directory to the Xcode project navigator so that Xcode knows to include all of these strings files in your build.
4. In Xcode, navigate to the "Build Phases" tab of your target.
5. Click on the "Add Build Phase" button and select "Add Run Script".
6. Drag the new "Run Script" build phase up so that it runs earlier in the build process. It doesn't really matter where, as long as it happens before the resources are copied to your bundle.
7. Edit your script to run the exact same command you ran in step (2) above.
-Now, whenever you build your application, Xcode will automatically invoke Twine to make sure that your `.strings` files are always up-to-date.
+Now, whenever you build your application, Xcode will automatically invoke Twine to make sure that your `.strings` files are up-to-date.
[rubyzip]: http://rubygems.org/gems/rubyzip
[git]: http://git-scm.org/