Skip to content

Commit 95ee36e

Browse files
committed
Remove temporary tests
1 parent 0829be4 commit 95ee36e

83 files changed

Lines changed: 552 additions & 785 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Package.resolved

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

Package.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,18 @@ import PackageDescription
44

55
let package = Package(
66
name: "ThreeMF",
7-
platforms: [.macOS(.v10_15)],
87
products: [
98
.library(name: "ThreeMF", targets: ["ThreeMF"])
109
],
1110
dependencies: [
1211
.package(url: "https://github.com/tomasf/Zip.git", from: "2.0.0"),
13-
.package(path: "../Nodal")
12+
.package(url: "https://github.com/tomasf/Nodal.git", from: "0.3.1")
1413
],
1514
targets: [
1615
.target(
1716
name: "ThreeMF",
1817
dependencies: ["Zip", "Nodal"],
1918
swiftSettings: [.interoperabilityMode(.Cxx)]
20-
),
21-
.testTarget(
22-
name: "Tests",
23-
dependencies: ["ThreeMF"],
24-
resources: [.copy("3MF")],
25-
swiftSettings: [.interoperabilityMode(.Cxx)]
2619
)
2720
]
2821
)

README.md

Lines changed: 5 additions & 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)