Closed Stending closed 8 years ago
That preference isn't currently supported at the plugin level. It can only be set in the project's config.xml.
I need to fix the documentation.
@Stending This is now supported in plugin.xml with the latest release (>=1.2.9).
Hi, I need to fix the ios min version to 9.0 for my cordova plugin, but when I simply add
<preference name="pods_ios_min_version" value="9.0"/>
, in my plugin.xml, I just get an error during the plugin's installation :It looks like cordova doesn't accept a preference he doesn't know...