Skip to content

Commit

Permalink
Merge pull request #6861 from cb1kenobi/timob-18915_4_0_X
Browse files Browse the repository at this point in the history
[TIMOB-18915] Fixed bug where archived appstore builds were being add…
  • Loading branch information
Gary Mathews committed May 18, 2015
2 parents f0a46c7 + 7a97269 commit 9239ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iphone/cli/hooks/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ exports.init = function (logger, config, cli) {
ApplicationProperties: {
ApplicationPath: appBundle,
CFBundleIdentifier: origPlist.CFBundleIdentifier,
CFBundleShortVersionString: appc.version.format(origPlist.CFBundleVersion, 3, 3),
CFBundleShortVersionString: origPlist.CFBundleShortVersionString,
CFBundleVersion: origPlist.CFBundleVersion,
IconPaths: [
appBundle + '/' + build.tiapp.icon
]
Expand Down

0 comments on commit 9239ff9

Please sign in to comment.