[TIMOB-18995] Windows: Provide ability to set capabilities on appx.manifest in tiapp.xml
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-16T14:39:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Tooling, Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-06-10T22:56:26.000+0000 |
Updated | 2017-03-16T21:53:15.000+0000 |
Description
The appx.manifest is where you set the capabilties and many other aspects of windows apps. Right now we use a templated version and write out one for the app during build. Some of that is populated with values from tiapp.xml.
We need the ability for users to set the capabilities their app uses in their tiapp.xml and that gets copied into the appx.manifest.
See the capabilities here: https://msdn.microsoft.com/en-us/library/windows/apps/hh464936.aspx
Right now we're just hardcoding to a single "internetClient" capability.
https://github.com/appcelerator/titanium_mobile_windows/pull/278
Closing ticket as the issue has been fixed.