From 000a56295fb9bf6d5f2b776766b81b6fbd77b952 Mon Sep 17 00:00:00 2001 From: fish Date: Wed, 15 Jul 2026 22:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E4=B8=8E=E7=BC=96=E8=AF=91=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 AGENTS.md 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 +```