Skip to content

Commit

Permalink
Merge pull request #3952 from cb1kenobi/timob-12933
Browse files Browse the repository at this point in the history
[TIMOB-12933] Fixed bug where the debugger.plist is being copied to the ...
  • Loading branch information
srahim committed Mar 11, 2013
2 parents e23f947 + a7c95a8 commit 241244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ build.prototype = {
// let's start building some apps!
parallel(this, [
'createInfoPlist',
'createDebuggerPlist',
'createEntitlementsPlist',
'detectModules'
], function () {
Expand Down Expand Up @@ -1028,6 +1027,7 @@ build.prototype = {
}
next();
},
'createDebuggerPlist',
'injectModulesIntoXcodeProject',
'injectApplicationDefaults', // if ApplicationDefaults.m was modified, forceRebuild will be set to true
'copyTitaniumLibraries',
Expand Down

0 comments on commit 241244b

Please sign in to comment.