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" } } }