Cordova: Can we have same plugin with different versions inside different platform sections of config.xml?
up vote
0
down vote
favorite
In a Cordova project - Can we have same plugin with different versions inside different platform sections of config.xml? Some like below,
<platform name="android">
<plugin name="cordova-plugin-some-plugin" spec="1.0.0" />
</platform>
<platform name="ios">
<plugin name="cordova-plugin-some-plugin" spec="2.0.0" />
</platform>
cordova ionic-framework cordova-plugins phonegap-plugins phonegap
add a comment |
up vote
0
down vote
favorite
In a Cordova project - Can we have same plugin with different versions inside different platform sections of config.xml? Some like below,
<platform name="android">
<plugin name="cordova-plugin-some-plugin" spec="1.0.0" />
</platform>
<platform name="ios">
<plugin name="cordova-plugin-some-plugin" spec="2.0.0" />
</platform>
cordova ionic-framework cordova-plugins phonegap-plugins phonegap
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In a Cordova project - Can we have same plugin with different versions inside different platform sections of config.xml? Some like below,
<platform name="android">
<plugin name="cordova-plugin-some-plugin" spec="1.0.0" />
</platform>
<platform name="ios">
<plugin name="cordova-plugin-some-plugin" spec="2.0.0" />
</platform>
cordova ionic-framework cordova-plugins phonegap-plugins phonegap
In a Cordova project - Can we have same plugin with different versions inside different platform sections of config.xml? Some like below,
<platform name="android">
<plugin name="cordova-plugin-some-plugin" spec="1.0.0" />
</platform>
<platform name="ios">
<plugin name="cordova-plugin-some-plugin" spec="2.0.0" />
</platform>
cordova ionic-framework cordova-plugins phonegap-plugins phonegap
cordova ionic-framework cordova-plugins phonegap-plugins phonegap
asked Nov 12 at 18:34
Easwaramoorthy K
2,04472955
2,04472955
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I don't think so, since plugins are added with cordova plugin add X
without a platform specification. Maybe someone can prove me wrong, but my suggestions would be to create 2 separate projects.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I don't think so, since plugins are added with cordova plugin add X
without a platform specification. Maybe someone can prove me wrong, but my suggestions would be to create 2 separate projects.
add a comment |
up vote
0
down vote
I don't think so, since plugins are added with cordova plugin add X
without a platform specification. Maybe someone can prove me wrong, but my suggestions would be to create 2 separate projects.
add a comment |
up vote
0
down vote
up vote
0
down vote
I don't think so, since plugins are added with cordova plugin add X
without a platform specification. Maybe someone can prove me wrong, but my suggestions would be to create 2 separate projects.
I don't think so, since plugins are added with cordova plugin add X
without a platform specification. Maybe someone can prove me wrong, but my suggestions would be to create 2 separate projects.
answered Nov 13 at 6:19
moo moo
235
235
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53268123%2fcordova-can-we-have-same-plugin-with-different-versions-inside-different-platfo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown