Skip to content

Commit

Permalink
Add a public Observable alias to overcome Xcode 15 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Aug 23, 2023
1 parent fd754f9 commit 494fe20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/RxCocoa/not+RxCocoa.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import RxCocoa
import RxSwift

extension SharedSequenceConvertibleType where Element == Bool {
/// Boolean not operator.
Expand Down
10 changes: 10 additions & 0 deletions Source/Tools/Observable+Alias.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// File.swift
//
//
// Created by Shai Mishali on 23/08/2023.
//

import RxSwift

public typealias Observable = RxSwift.Observable

0 comments on commit 494fe20

Please sign in to comment.