Simplified the Xcode project to a single Framework target
Static and shared libraries can be built using CMake support in SDL 3.0 Built tests for macOS, iOS, and tvOS
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
*/
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#if defined(__MACOS__)
|
||||
|
||||
#include "../SDL_sysurl.h"
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
@@ -33,3 +35,5 @@ int SDL_SYS_OpenURL(const char *url)
|
||||
return status == noErr ? 0 : -1;
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* __MACOS__ */
|
||||
|
||||
Reference in New Issue
Block a user