Skip to content

Commit 35eef83

Browse files
committed
update package
1 parent 0239c63 commit 35eef83

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import PackageDescription
55

66
let package = Package(
77
name: "PZCircularControl",
8+
platforms: [
9+
.iOS(.v13), .macOS(.v10_15), .watchOS(.v6), .tvOS(.v13)
10+
],
811
products: [
912
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1013
.library(
1114
name: "PZCircularControl",
1215
targets: ["PZCircularControl"]),
1316
],
14-
platforms: [
15-
.iOS(.v13), .macOS(.v10_15), .watchOS(.v6), .tvOS(.v13)
16-
],
1717
dependencies: [
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),

0 commit comments

Comments
 (0)