Skip to content

Commit

Permalink
Package: iOS 12, tvOS 12, watchOS 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhvorost committed Oct 10, 2023
1 parent c027860 commit 19d050b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import CompilerPluginSupport

let package = Package(
name: "ReactBridge",
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)],
platforms: [.macOS(.v10_15), .iOS(.v12), .tvOS(.v12), .watchOS(.v4), .macCatalyst(.v13)],
products: [
.library(
name: "ReactBridge",
Expand All @@ -56,5 +56,6 @@ let package = Package(
name: "ReactBridgeTests",
dependencies: ["ReactBridgeMacros", "ReactBridge", .product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax")]
),
]
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 19d050b

Please sign in to comment.