Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-28245] CLI: Allow excluding module by target

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsCLI
Labelsmacos-graduate
ReporterEwan Harris
AssigneeUnknown
Created2020-11-17T15:00:49.000+0000
Updated2020-11-17T15:06:34.000+0000

Description

Description

Given that macOS support is done via a target, it would be useful to allow including or excluding a module based off the target as not all iOS platform modules will support the macos or dist-macappstore targets. The easiest is to support how we do currently for platform and require all the targets to be listed, but it might be easier to support an exclusion format also to avoid having to list 4 targets to exclude 2. For example:
<module target="!macos,!dist-macappstore">ti.awesomeness</module> 

Comments

No comments

JSON Source