-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Address some deprecation after dropping iOS 13 #19512
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
089ffab to
3069cb7
Compare
Contributor
You can test the changes in WordPress from this Pull Request by:
|
46b53ec to
fc4d3b8
Compare
3069cb7 to
ac0bbd6
Compare
Contributor
You can test the changes in Jetpack from this Pull Request by:
|
0956955 to
d6392db
Compare
The compiler says: ``` warning build: 'allVisible' was deprecated in iOS 14.0: renamed to 'UISplitViewController.DisplayMode.oneBesideSecondary' ```
The compiler said: ``` warning build: 'primaryHidden' was deprecated in iOS 14.0: renamed to 'UISplitViewController.DisplayMode.secondaryOnly' ```
I did my best to find a valid replacement and left a note to hopefully help improving upon my attempt.
941736d to
637ef3e
Compare
With iOS 14 as the minimum deployment target, they all return `true`.
It always returns true, since the codebase now supports iOS 14+
637ef3e to
0fbf95e
Compare
Contributor
Author
|
This is now redundant. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: I plan to split this PR in one that address all of the straightforward removals and one that makes the remaining. This way, we can merge the first ASAP and use the latter as a place where to discuss the best changes.