Skip to content

Commit

Permalink
Merge pull request #8694 from cb1kenobi/timob-24229
Browse files Browse the repository at this point in the history
[TIMOB-24229] Added '--platform ipad' deprecation notice.
  • Loading branch information
hansemannn committed Dec 15, 2016
2 parents e666004 + 9c59cf7 commit 5200023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,11 @@ iOSBuilder.prototype.initTiappSettings = function initTiappSettings() {
}
}

if (cli.argv.$originalPlatform === 'ipad') {
logger.warn(__('--platform ipad has been deprecated and will be removed in Titanium SDK 7.0.0'));
logger.warn(__('See %s for more details', 'https://jira.appcelerator.org/browse/TIMOB-24228'));
}

// init the extensions
tiapp.ios.extensions.forEach(function (ext) {
if (!ext.projectPath) {
Expand Down

0 comments on commit 5200023

Please sign in to comment.