[TIMOB-26019] Windows: Support x64 build target
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Resolved |
Resolution | Unresolved |
Affected Version/s | Release 7.1.1 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2018-05-09T04:00:13.000+0000 |
Updated | 2020-02-06T09:57:59.000+0000 |
Description
Support
--x64
build target for UWP app.
Taken care by https://github.com/appcelerator/titanium_mobile_windows/pull/1169
https://github.com/appcelerator/titanium_mobile_windows/pull/1169
We might want to use
\-a/\--architecture <ARCH>
instead of\--x64
and\--arm64
based on [list of valid architectures](https://github.com/appcelerator/titanium_mobile/blob/master/android/package.json#L16) defined in thepackage.json
which can be used in validation, when populating the modules manifest etc. to make maintenance a little easier.Added support for
\--architecture
option.Pausing the epic
https://github.com/appcelerator/titanium_mobile_windows/pull/1371