Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Add display name to Xcode Toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Naville committed Jan 20, 2018
1 parent 63c7175 commit 3851f3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/xcode-toolchain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ add_custom_command(OUTPUT ${LLVMToolchainDir}/Info.plist
COMMAND ${CMAKE_COMMAND} -E remove ${LLVMToolchainDir}/Info.plist
COMMAND /usr/libexec/PlistBuddy -c "Add:CFBundleIdentifier string com.naville.hikari" "${LLVMToolchainDir}/Info.plist"
COMMAND /usr/libexec/PlistBuddy -c "Add:CompatibilityVersion integer ${COMPAT_VERSION}" "${LLVMToolchainDir}/Info.plist"
COMMAND /usr/libexec/PlistBuddy -c "Add:DisplayName string HikariObfuscator" "${LLVMToolchainDir}/Info.plist"
COMMAND /usr/libexec/PlistBuddy -c "Add:ShortDisplayName string HikariObfuscator" "${LLVMToolchainDir}/Info.plist"
)

add_custom_target(build-xcode-toolchain
Expand Down

0 comments on commit 3851f3d

Please sign in to comment.