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

misc: Fix SDL_OpenURL on newer iOS releases. #11730

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

icculus
Copy link
Collaborator

@icculus icculus commented Dec 26, 2024

Apparently as of iOS 18.2, the deprecated API we were using just refuses to work at all.

Fixes #11728.

Apparently as of iOS 18.2, the deprecated API we were using just refuses to
work at all.

Fixes libsdl-org#11728.
@icculus icculus added this to the 3.2.0 milestone Dec 26, 2024
src/misc/ios/SDL_sysurl.m Outdated Show resolved Hide resolved
@icculus icculus force-pushed the sdl3-ios-openurl-fix branch from 3bd759e to 36fbe7d Compare December 26, 2024 19:12
@slouken slouken merged commit 7bbe602 into libsdl-org:main Dec 27, 2024
40 checks passed
@icculus icculus deleted the sdl3-ios-openurl-fix branch December 27, 2024 00:58
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.

iOS SDL_OpenURL() doesn't work
2 participants