Skip to content

Commit

Permalink
fix building standalones with Xcode 14
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Aug 31, 2022
1 parent 98045ef commit c04c4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -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 $<$<CONFIG:Debug>:dwarf>$<$<NOT:$<CONFIG:Debug>>:dwarf-with-dsym>
XCODE_ATTRIBUTE_DEPLOYMENT_POSTPROCESSING $<$<CONFIG:Debug>:NO>$<$<NOT:$<CONFIG:Debug>>:YES>
OUTPUT_NAME "${target}"
Expand Down
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit c04c4af

Please sign in to comment.