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>
No comments