Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20033] CLI: Allow .bundle files in native modules to be indexed automatically

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2015-11-24T00:00:37.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS, Tooling
Labelsn/a
ReporterHans Knöchel
AssigneeChris Barber
Created2015-11-22T01:46:00.000+0000
Updated2017-03-22T21:52:13.000+0000

Description

Currently when you do a third party module that required a .bundle file, you need to tell the users to copy the file manually to /platform/iphone, because the cli does not detect the file in /modules/iphone/{{my_module/platform/iphone}}. Would really be great to support this! The workaround is to add a hook inside a plugin, but the user experience would be improved by doing it manually.

Comments

  1. Chris Barber 2015-11-24

    Resolving as invalid. The Titanium iOS build does copy the <project-dir>/modules/iphone/my_module/platform/iphone files into the <project-dir>/build/iphone/build/Products/Debug-iphonesimulator/appname.app directory, and perhaps this is why you think they aren't being seen. I've changed this behavior so that files in <project-dir>/platform/ios and <project-dir>/modules/iphone/my_module/platform/iphone are copied into the <project-dir>/build/iphone directory as apart of TIMOB-19694.
  2. Lee Morris 2017-03-22

    Closing ticket as invalid with reference to previous comments.

JSON Source