sdl2_frt/Xcode/SDL
Sam Lantinga 798b228806 Fixed bug 5367 - SDL_OpenUrl disabled on iOS due to unified Xcode project file
Dominik Reichardt

When you unified the Xcode project file you forgot to add the iOS file (/src/misc/ios/SDL_sysurl.m) to the project file, so the dummy in that folder takes over and the call does not work.

Relevant commits:
http://hg.libsdl.org/SDL/rev/c86bbf75f55e (SDL_OpenUrl enabled for macOS/iOS)

http://hg.libsdl.org/SDL/rev/282c3dc1cf65 (and following: unified Xcode project files)

Adding an ios group in the misc group of the project file and then adding /src/misc/ios/SDL_sysurl.m to it fixes the problem.
2020-12-01 13:46:34 -08:00
..
hidapi Fixed the hidapi Info.plist for submission to the Apple App Store 2020-02-03 00:51:35 -08:00
pkg-support Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL.xcodeproj Fixed bug 5367 - SDL_OpenUrl disabled on iOS due to unified Xcode project file 2020-12-01 13:46:34 -08:00
Info-Framework.plist Backed out changeset 51622f74dc85 2020-03-10 18:35:31 -07:00