[TIMOB-18038] CLI: Add support for the Windows Phone Package hook for Windows platform
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-04-09T22:46:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.0.0 |
Components | CLI, Tooling, Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Chris Barber |
Created | 2014-11-14T21:06:02.000+0000 |
Updated | 2017-03-16T21:12:56.000+0000 |
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'smanifest.json
5. Runti info
. Notice Windows-specific information. 6. Runti create
and create a new app. Notice "windows" is an available platform. 7.cd <your app>
8. Runti build --help
. Notice Windows-specific options. 9. Runti build -p windows
. 10. Runti 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. Runti build -p windows -T wp-device
Targetsdist-phonestore
,ws-local
, anddist-winstore
are unfinished/untested and need love.Closing ticket as fixed.