Re: [DISCUSS] Cordova OSX Major Release 6.0.0

2020-06-23 Thread Darryl Pogue
I think the best path forward for Cordova apps on macOS is either through cordova-ios with Catalyst, or through cordova-electron. Most plugins don't support the osx platform, but do have implementations for iOS, so Catalyst is probably the best choice from an ecosystem perspective for most people.

Re: [DISCUSS] Cordova OSX Major Release 6.0.0

2020-06-23 Thread Chris Brody
Thanks to Niklas for taking care of the release. You should see my +1 vote so it should be good to go now. Definitely not worth blocking the release, especially on a platform with such low relevance. I do actually use cordova-osx as a quick way to test my SQLite plugin work before going through te

Re: [DISCUSS] Cordova OSX Major Release 6.0.0

2020-06-23 Thread Niklas Merz
I didn't even realize that because I just followed the guide and used coho, but yes this is kind of confusing. We may consider fixing coho or the docs to avoid that for future releases. Personally I don't think that is this big of a deal and should block the release. If we could some get some vot

Re: [DISCUSS] Cordova OSX Major Release 6.0.0

2020-06-23 Thread Chris Brody
I was a bit surprised to see that the major cordova-osx 6.0.0 release tag was made outside of the master branch. This has happened before, as discussed in: https://github.com/apache/cordova-coho/issues/227 I hope we can find a way to improve this in the near future. On Fri, Jun 12, 2020 at 12:59

[DISCUSS] Cordova OSX Major Release 6.0.0

2020-06-12 Thread Niklas Merz
Does anyone have any reason to delay a cordova-osx platform release? Any outstanding patches to land? If not, I will start the release soon after checking the remaining PRs. We should get the platforms ready for the new Cordova CLI release and NodeJS version deprecations. --