Skip to content

Commit aebb6b2

Browse files
committed
Update Package.swift
1 parent 30a1734 commit aebb6b2

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

Package.swift

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
import PackageDescription
22

3-
let excludes: [String]
4-
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
5-
excludes = [
6-
"Sources/Deprecations+Removals.swift",
7-
"Sources/ObjectiveCBridging.swift"
8-
]
9-
#else
10-
excludes = [
11-
"Sources/Deprecations+Removals.swift",
12-
"Sources/DynamicProperty.swift",
13-
"Sources/NSObject+KeyValueObserving.swift",
14-
"Sources/ObjectiveCBridging.swift"
15-
]
16-
#endif
17-
183
let package = Package(
19-
name: "ReactiveCocoa",
4+
name: "ReactiveSwift",
205
dependencies: [
216
.Package(url: "https://github.com/antitypical/Result.git", "3.0.0-alpha.2")
227
],
23-
exclude: excludes
8+
exclude: [
9+
"Sources/Deprecations+Removals.swift",
10+
]
2411
)

0 commit comments

Comments
 (0)