Skip to content

Commit 9fe09b2

Browse files
committed
Don't build this project for Apple driverkit
1 parent 4ffd769 commit 9fe09b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Xcode/SDL_mixer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@
662662
MARKETING_VERSION = 3.0.0;
663663
PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL3-mixer";
664664
PRODUCT_NAME = SDL3_mixer;
665-
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
665+
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
666666
SUPPORTS_MACCATALYST = YES;
667667
TVOS_DEPLOYMENT_TARGET = 11.0;
668668
XROS_DEPLOYMENT_TARGET = 1.3;
@@ -713,7 +713,7 @@
713713
ONLY_ACTIVE_ARCH = YES;
714714
PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL3-mixer";
715715
PRODUCT_NAME = SDL3_mixer;
716-
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
716+
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
717717
SUPPORTS_MACCATALYST = YES;
718718
TVOS_DEPLOYMENT_TARGET = 11.0;
719719
XROS_DEPLOYMENT_TARGET = 1.3;

0 commit comments

Comments
 (0)