Skip to content

Commit 739790a

Browse files
committed
Removed the macOS target since it doesn't compile anyway due to the unchecked use of UIKit.
1 parent 205588f commit 739790a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "CodeScanner",
88
platforms: [
9-
.iOS(.v13),
10-
.macOS(.v11)
9+
.iOS(.v13)
1110
],
1211
products: [
1312
// Products define the executables and libraries produced by a package, and make them visible to other packages.

0 commit comments

Comments
 (0)