Skip to content

Commit c9e1792

Browse files
authored
remove lines (#55)
1 parent dca3066 commit c9e1792

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Package.swift

-6
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@ let package = Package(
2525
dependencies: ["ParseCareKit"]),
2626
]
2727
)
28-
29-
#if os(watchOS)
30-
//if ProcessInfo.processInfo.environment["TARGETING_WATCHOS"] == "true" {
31-
package.targets.removeAll(where: { $0.isTest })
32-
//}
33-
#endif

0 commit comments

Comments
 (0)