Skip to content

Commit

Permalink
remove lines (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Nov 1, 2020
1 parent dca3066 commit c9e1792
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ let package = Package(
dependencies: ["ParseCareKit"]),
]
)

#if os(watchOS)
//if ProcessInfo.processInfo.environment["TARGETING_WATCHOS"] == "true" {
package.targets.removeAll(where: { $0.isTest })
//}
#endif

0 comments on commit c9e1792

Please sign in to comment.