Skip to content

Commit

Permalink
Add back XCode TARGETED_DEVICE_FAMILY config line
Browse files Browse the repository at this point in the history
xcode warns that the value is deprecated or something, but maybe it still does something. Appears iPad support is broken right now.
  • Loading branch information
hrydgard committed Jan 26, 2021
1 parent ff7e71f commit 74f3542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2190,6 +2190,7 @@ if(IOS)
RESOURCE "ios/Settings.bundle"
RESOURCE "MoltenVK/iOS/Frameworks"
XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET ${DEPLOYMENT_TARGET}
XCODE_ATTRIBUTE_TARGETED_DEVICE_FAMILY "iPhone/iPad"
XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES
XCODE_ATTRIBUTE_ENABLE_BITCODE NO
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-"
Expand Down

0 comments on commit 74f3542

Please sign in to comment.