Skip to content
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

Remove useless extension #713

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Remove useless extension #713

merged 1 commit into from
Jul 5, 2023

Conversation

openmetrue
Copy link
Contributor

Removed unnecessary extension, because in iOS 8.0/macOS 10.10/tvOS 9.0/watchOS 2.0 it is already in the Foundation.
https://developer.apple.com/documentation/foundation/nslocking/4059821-withlock

All tests on all platforms were successful.

@kean
Copy link
Owner

kean commented Jul 5, 2023

Wow, I just now learned about it. Thanks a lot!

@kean kean merged commit 0c90db6 into kean:main Jul 5, 2023
@openmetrue openmetrue deleted the extensions-refactor branch July 5, 2023 22:23
@openmetrue
Copy link
Contributor Author

openmetrue commented Jul 5, 2023

Wow, I just now learned about it. Thanks a lot!

I just found out after СI errors that support for this appeared in Xcode 14. Is it ok? @kean

@kean
Copy link
Owner

kean commented Jul 5, 2023

Yes, no issue at all.

Please note, as of April 2023, all iOS and iPadOS apps submitted to the App Store must be built with a minimum of Xcode 14.1 and the iOS 16.1 SDK

I'll update the minimum supported Xcode version to 14.1 and update the CI, unless you beat me to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants