Skip to content

Commit cce5b71

Browse files
committed
docs: clarify iOS 13 and 14 validation status
1 parent 36361d4 commit cce5b71

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,14 @@ Tests are validated under parallel execution. The test infrastructure serializes
513513
Current runtime validation has been performed on iOS 15+.
514514
Although the package declares support for older OS versions, iOS 13 and iOS 14 have not been runtime-validated in the current Xcode environment.
515515

516+
### iOS 13-14 Users
517+
518+
If you are running this library on iOS 13 or iOS 14:
519+
520+
- These versions are declared as supported by the package, but have not yet been runtime-validated by the maintainer in the current toolchain environment.
521+
- If you encounter an issue, please include your device model, iOS version, and reproduction steps when opening an issue.
522+
- If the library runs correctly for you on iOS 13 or iOS 14, feedback is also welcome and helps improve confidence in older OS compatibility.
523+
516524
### Recommended: Use the test script
517525

518526
```bash

READMECN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,17 @@ let hookB = await kit.registerMergeHook(before: hookA) { _ in print("Hook B"); r
387387

388388
> 测试现已验证可并行执行。测试基础设施会在内部串行化 `NSPersistentContainer` 的创建,以规避 Core Data 在并发加载存储时的崩溃,同时保留 suite 级并行执行。
389389
390+
当前运行验证已覆盖 iOS 15+。
391+
虽然 Package 声明支持更低版本系统,但在当前 Xcode 环境中,iOS 13 与 iOS 14 还没有完成运行时验证。
392+
393+
### iOS 13-14 用户
394+
395+
如果你正在 iOS 13 或 iOS 14 上使用此库:
396+
397+
- Package 当前声明支持这些系统版本,但维护者尚未在当前工具链环境中完成运行时验证。
398+
- 如果你遇到问题,请在提交 issue 时附上设备型号、iOS 版本以及复现步骤。
399+
- 如果此库在 iOS 13 或 iOS 14 上运行正常,也欢迎反馈,这将有助于提升对旧系统兼容性的信心。
400+
390401
```bash
391402
./test.sh # 推荐脚本,自动启用并行测试
392403
```

0 commit comments

Comments
 (0)