dpogue commented on PR #1430: URL: https://github.com/apache/cordova-ios/pull/1430#issuecomment-2081185202
There's a bit of Xcode mangling the project file (stripping licence comments, removing quotes around `__PROJECT_NAME__` and `__PROJECT_ID__`, etc.) that will probably need to be fixed by hand. The idea of a SwiftPM subproject is a good one and will make the process of adding/removing plugins significantly easier than trying to deal with the Xcode project directly. That said, would it make sense for CordovaLib to be referenced directly from the Xcode project rather than through the SwiftPM library? One worry is that we won't be able to ship with CordovaLib pointing at `master`, we'll need to update that to point at a tag (which is annoying because that needs to happen as part of creating the tag to which it will point) -- 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