Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
macosxrelease [2013/04/02 03:00] socapex [The Xcode Project] |
macosxrelease [2013/04/02 03:00] (current) socapex [Problems and Improving the Workflow] |
||
---|---|---|---|
Line 134: | Line 134: | ||
* Find a way to reference the src directory, instead of hard-linking to the source files. This would let us skip the "finding and removing files" phase. | * Find a way to reference the src directory, instead of hard-linking to the source files. This would let us skip the "finding and removing files" phase. | ||
- | * Create a bash script in the Build Phases to compile the localization files and copy them inside the app bundle. This would allow us to forget about dragging new translations inside the locale folder. It would also ensure everything is always up to date. | + | <del> * Create a bash script in the Build Phases to compile the localization files and copy them inside the app bundle. This would allow us to forget about dragging new translations inside the locale folder. It would also ensure everything is always up to date.</del> //done// |
That's pretty much it for now! | That's pretty much it for now! |