Skip to content

Commit a3a0a47

Browse files
committedJul 16, 2024
Update multithreading example to be compatible with older Xcode
1 parent 7e23169 commit a3a0a47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎Examples/Multithreading/Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 5.10
22

33
import PackageDescription
44

55
let package = Package(
66
name: "Example",
7+
platforms: [.macOS("15"), .iOS("18"), .watchOS("11"), .tvOS("18"), .visionOS("2")],
78
dependencies: [
89
.package(path: "../../"),
910
.package(url: "https://github.com/kateinoigakukun/chibi-ray", revision: "c8cab621a3338dd2f8e817d3785362409d3b8cf1"),

0 commit comments

Comments
 (0)
Please sign in to comment.