Skip to content

Commit 494fe20

Browse files
committed
Add a public Observable alias to overcome Xcode 15 bug
1 parent fd754f9 commit 494fe20

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Source/RxCocoa/not+RxCocoa.swift

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import RxCocoa
10+
import RxSwift
1011

1112
extension SharedSequenceConvertibleType where Element == Bool {
1213
/// Boolean not operator.

Source/Tools/Observable+Alias.swift

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//
2+
// File.swift
3+
//
4+
//
5+
// Created by Shai Mishali on 23/08/2023.
6+
//
7+
8+
import RxSwift
9+
10+
public typealias Observable = RxSwift.Observable

0 commit comments

Comments
 (0)