Skip to content

Commit

Permalink
Build SDL for Mac hardware when targeting iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 30, 2020
1 parent 590a546 commit 5aba082
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Xcode/SDL/SDL.xcodeproj/project.pbxproj
Expand Up @@ -10162,6 +10162,7 @@
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
INSTALL_PATH = "@rpath";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Debug;
};
Expand All @@ -10178,6 +10179,7 @@
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
INSTALL_PATH = "@rpath";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Release;
};
Expand Down Expand Up @@ -10222,7 +10224,7 @@
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.hidapi;
PRODUCT_NAME = hidapi;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Debug;
};
Expand All @@ -10243,7 +10245,7 @@
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.hidapi;
PRODUCT_NAME = hidapi;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Release;
};
Expand Down Expand Up @@ -10341,7 +10343,7 @@
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
OTHER_LDFLAGS = "-liconv";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Debug;
};
Expand All @@ -10357,7 +10359,7 @@
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
OTHER_LDFLAGS = "-liconv";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Release;
};
Expand Down

0 comments on commit 5aba082

Please sign in to comment.