清理重复 Podfile 配置

This commit is contained in:
shenlei
2026-07-13 16:09:45 +09:00
parent 6a0a1223b1
commit 822949f6cc
4 changed files with 7 additions and 37 deletions
+3 -3
View File
@@ -64,13 +64,13 @@
### CocoaPods 依赖准备
> 仓库包含示例工程 `ReadViewDemo`,并已提交 `Pods/` 与 `Podfile.lock`。如本地环境未同步,可在仓库根或示例工程目录运行:
> 仓库包含示例工程 `ReadViewDemo`,并已提交 `ReadViewDemo/Pods/` 与 `ReadViewDemo/Podfile.lock`。如本地环境未同步,请在示例工程目录运行:
```bash
pod install
cd ReadViewDemo && pod install
```
(依赖入口:`Podfile``ReadViewDemo/Podfile`
(依赖入口:`ReadViewDemo/Podfile`
### 运行 UI 测试