Skip to content

Commit 2a682a5

Browse files
committedMar 20, 2018
removing library and target from Package.swift for now
1 parent 644e2b8 commit 2a682a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎Package.swift

-6
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,5 @@ import PackageDescription
2929

3030
let package = Package(
3131
name: "MotionMachine",
32-
products: [
33-
.library(name: "MotionMachine", targets: ["MotionMachine"]),
34-
],
35-
targets: [
36-
.target(name: "MotionMachine", dependencies: [], sources: "Sources"),
37-
],
3832
swiftLanguageVersions: [4]
3933
)

0 commit comments

Comments
 (0)