Commit e44488f5 authored by DrashtiPatel's avatar DrashtiPatel

remove test project from package file

parent 8dc25acb
...@@ -24,17 +24,17 @@ let package = Package( ...@@ -24,17 +24,17 @@ 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",
// path: "./Sources/ParentSDKLibrary/ParentAppSDK.xcframework" // path: "./Sources/ParentSDKLibrary/ParentAppSDK.xcframework"
// ) // )
.binaryTarget( .binaryTarget(
name: "ParentAppSDK", name: "ParentAppSDK",
path: "./Sources/ParentAppSDK.xcframework" path: "./Sources/ParentAppSDK.xcframework"
) )
] ]
) )
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