Hi, with the upcoming release of OSX some of the plugins will also support OSX. currently they are added via the `ios-package` in the plugin.xml (eg [0]). the current parser in OSX allows both names, ios-package and osx-package.
maybe we should be more strict and only allow osx-package [1] in order to avoid confusion and potential conflicts. I suggest: - we allow both for now - we change the plugins that currently support osx to use the osx-package attribute name - we remove the support for ios-package in the next, 4.1, release. WDYT? regards, toby [0] https://github.com/apache/cordova-plugin-file/blob/master/plugin.xml#L256 [1] https://issues.apache.org/jira/browse/CB-10602 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
