dpogue commented on PR #1515:
URL: https://github.com/apache/cordova-ios/pull/1515#issuecomment-2627847964

   > I would imagine that native devs with "platform centered approach" 
projects would prefer to include the plugins as swift packages directly.
   
   The complication here (if managing plugins manually in a project's 
Package.swift) becomes making sure that all those plugins refer to the same 
version of cordova-ios for their CordovaLib dependency. That's why we're 
needing to rewrite the Package.swift when we install them in this PR.
   
   SwiftPM doesn't have particularly good support for overriding library 
versions from sub-dependencies or a concept like npm's peerDependencies 😞 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to