Skip to content

Commit

Permalink
同上
Browse files Browse the repository at this point in the history
  • Loading branch information
linoal committed Nov 29, 2023
1 parent fae0401 commit 899d416
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ if(IOS)
XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED "NO"
XCODE_ATTRIBUTE_ENABLE_BITCODE "NO"
)
set(MACOSX_BUNDLE_LONG_VERSION_STRING "1.0")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "1.0")
endif()

set_target_properties(libplateau PROPERTIES
MACOSX_BUNDLE_BUNDLE_VERSION "1.0"
MACOSX_BUNDLE_INFO_STRING "1.0"
MACOSX_BUNDLE_LONG_VERSION_STRING "1.0"
MACOSX_BUNDLE_SHORT_VERSION_STRING "1.0"
)

0 comments on commit 899d416

Please sign in to comment.