[TIMOB-20158] Windows: Update generate_project.js script to handle Windows 10 appxmanifest
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-12-21T19:15:51.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2015-12-21T14:36:49.000+0000 |
| Updated | 2017-03-14T12:38:43.000+0000 |
Description
Our generate_project.js script for generating VS solutions from our Examples assumes usage if Windows 8.1 We have arguments to target Windows 10/MSBuild 14.0, but it doesn't create a proper appxmanifest for Windows 10 - it assumes the Windows 8.1 version. We should probably just have it make use of the appxmanifests we have in the templates directory and populate them with some hard-coded app id/publisher/etc from each example.
https://github.com/appcelerator/titanium_mobile_windows/pull/513
Closing ticket as fixed.