添加项目说明与编译命令

This commit is contained in:
2026-07-15 22:22:30 +08:00
parent bbd4f0e266
commit 000a56295f
+16
View File
@@ -0,0 +1,16 @@
# 项目说明
## 构建与测试环境
- 开发设备:macOS
- Xcode 版本:26.3
- 主 App Deployment TargetiOS 26.0
- 可用的 iOS 模拟器:**iPhone 17 Pro**
## 常用命令
### 编译主 AppiPhone 17 Pro 模拟器)
```bash
xcodebuild -scheme Note -destination 'platform=iOS Simulator,name=iPhone 17 Pro' build
```