From 99d4d99d768f8b8a4b28db31cfdf65c670af82e5 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 4 Aug 2024 16:01:38 -0700 Subject: [PATCH] enable gpu frame capture option by default --- Sources/SwiftFrontend/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/SwiftFrontend/CMakeLists.txt b/Sources/SwiftFrontend/CMakeLists.txt index 3937e05..0924a14 100644 --- a/Sources/SwiftFrontend/CMakeLists.txt +++ b/Sources/SwiftFrontend/CMakeLists.txt @@ -10,4 +10,6 @@ set_target_properties(SwiftFrontend PROPERTIES BUILD_RPATH "@loader_path/../Frameworks" XCODE_ATTRIBUTE_SKIP_INSTALL "NO" XCODE_ATTRIBUTE_INSTALL_PATH "$(LOCAL_APPS_DIR)" + XCODE_GENERATE_SCHEME ON + XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE "Metal" MACOSX_BUNDLE_COPYRIGHT "© 2024 Gay Pizza Specifications")