Skip to content

Commit 7c99601

Browse files
Update Swift version
1 parent cc05587 commit 7c99601

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 6.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TranscriptDebugMenu
22

3-
[![Swift](https://img.shields.io/badge/Swift-6.0+-FA7343?style=flat&logo=swift&logoColor=white)](https://swift.org)
3+
[![Swift](https://img.shields.io/badge/Swift-6.2+-FA7343?style=flat&logo=swift&logoColor=white)](https://swift.org)
44
[![Platform](https://img.shields.io/badge/Platform-iOS%2026%2B%20%7C%20macOS%2026%2B%20%7C%20visionOS%2026%2B-blue)](https://developer.apple.com)
55
[![Swift Package Manager](https://img.shields.io/badge/SPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)
66

@@ -72,7 +72,7 @@ struct ContentView: View {
7272
## Requirements
7373

7474
- iOS 26.0+ / macOS 26.0+ / visionOS 26.0+
75-
- Swift 6.0+
75+
- Swift 6.2+
7676
- Xcode 26.0+
7777

7878
## Contributing

Sources/TranscriptDebugMenu/Documentation.docc/TranscriptDebugMenu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct ContentView: View {
7373
## Requirements
7474

7575
- iOS 26.0+ / macOS 26.0+ / visionOS 26.0+
76-
- Swift 6.0+
76+
- Swift 6.2+
7777
- Xcode 26.0+
7878

7979
## Contributing

docs/data/documentation/transcriptdebugmenu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
{
366366
"inlineContent" : [
367367
{
368-
"text" : "Xcode 26.0",
368+
"text" : "Xcode 26.0+",
369369
"type" : "text"
370370
}
371371
],

docs/index/availability.index

0 Bytes
Binary file not shown.

docs/index/data.mdb

0 Bytes
Binary file not shown.

docs/index/navigator.index

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)