[TIMOB-24229] iOS: Add deprecation notice when --platform is "ipad"
GitHub Issue | n/a |
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-12-15T19:25:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.0.1 |
Components | iOS, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2016-12-14T20:26:32.000+0000 |
Updated | 2016-12-19T18:53:20.000+0000 |
Description
\-\-platform
option to the Titanium iOS build accepts "ios", "iphone", and "ipad". When set to "ipad", it not only builds for iOS, but forces the device family to "ipad". This coupling is bad and will be removed in TIMOB-24228. We need to add a deprecation notice when \-\-platform
is set to "ipad".
Comments
JSON Source
Ti SDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8694 Ti SDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8695
Verified fixed, using: MacOS 10.12 (16A323) Ti SDK 6.0.1.v20161217061750 Appc NPM 4.2.9-1 Appc CLI 6.1.0 Xcode 8.2 (8C38) The deprecation warning is present when building with
--platform
set toipad
.