Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18630] iOS: Allow relative paths when pointing to an extension project

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2015-03-03T00:27:15.000+0000
Affected Version/sn/a
Fix Version/sRelease 4.0.0, Release 4.1.0
ComponentsiOS
Labelsn/a
ReporterJon Alter
AssigneeJon Alter
Created2015-03-02T21:50:45.000+0000
Updated2017-03-16T22:29:14.000+0000

Description

Currently the projectPath in does not accept ~ or relative paths. Add support.

Comments

  1. Jon Alter 2015-03-02

    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>
       
  2. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source