Skip to content

Commit

Permalink
Merge pull request #4305 from cb1kenobi/timob-13933
Browse files Browse the repository at this point in the history
[TIMOB-13933] Fixed JSS and i18n support for development iOS sim builds.
  • Loading branch information
nebrius committed May 21, 2013
2 parents 5022140 + 780cdbe commit 23b658a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,9 @@ build.prototype = {
},
function (next) {
symlinkResources(path.join(this.titaniumIosSdkPath, 'modules'), path.join(this.xcodeAppDir, 'modules'), false, next);
}
},
'compileJSS',
'compileI18N'
], function () {
// reset the application routing
wrench.mkdirSyncRecursive(path.join(this.buildDir, 'Classes'));
Expand Down

0 comments on commit 23b658a

Please sign in to comment.