macos please

This commit is contained in:
Nayla Hanegan 2025-01-07 22:36:15 -05:00
commit d6fcef7fe1

View file

@ -622,7 +622,7 @@ if(APPLE)
endforeach() endforeach()
include(DolphinInjectVersionInfo) include(DolphinInjectVersionInfo)
dolphin_inject_version_info(dolphin-emu) dolphin_inject_version_info(dolphin-mpn)
# Copy MoltenVK into the bundle # Copy MoltenVK into the bundle
if(ENABLE_VULKAN) if(ENABLE_VULKAN)
@ -658,7 +658,7 @@ if(APPLE)
COMMAND "${CMAKE_SOURCE_DIR}/Tools/mac-codesign.sh" COMMAND "${CMAKE_SOURCE_DIR}/Tools/mac-codesign.sh"
"-e" "${CMAKE_CURRENT_SOURCE_DIR}/DolphinEmu$<$<CONFIG:Debug>:Debug>.entitlements" "-e" "${CMAKE_CURRENT_SOURCE_DIR}/DolphinEmu$<$<CONFIG:Debug>:Debug>.entitlements"
"${MACOS_CODE_SIGNING_IDENTITY}" "${MACOS_CODE_SIGNING_IDENTITY}"
"$<TARGET_BUNDLE_DIR:dolphin-emu>" "$<TARGET_BUNDLE_DIR:dolphin-mpn>"
) )
endif() endif()
else() else()