From 5e5374ebddc9b23de17c55d45722954912404e46 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Thu, 17 Jan 2019 09:47:53 -0800 Subject: [PATCH] DEBUG --- tools/nitpick/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/nitpick/CMakeLists.txt b/tools/nitpick/CMakeLists.txt index 6b7f9c8dba..ffacfc00c7 100644 --- a/tools/nitpick/CMakeLists.txt +++ b/tools/nitpick/CMakeLists.txt @@ -176,6 +176,12 @@ if (APPLE) # call the fixup_nitpick macro to add required bundling commands for installation fixup_nitpick() + # add a custom command to copy the empty AppData High Fidelity folder (i.e. - a valid folder with no entities) + add_custom_command( + TARGET ${TARGET_NAME} + POST_BUILD + COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/AppDataHighFidelity" "$/AppDataHighFidelity" + ) else() set(NITPICK_EXEC_DIR "$") set(RESOURCES_DEV_DIR "${NITPICK_EXEC_DIR}/resources")