Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26019] Windows: Support x64 build target

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusResolved
ResolutionUnresolved
Affected Version/sRelease 7.1.1
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2018-05-09T04:00:13.000+0000
Updated2020-02-06T09:57:59.000+0000

Description

Support --x64 build target for UWP app.

Comments

  1. Kota Iguchi 2018-05-09

    Taken care by https://github.com/appcelerator/titanium_mobile_windows/pull/1169
  2. Kota Iguchi 2018-05-22

    https://github.com/appcelerator/titanium_mobile_windows/pull/1169
  3. Kota Iguchi 2018-07-02

    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 the package.json which can be used in validation, when populating the modules manifest etc. to make maintenance a little easier.
  4. Kota Iguchi 2018-07-13

    Added support for \--architecture option.
       appc run -p windows --target ws-local -l trace --architecture x64 --build-only
       appc run -p windows --target ws-local -l trace --architecture arm --build-only
       
  5. Kota Iguchi 2019-03-04

    Pausing the epic
  6. Kota Iguchi 2019-04-03

    https://github.com/appcelerator/titanium_mobile_windows/pull/1371

JSON Source