[TIMOB-18630] iOS: Allow relative paths when pointing to an extension project
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-03-03T00:27:15.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 4.0.0, Release 4.1.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Jon Alter |
| Assignee | Jon Alter |
| Created | 2015-03-02T21:50:45.000+0000 |
| Updated | 2017-03-16T22:29:14.000+0000 |
Description
Currently the projectPath in does not accept ~ or relative paths. Add support.
PR: https://github.com/appcelerator/titanium_mobile/pull/6682 3_5_X: https://github.com/appcelerator/titanium_mobile/pull/6700 Paths are relative to the titanium project directory.
Steps to test
Follow the steps in TIMOB-18052 to add an extension to a titanium app
Use
~and relative paths to point to the extension<extensions> <extension projectPath="~/Downloads/ShareExtension/ShareExtention">ShareTest</extension> <extension projectPath="extensions/ShareExtention">TodayTest</extension> </extensions>Closing ticket as fixed.