Skip to content

Commit

Permalink
Merge pull request #6 from frenzibyte/add-missing-ios-properties
Browse files Browse the repository at this point in the history
Specify bundle version and short version string for iOS veldrid-spirv libraries
  • Loading branch information
peppy authored Sep 24, 2023
2 parents 3032c93 + 56a2ccd commit ca6cec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ if(IOS)
endif()

set_target_properties(veldrid-spirv PROPERTIES MACOSX_FRAMEWORK_IDENTIFIER "sh.ppy.veldrid-spirv")
set_target_properties(veldrid-spirv PROPERTIES MACOSX_FRAMEWORK_BUNDLE_VERSION "1.0.15")
set_target_properties(veldrid-spirv PROPERTIES MACOSX_FRAMEWORK_SHORT_VERSION_STRING "1.0.15")

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

0 comments on commit ca6cec7

Please sign in to comment.