Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18038] CLI: Add support for the Windows Phone Package hook for Windows platform

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-04-09T22:46:32.000+0000
Affected Version/sn/a
Fix Version/sRelease 4.0.0
ComponentsCLI, Tooling, Windows
Labelsn/a
ReporterChristopher Williams
AssigneeChris Barber
Created2014-11-14T21:06:02.000+0000
Updated2017-03-16T21:12:56.000+0000

Description

Comments

  1. Chris Barber 2014-11-25

    PR: https://github.com/appcelerator/titanium_mobile_windows/pull/211 To test: 1. You must install the Titanium CLI from the git master branch: npm install -g git+https://git@github.com/appcelerator/titanium.git#master (note: doesn't work for me, I manually installed it) 2. You must install Titanium SDK 3.6.0: ti sdk install -b master -d 3. You must copy the titanium_mobile_windows repo into the Titanium SDK 3.6.0 directory and rename it to "windows" 4. You must add "windows" to the list of platforms in the Titanium SDK 3.6.0's manifest.json 5. Run ti info. Notice Windows-specific information. 6. Run ti create and create a new app. Notice "windows" is an available platform. 7. cd <your app> 8. Run ti build --help. Notice Windows-specific options. 9. Run ti build -p windows. 10. Run ti build -p windows --wp-publisher-guid 00000000-0000-1000-8000-000000000000 (note: build does not exit because log relay is waiting for app to connect. ctrl-c to exit.) 11. Run ti build -p windows -T wp-device Targets dist-phonestore, ws-local, and dist-winstore are unfinished/untested and need love.
  2. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source