CMake:macOS: Sign with --deep

Fixes complaints about MoltenVK not getting signed
This commit is contained in:
TellowKrinkle 2024-05-28 23:56:02 -05:00 committed by Connor McLaughlin
parent 94bd7c96b9
commit 521038984a
1 changed files with 2 additions and 0 deletions

View File

@ -1283,6 +1283,8 @@ function(setup_main_executable target)
MACOSX_BUNDLE true
MACOSX_BUNDLE_INFO_PLIST "${PCSX2_SOURCE_DIR}/Resources/Info.plist.in"
OUTPUT_NAME PCSX2
# Fixes complaints when Xcode tries to sign for running locally about MoltenVK not being signed
XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS --deep
)
pcsx2_resource(${target} ${PCSX2_SOURCE_DIR}/Resources/PCSX2.icns ${PCSX2_SOURCE_DIR}/Resources)