Skip to content

Commit 0e6377a

Browse files
committed
Expand platform availability
NativeRegexExamples has been expanded to support every platform that supports the `Regex` type.
1 parent 830a1bd commit 0e6377a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "NativeRegexExamples",
8-
platforms: [.iOS(.v16), .macOS(.v13)],
8+
platforms: [.iOS(.v16), .macOS(.v13), .macCatalyst(.v16), .tvOS(.v16), .visionOS(.v1), .watchOS(.v9)],
99
products: [
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.library(

Package@swift-6.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "NativeRegexExamples",
8-
platforms: [.iOS(.v16), .macOS(.v13)],
8+
platforms: [.iOS(.v16), .macOS(.v13), .macCatalyst(.v16), .tvOS(.v16), .visionOS(.v1), .watchOS(.v9)],
99
products: [
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)