mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix #11005 by first installing plugins, and then adding the cordova platform android/ios, it will avoid errors due to plugins options declared in the config.xml.
This commit is contained in:
4
tools/cordova/project.js
vendored
4
tools/cordova/project.js
vendored
@@ -266,9 +266,9 @@ outdated platforms`);
|
||||
builder.writeConfigXmlAndCopyResources();
|
||||
builder.copyWWW(bundlePath);
|
||||
|
||||
this.ensurePlatformsAreSynchronized();
|
||||
this.ensurePluginsAreSynchronized(pluginVersions,
|
||||
builder.pluginsConfiguration);
|
||||
builder.pluginsConfiguration);
|
||||
this.ensurePlatformsAreSynchronized();
|
||||
|
||||
// Temporary workaround for Cordova iOS bug until
|
||||
// https://issues.apache.org/jira/browse/CB-10885 is fixed
|
||||
|
||||
Reference in New Issue
Block a user