Commit e44488f5 authored by DrashtiPatel's avatar DrashtiPatel

remove test project from package file

parent 8dc25acb
...@@ -24,9 +24,9 @@ let package = Package( ...@@ -24,9 +24,9 @@ let package = Package(
// ], // ],
// path: "./Sources/ParentAppSDK.xcframework"), // path: "./Sources/ParentAppSDK.xcframework"),
.testTarget( // .testTarget(
name: "ParentSDKLibraryTests", // name: "ParentSDKLibraryTests",
dependencies: ["ParentSDKLibrary"]), // dependencies: ["ParentSDKLibrary"]),
// .binaryTarget( // .binaryTarget(
// name: "ParentAppSDK", // name: "ParentAppSDK",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment