You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/AvailabilityVersions/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The OpenSwiftUI project uses a semantic versioning system defined in `Semantics.
10
10
11
11
The version information used in `Semantics.swift` is derived from Apple's official availability definitions:
12
12
13
-
- Current implementation is based on [AvailabilityVersions-143.7](https://github.com/apple-oss-distributions/AvailabilityVersions/blob/AvailabilityVersions-143.7/availability.dsl)
13
+
- Current implementation is based on [AvailabilityVersions-151-patch](https://github.com/OpenSwiftUIProject/AvailabilityVersions/blob/AvailabilityVersions-151-patch/availability.dsl)
14
14
- The availability DSL file defines the relationships between OS versions and their corresponding version sets
15
15
16
16
## Versioning Structure
@@ -40,7 +40,7 @@ When updating the project to support new OS versions:
40
40
## References
41
41
42
42
-[The Apple Wiki Timeline](https://theapplewiki.com/wiki/Timeline)
0 commit comments