Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Docs/Status.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Status Description

Unless specified, the documentation is audited for 2023 release and the
implementation is audited for iOS 15.5
Unless specified:
- when the implementation is audited for 2021 release the documentation is audited for 2023 release.
- when the implementation is audited for 2024 release the documentation is audited for 2024 release.

## Empty

Expand Down
8 changes: 3 additions & 5 deletions Docs/Version.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Version

RELEASE_2021 - iOS 15.5 - macOS 12.7.1

RELEASE_2023 - iOS 17.4 - macOS 14.4.1

<!--RELEASE_2024 - iOS 18.0 Beta 1 - macOS 15.0 Beta 1-->
- RELEASE_2021 - iOS 15.5 - macOS 12.7.1
- RELEASE_2023 - iOS 17.4 - macOS 14.4.1
- RELEASE_2024 - iOS 18.0 - macOS 15.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityButtonShapeModifier.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: 0D3243EDC3DD4D641848661DCC354D4B

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityConfigurationModifier.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

protocol AccessibilityConfigurationModifier {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityBoundedNumber.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityNumber.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityNumber.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityPlatformSafe.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilitySliderValue.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

struct AccessibilitySliderValue: AccessibilityValueByProxy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityValue.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccessibilityValueByProxy.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

protocol AccessibilityValueByProxy: AccessibilityValue {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AnyAccessibilityValue.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: 333660CD735494DA92CEC2878E6C8CC5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AnyAccessibilityValueType.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

enum AnyAccessibilityValueType: UInt, Codable {
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// App.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

/// A type that represents the structure and behavior of an app.
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppDelegate.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: 4475FD12FD59DEBA453321BD91F6EA04

Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/AppGraph.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppGraph.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: A363922CEBDF47986D9772B903C8737A

Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/FallbackDelegateBox.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FallbackDelegateBox.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/FinishLaunchTestAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FinishLaunchTestAction.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

#if os(iOS)
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/LegacyApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LegacyApp.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete
// ID: F8F4CFB3FB453F4ECC15C05B76BCD1E4

Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/OpenSwiftUIApplication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// OpenSwiftUIApplication.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: ACC2C5639A7D76F611E170E831FCA491

Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/App/ScenePhase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ScenePhase.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: 130BB08D98602D712FD59CAC6992C14A

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// PrimitiveSceneModifier.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

protocol PrimitiveSceneModifier: _SceneModifier where Body == Never {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// _SceneModifier.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP

public protocol _SceneModifier {
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Core/Render/DisplayLink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DisplayLink.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: D912470A6161D66810B373079EE9F26A

Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/EventHandling/Focus/FocusState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FocusState.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: 274D264A38B51DC68ACC48A91353B7D0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FocusedValueKey.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

public protocol FocusedValueKey {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EventModifiers.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

@frozen public struct EventModifiers: OptionSet {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// KeyEquivalent.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

@available(tvOS, unavailable)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// KeyboardShortcut.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Blocked by EnvironmentValues

@available(tvOS, unavailable)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// OpenURLAction.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete
// ID: 1F1831D737D24A15A8A759DDE72CEF68

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// PlatformViewRepresentable.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP

#if os(macOS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIViewRepresentable.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP

#if os(iOS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AnyUIHostingView.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

#if os(iOS)
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Integration/UIKit/UIGraphicsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIGraphicsView.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

#if os(iOS)
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Integration/UIKit/UIHostingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIHostingView.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: FAF0B683EB49BE9BABC9009857940A1E

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIHostingViewable.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP

#if os(iOS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIViewPlatformViewDefinition.swift
// OpenSwiftUI
//
// Audited for RELEASE_2024
// Audited for iOS 18.0
// Status: WIP

@_spi(DisplayList_ViewSystem) import OpenSwiftUICore
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Scene/Core/PrimitiveScene.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// PrimitiveScene.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

protocol PrimitiveScene: Scene where Body == Never {}
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Scene/Core/Scene.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Scene.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Empty

public protocol Scene {
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Scene/Core/SceneInput.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SceneInput.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Complete

protocol SceneInput: GraphInput {}
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Scene/Core/_SceneInputs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// _SceneInputs.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Empty

public struct _SceneInputs {}
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Scene/Core/_SceneOutputs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// _SceneInputs.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: Empty

public struct _SceneOutputs {}
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Scene/WindowGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WindowGroup.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP

@frozen
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Test/TestApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// TestApp.swift
// OpenSwiftUI
//
// Audited for RELEASE_2021
// Audited for iOS 15.5
// Status: WIP
// ID: A519B5B95CA8FF4E3445832668F0B2D2

Expand Down
Loading