Skip to content

Commit

Permalink
apple: Add version strings to Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-lunarg authored and ziga-lunarg committed Mar 7, 2024
1 parent db4e627 commit 1b62c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ foreach(extension_layer ${EXTENSION_LAYERS})
if(IOS)
set_target_properties(${extension_layer} PROPERTIES
FRAMEWORK TRUE
MACOSX_FRAMEWORK_BUNDLE_VERSION "${VulkanHeaders_VERSION}"
MACOSX_FRAMEWORK_SHORT_VERSION_STRING "${VulkanHeaders_VERSION}"
MACOSX_FRAMEWORK_IDENTIFIER com.khronos.${extension_layer}
)
else()
Expand Down

0 comments on commit 1b62c9b

Please sign in to comment.