Files

17 lines
337 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 项目说明
## 构建与测试环境
- 开发设备: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
```