Skip to content

Commit

Permalink
Fix platform constraints in Package.swift.
Browse files Browse the repository at this point in the history
objecthub committed May 29, 2023
1 parent 016535d commit fa74913
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -24,6 +24,11 @@ import PackageDescription
let package = Package(
name: "CLFormat",

platforms: [
.macOS(.v11),
.iOS(.v14)
],

// Products define the executables and libraries produced by a package, and make them visible
// to other packages.
products: [

0 comments on commit fa74913

Please sign in to comment.