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/d80e57b065b0 (SDL_OpenUrl enabled for macOS/iOS)

http://hg.libsdl.org/SDL/rev/316a289c79a3 (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.
1 file changed