Skip to content

Commit

Permalink
Removed unused test target files & Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aumChauhan committed Jun 10, 2024
1 parent c7d9c84 commit aca4e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
10 changes: 3 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@ import PackageDescription

let package = Package(
name: "MaterialUIKit",
platforms: [.iOS(.v15)],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "MaterialUIKit",
targets: ["MaterialUIKit"]),

],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "MaterialUIKit"),
.testTarget(
name: "MaterialUIKitTests",
dependencies: ["MaterialUIKit"]),
name: "MaterialUIKit")
]
)
12 changes: 0 additions & 12 deletions Tests/MaterialUIKitTests/MaterialUIKitTests.swift

This file was deleted.

0 comments on commit aca4e92

Please sign in to comment.