iOS Plugin using Swift Package Manager: Set cordova-ios as dependency by master branch? #583
Answered
by
erisu
GitToTheHub
asked this question in
Q&A
-
|
Hi, when I read the instructions to create a dependencies: [
// This must be included as a dependency, with this format for it to work.
.package(url: "https://github.com/apache/cordova-ios.git", branch: "master")
],Does this not bring any erros, when a Cordova App points to a specific cordova-ios version by e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
erisu
Apr 16, 2026
Replies: 1 comment 1 reply
-
It should not be an issues. During plugin add, that entire line will be replaced to use the installed version of the platform within the Cordova App, no matter what branch or tag you define. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GitToTheHub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should not be an issues.
During plugin add, that entire line will be replaced to use the installed version of the platform within the Cordova App, no matter what branch or tag you define.