官方提供 Xcode 周边实用工具 Additional Tools for Xcode 26.1

今天在公司想在 macOS 限制下载速度的时候,问 Cursor 给我的解决方案之一就是使用官方提供的开发工具:

根据提示找到对应文件下载后,发现里面还有好多其它实用工具,不只有网速限制的工具面板。 . ├── Audio │   └── AU Lab.app ├── Graphics │   ├── OpenGL Driver Monitor.app │   ├── OpenGL Profiler.app │   ├── Pixie.app │   └── Quartz Debug.app ├── Hardware │   ├── CarPlay Simulator.app │   ├── HomeKit Accessory Simulator.app │   ├── IORegistryExplorer.app │   ├── Network Link Conditioner.prefPane │   ├── PacketLogger.app │   └── Printer Simulator.app └── Utilities ├── Clipboard Viewer.app ├── CrashReporterPrefs.app └── Dictionary Development Kit

网速自定义,系统层面 双击那个文件之后,会有系统设置中添加一个控制面板,可自定义上下的网速、延迟等,非常好用。

CarPlay 模拟器 之前一直找也没找到,这里面竟然直接就有,能正常用。

下载地址 https://developer.apple.com/download/all/ 需要登录苹果开发者账号,不需要是会员,有账号就行。