Skip to content

Commit c83dc7b

Browse files
Merge pull request #5172 from BarneyZhaoooo/barneyzhaoooo
fix #5166
2 parents 60acb08 + 1ff7919 commit c83dc7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Reports/2025/#354-2025.10.13.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545

4646
[@Damien](https://github.com/ZengyiMa):这篇文章介绍了如何在 Xcode 中为应用启用增强安全性的方法,包括启用地址空间布局随机化(ASLR)、栈保护、堆保护、整数溢出检查和缓冲区溢出检查等编译器安全功能,以防御常见漏洞并提升应用抗攻击能力。
4747

48+
49+
### 🐕 [How to install Xcode 26's Metal Toolchain on CI/CD](https://www.polpiella.dev/metal-toolchain-ci-cd/)
50+
51+
[@Barney](https://github.com/BarneyZhaoooo):我来帮您获取并总结这篇文章的内容。这篇文章介绍了 Xcode 26 不再默认包含 Metal 工具链的问题及解决方案。在本地开发时可通过 Xcode 偏好设置安装,但在 CI/CD 环境(包括 Xcode Cloud)中需要使用 xcodebuild 命令行工具手动下载和安装。文章提供了具体的脚本代码,建议在 Xcode Cloud 中作为 post clone 脚本运行。
52+
4853
## 工具
4954

5055
> 开发过程中常用的工具,及一些新工具的介绍

0 commit comments

Comments
 (0)