Skip to content

Commit

Permalink
Fix CMakeLists configuration setting wrong property for bundle ID
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Sep 15, 2023
1 parent a67737d commit 68ead25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_link_libraries(veldrid-spirv
)

set_target_properties(veldrid-spirv PROPERTIES FRAMEWORK true)
set_target_properties(veldrid-spirv PROPERTIES FRAMEWORK_BUNDLE_IDENTIFIER "sh.ppy.veldrid-spirv")
set_target_properties(veldrid-spirv PROPERTIES MACOSX_FRAMEWORK_IDENTIFIER "sh.ppy.veldrid-spirv")

set_target_properties(veldrid-spirv PROPERTIES PREFIX "lib")
set_target_properties(veldrid-spirv PROPERTIES DEBUG_POSTFIX "")
Expand Down

0 comments on commit 68ead25

Please sign in to comment.