Skip to content

Commit

Permalink
Removed test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmandloiBV committed Mar 15, 2021
1 parent 8dbc084 commit 9450daa
Showing 1 changed file with 2 additions and 41 deletions.
43 changes: 2 additions & 41 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["BVSwift"]),
],
dependencies: [
.package(url: "", from: "1.0.0"),
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
.target(
Expand All @@ -21,43 +21,4 @@ let package = Package(
name: "BVSwiftTests",
dependencies: ["BVSwift"]),
]
)

//let package = Package(
// name: "BVSwift",
// products: [
// // Products define the executables and libraries a package produces, and make them visible to other packages.
// .library(
// name: "BVSwift",
// targets: ["BVSwift", "SomeRemoteBinaryPackage", "SomeLocalBinaryPackage"])
// ],
// dependencies: [
// // Dependencies declare other packages that this package depends on.
// ],
// targets: [
// // Targets are the basic building blocks of a package. A target can define a module or a test suite.
// // Targets can depend on other targets in this package, and on products in packages this package depends on.
// .target(
// name: "BVSwift",
//
// exclude: ["instructions.md"],
// resources: [
// .process("text.txt"),
// .process("example.png"),
// .copy("settings.plist")
// ]
// ),
// .binaryTarget(
// name: "SomeRemoteBinaryPackage",
// url: "https://url/to/some/remote/binary/package.zip",
// checksum: "The checksum of the XCFramework inside the ZIP archive."
// ),
// .binaryTarget(
// name: "SomeLocalBinaryPackage",
// path: "path/to/some.xcframework"
// )
// .testTarget(
// name: "BVSwiftTests",
// dependencies: ["BVSwift"]),
// ]
//)
)

0 comments on commit 9450daa

Please sign in to comment.