Skip to content

Commit

Permalink
Expand platform availability
Browse files Browse the repository at this point in the history
NativeRegexExamples has been expanded to support every platform that supports the `Regex` type.
  • Loading branch information
DandyLyons committed Sep 2, 2024
1 parent 830a1bd commit 0e6377a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "NativeRegexExamples",
platforms: [.iOS(.v16), .macOS(.v13)],
platforms: [.iOS(.v16), .macOS(.v13), .macCatalyst(.v16), .tvOS(.v16), .visionOS(.v1), .watchOS(.v9)],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

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

0 comments on commit 0e6377a

Please sign in to comment.