Commit e44488f5 authored by DrashtiPatel's avatar DrashtiPatel

remove test project from package file

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