Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25879] iOS: Create modules in "dist" directory (Parity with Android)

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2018-08-24T17:30:34.000+0000
Affected Version/sn/a
Fix Version/sRelease 7.5.0
ComponentsiOS
Labelsdeveloper-experience
ReporterHans Knöchel
AssigneeHans Knöchel
Created2018-03-18T17:48:07.000+0000
Updated2018-08-24T17:30:49.000+0000

Description

This is all about parity and developer experience: Currently, iOS modules are created in the module root. Android uses the "dist" directory, which is better for separating it from the actual source code and module configuration.

Comments

  1. Hans Knöchel 2018-03-18

    PR: https://github.com/appcelerator/titanium_mobile/pull/9941 Test-Case:

    Create a new module: appc new -t timodule -p ios

    Go to the module's ios/ directory

    Package the module with appc run -p ios --build-only

    Verify that the packaged module is written to <project-dir>/ios/dist/

  2. Samir Mohammed 2018-08-13

JSON Source