mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-02 13:00:53 +00:00
fix a warning about nonmatching bundle IDs when generating an xcode project
This commit is contained in:
parent
720430da33
commit
2aa1888a10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user