File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ DerivedData
20
20
* .o
21
21
.swiftpm /
22
22
docs /docsets
23
+ * .xcframework
23
24
24
25
timeline.xctimeline
25
26
.vscode
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ let searchResults = searchBar.rx.text.orEmpty
102
102
return .just([ ] )
103
103
}
104
104
return searchGitHub(query)
105
- .catchErrorJustReturn ([ ] )
105
+ .catchAndReturn ([ ] )
106
106
}
107
- .observeOn( MainScheduler.instance)</pre ></div ></td >
107
+ .observe(on: MainScheduler.instance)</pre ></div ></td >
108
108
</tr >
109
109
<tr >
110
110
<td>... then bind the results to your tableview</td>
@@ -127,7 +127,7 @@ searchResults
127
127
* Xcode 12.x
128
128
* Swift 5.x
129
129
130
- For Xcode 11 and below, [ use RxSwift 5.x] ( https://github.com/ReactiveX/RxSwift/releases/tag/5.0 .1 ) .
130
+ For Xcode 11 and below, [ use RxSwift 5.x] ( https://github.com/ReactiveX/RxSwift/releases/tag/5.1 .1 ) .
131
131
132
132
## Installation
133
133
@@ -165,8 +165,6 @@ $ pod install
165
165
166
166
### [ Carthage] ( https://github.com/Carthage/Carthage )
167
167
168
- Officially supported: Carthage 0.33 and up.
169
-
170
168
Add this to ` Cartfile `
171
169
172
170
```
You can’t perform that action at this time.
0 commit comments