Skip to content

Commit 8c9513e

Browse files
committed
Removed Realm library and kept RealmSwift
1 parent 1b2dd19 commit 8c9513e

File tree

2 files changed

+24
-48
lines changed

2 files changed

+24
-48
lines changed

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ let package = Package(name: "RxRealm",
2525
.target(name: "RxRealm",
2626
dependencies: [
2727
.product(name: "RxSwift", package: "RxSwift"),
28-
.product(name: "Realm", package: "Realm"),
2928
.product(name: "RealmSwift", package: "Realm"),
3029
.product(name: "RxCocoa", package: "RxSwift")
3130
],
@@ -35,7 +34,6 @@ let package = Package(name: "RxRealm",
3534
.byName(name: "RxRealm"),
3635
.product(name: "RxSwift", package: "RxSwift"),
3736
.product(name: "RxBlocking", package: "RxSwift"),
38-
.product(name: "Realm", package: "Realm"),
3937
.product(name: "RealmSwift", package: "Realm"),
4038
.product(name: "RxCocoa", package: "RxSwift")
4139
])

0 commit comments

Comments
 (0)