From c04c4afc6989f063dba66775efbf4e77699d2603 Mon Sep 17 00:00:00 2001 From: scheffle Date: Wed, 31 Aug 2022 10:24:45 +0200 Subject: [PATCH] fix building standalones with Xcode 14 --- vstgui/standalone/cmake/modules/vstgui_add_executable.cmake | 1 + vstgui/standalone/examples/standalone/resource/resources.uidesc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vstgui/standalone/cmake/modules/vstgui_add_executable.cmake b/vstgui/standalone/cmake/modules/vstgui_add_executable.cmake index cb4734b48..61e08e7b1 100644 --- a/vstgui/standalone/cmake/modules/vstgui_add_executable.cmake +++ b/vstgui/standalone/cmake/modules/vstgui_add_executable.cmake @@ -36,6 +36,7 @@ function(vstgui_add_executable target sources) add_executable(${target} ${sources} ${PkgInfoResource}) set_target_properties(${target} PROPERTIES MACOSX_BUNDLE TRUE + XCODE_ATTRIBUTE_GENERATE_PKGINFO_FILE NO XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT $<$:dwarf>$<$>:dwarf-with-dsym> XCODE_ATTRIBUTE_DEPLOYMENT_POSTPROCESSING $<$:NO>$<$>:YES> OUTPUT_NAME "${target}" diff --git a/vstgui/standalone/examples/standalone/resource/resources.uidesc b/vstgui/standalone/examples/standalone/resource/resources.uidesc index d83a352e2..5e7d3b019 100644 --- a/vstgui/standalone/examples/standalone/resource/resources.uidesc +++ b/vstgui/standalone/examples/standalone/resource/resources.uidesc @@ -118,7 +118,7 @@ }, "custom": { "UIDescFilePath": { - "path": "/Volumes/vst3/vstgui/vstgui/standalone/examples/standalone/resource/resources.uidesc" + "path": "/Users/scheffle/Source/vstgui/vstgui/standalone/examples/standalone/resource/resources.uidesc" } } }