diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..b97ab14 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,16 @@ +# 项目说明 + +## 构建与测试环境 + +- 开发设备:macOS +- Xcode 版本:26.3 +- 主 App Deployment Target:iOS 26.0 +- 可用的 iOS 模拟器:**iPhone 17 Pro** + +## 常用命令 + +### 编译主 App(iPhone 17 Pro 模拟器) + +```bash +xcodebuild -scheme Note -destination 'platform=iOS Simulator,name=iPhone 17 Pro' build +```