remove platform
This commit is contained in:
parent
de16c1ad18
commit
325a1674d3
@ -5,10 +5,10 @@ import PackageDescription
|
|||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "sdlan",
|
name: "sdlan",
|
||||||
platforms: [
|
// platforms: [
|
||||||
.iOS(.v17),
|
// .iOS(.v17),
|
||||||
.macOS(.v10_13)
|
// .macOS(.v14)
|
||||||
],
|
// ],
|
||||||
products: [
|
products: [
|
||||||
// Products define the executables and libraries a package produces, making them visible to other packages.
|
// Products define the executables and libraries a package produces, making them visible to other packages.
|
||||||
.library(
|
.library(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user