This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Commit 96367af
committed
fix: remove legacy StoreKit support claims and update minimum platform versions
- Remove misleading 'Legacy StoreKit support (iOS 13-14)' from README
- Update Package.swift platform requirements to match actual implementation:
- iOS 15.0+ (was 13.0+)
- macOS 14.0+ (was 10.15+)
- tvOS 15.0+ (was 13.0+)
- watchOS 8.0+ (was 6.0+)
- Update README requirements table to reflect accurate minimum versions
- Current implementation only supports StoreKit 2 with @available(iOS 15.0+)1 parent 5716fe6 commit 96367af
2 files changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments