-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(ios): rename CDVWKProcessPoolFactory #825
Conversation
CDVWKProcessPoolFactory was integrated from the WKWebView plugin with the new name: CDVWebViewProcessPoolFactory
e0bdf02
to
68a0a80
Compare
68a0a80
to
2077377
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but obviously only if we merge in apache/cordova-ios#1031 :)
With Darryl's suggestion the milestone could be moved to a minor release I guess? |
Yes the change is not breaking anymore. Looks like the next release will be major anyways and we don't have a minor milestone. |
since 4.1.0 introduced breaking changes maybe we should do a minor release first that fixed that problem and then we can continue with the breaking changes. or we can continue with the major release as not supporting Xcode 10 is not a big issue since its builds are not accepted in the App Store |
Yeah I was just thinking about when and how to release next. Maybe we should do a discuss thread on the list. Personally I think I would go for a major release now. I would agree that supporting Xcode 10 should not be that important since Xcode 11 is required for the app store and the current release is even 12. We should reduce our workload and move forward with the limited time we have. @jcesarmobile Do you know issues or users about Xcode 10? |
Don't understand the question, the issue on Xcode 10 is linked on my previous comment #831 The easy fix for users is to use Xcode 11 or newer to compile, if we wanted to support it a |
I was just asking if you know about people having issues with this version. I personally always prioritize work if users are complaining and it's not just something that came up internally. |
I created the issue and nobody has added the 👍 reaction to it, so I guess nobody was affected by it. |
As this fix needs this PR to be released with cordova-ios apache/cordova-ios#1031 I think we could wait for that or are there reasons to release inappbrowser now as 5.0.0? The milestone looks good. |
* set CDVWebViewProcessPoolFactory to public * Move CDVWebViewProcessPoolFactory.m to Classes/Public
Hi @NiklasMerz |
* (ios): rename CDVWKProcessPoolFactory CDVWKProcessPoolFactory was integrated from the WKWebView plugin with the new name: CDVWebViewProcessPoolFactory * (ios): Allow both processpool imports
* (ios): rename CDVWKProcessPoolFactory CDVWKProcessPoolFactory was integrated from the WKWebView plugin with the new name: CDVWebViewProcessPoolFactory * (ios): Allow both processpool imports
* (ios): rename CDVWKProcessPoolFactory CDVWKProcessPoolFactory was integrated from the WKWebView plugin with the new name: CDVWebViewProcessPoolFactory * (ios): Allow both processpool imports
Platforms affected
iOS
Motivation and Context
CDVWKProcessPoolFactory was integrated from the WKWebView plugin with
the new name: CDVWebViewProcessPoolFactory
Description
This fixes the import of the processpool factory for cordova-ios versions 6 or greater. The process pool is now part of cordova-ios and needs to be available public see: apache/cordova-ios#1031
Closes #751
Testing
Checklist
(platform)
if this change only applies to one platform (e.g.(android)
)