Merge pull request #133 from ensan-hcl/fix/install_script

fix: Xcode 16以降でZenzai対応ビルドができなくなっていた問題を修正
This commit is contained in:
Miwa
2024-09-22 00:26:41 +09:00
committed by GitHub

View File

@ -3,4 +3,7 @@ cp -f .build/release/CliTool /usr/local/bin/anco
# FIXME: Unfortunately, in order to use zenzai in anco, you will need to build CliTool with xcodebuild
# It is highly desirable to make it work only with `swift build`
# For Xcode 16 or later
# xcodebuild -scheme CliTool -destination "platform=macOS,name=My Mac" -configuration Release
# For Xcode 15 or former
# xcodebuild -scheme CliTool -destination "platform=macOS,name=Any Mac" -configuration Release