[TIMOB-18123] Windows: Generate final packaged windows SDK support
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-01-06T15:24:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Christopher Williams |
Created | 2014-12-02T14:46:36.000+0000 |
Updated | 2017-03-14T05:32:43.000+0000 |
Description
Once we have the cli pieces, templates, and the DLLs/libraries all generated we need to package them up under a "windows" folder and zip that up. Then we need to create a script that adds the windows support to an existing 3.5/3.6.x build of Titanium SDK off master. This script will basically unzip to add the "windows" folder into the SDK install and will edit the package.json to add "windows" in the supported platform list.
Looking at blackberry as an example, this is the likely structure:
- 3.6.0
-- windows
--- cli
---- commands
---- hooks
---- vendor
--- lib
---- jsc
----- arm
----- include
----- x86
---- tiwin
----- arm
----- include
----- x86
---- ticore
----- arm
----- include
----- x86
--- package.json
--- templates
Closing ticket as fixed.