From 2aa1888a1068421fa8063f3d1ca0ddada06dc2ef Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Mon, 5 Aug 2024 10:58:22 +1000 Subject: [PATCH] fix a warning about nonmatching bundle IDs when generating an xcode project --- Sources/Voxelotl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Voxelotl/CMakeLists.txt b/Sources/Voxelotl/CMakeLists.txt index 0155a98..ae42a40 100644 --- a/Sources/Voxelotl/CMakeLists.txt +++ b/Sources/Voxelotl/CMakeLists.txt @@ -2,6 +2,7 @@ add_executable(Voxelotl MACOSX_BUNDLE main.swift) target_link_libraries(Voxelotl PRIVATE SDLSwift) set_target_properties(Voxelotl PROPERTIES XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME NO + XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "gay.pizza.voxelotl" XCODE_EMBED_FRAMEWORKS "${SDL3}" XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY YES XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY YES