You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason for the following?
// This script has to be executed depending on the command line arguments, not
// on the hook execution cycle.
We use the cordova-lib directly to add plugins and platforms during our build process, and as we don't use the CLI the hooks for the swift support plugin are never fired.
I have forked a version of your plugin which just uses the hooks, but it would be great to use the main version if we can.
thanks,
Dave.
The text was updated successfully, but these errors were encountered:
Hi,
Is there a reason for the following?
// This script has to be executed depending on the command line arguments, not
// on the hook execution cycle.
We use the cordova-lib directly to add plugins and platforms during our build process, and as we don't use the CLI the hooks for the swift support plugin are never fired.
I have forked a version of your plugin which just uses the hooks, but it would be great to use the main version if we can.
thanks,
Dave.
The text was updated successfully, but these errors were encountered: