mirror of https://github.com/PCSX2/pcsx2.git
CMake:macOS: Sign with --deep
Fixes complaints about MoltenVK not getting signed
This commit is contained in:
parent
94bd7c96b9
commit
521038984a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue