Update and rename README_zh-Hans.md to README.zh-Hans.md

This commit is contained in:
Tiffany Fung 2023-09-29 12:12:16 +08:00 committed by GitHub
parent 6a313e0658
commit c55b261cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ CrystalFetch 是一个用于创建 Windows® 11 安装 ISO 映像的 macOS 应
编译
--------
1. 确保使用 `git submodule update --init` 来获取子模块submodule
1. 确保使用 `git submodule update --init` 来获取子模块。
2. 若你有付费的 Apple Developer 账号,请将 `CodeSigning.xcconfig.sample` 拷贝到 `CodeSigning.xcconfig`,并用你的开发者信息来填写该文件。
3. 若你没有付费的 Apple Developer 账号需要禁用库验证library validation。对于此项目中的每个编译目标build target请前往“Signing & Capabilities”并勾选“Disable Library Validation”。
4. 现在可以从 Xcode 编译和运行此项目了。