Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24455] Windows: Allow custom Extensions in manifest root

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2017-03-23T16:47:31.000+0000
Affected Version/sRelease 6.0.0
Fix Version/sRelease 6.1.0
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2017-03-06T00:54:21.000+0000
Updated2017-03-24T17:04:32.000+0000

Description

Following up from TIMOB-24282 In tiapp.xml, we should be able to define Extensions in App's root, not under the Package's root. {quote} " it is mentioned that by modifying tiapp.xml, one can add Extensions and while it was tried, it seems those elements are copied inside the App's root and not the Package's. It needs to be in the latter. With that being said, there is also a mention of using CMake to include files and it seems that this approach regenerates the solution file. That being so, if there is a way to use that approach such that the we can add compile-time references to some of the third-party binaries (that is, not just include them as "resources"), I believe Visual Studio will also add the appropriate elements to register the classes from the SDK in the Package's AppManifest. {quote}

Comments

  1. Kota Iguchi 2017-03-21

    https://github.com/appcelerator/titanium_mobile_windows/pull/964
  2. Samir Mohammed 2017-03-24

    Verified fixed in 6.1.0.v20170323174407. Test steps and information can be found at https://github.com/appcelerator/titanium_mobile_windows/pull/964.

JSON Source