We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a1734 commit aebb6b2Copy full SHA for aebb6b2
Package.swift
@@ -1,24 +1,11 @@
1
import PackageDescription
2
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
11
12
- "Sources/DynamicProperty.swift",
13
- "Sources/NSObject+KeyValueObserving.swift",
14
15
16
-#endif
17
-
18
let package = Package(
19
- name: "ReactiveCocoa",
+ name: "ReactiveSwift",
20
dependencies: [
21
.Package(url: "https://github.com/antitypical/Result.git", "3.0.0-alpha.2")
22
],
23
- exclude: excludes
+ exclude: [
+ "Sources/Deprecations+Removals.swift",
+ ]
24
)
0 commit comments