Skip to content

Commit

Permalink
Removed the macOS target since it doesn't compile anyway due to the u…
Browse files Browse the repository at this point in the history
…nchecked use of UIKit.
  • Loading branch information
psalzAppDev committed Feb 27, 2024
1 parent 205588f commit 739790a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import PackageDescription
let package = Package(
name: "CodeScanner",
platforms: [
.iOS(.v13),
.macOS(.v11)
.iOS(.v13)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down

0 comments on commit 739790a

Please sign in to comment.