Skip to content

Commit

Permalink
[TIMOB-18915] Fixed bug where archived appstore builds were being add…
Browse files Browse the repository at this point in the history
…ed to 'other items' instead of 'ios apps'.
  • Loading branch information
cb1kenobi committed May 18, 2015
1 parent f0a46c7 commit 7a97269
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 7a97269

Please sign in to comment.