Skip to content

Commit a21d294

Browse files
Improve readme (#877)
1 parent 5390b14 commit a21d294

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Customization/Perception.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using Perception with Nodes
22

3-
While Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility, other observation libraries such [Perception](https://github.com/pointfreeco/swift-perception) require custom setup.
3+
While Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility, other observation libraries such as [Perception](https://github.com/pointfreeco/swift-perception) require custom setup.
44

55
## Add Supporting Types
66

Customization/RxSwift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using RxSwift with Nodes
22

3-
While Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine), other reactive frameworks such [RxSwift](https://github.com/ReactiveX/RxSwift) require custom configuration and setup.
3+
While Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine), other reactive frameworks such as [RxSwift](https://github.com/ReactiveX/RxSwift) require custom configuration and setup.
44

55
## Configure the Xcode Templates Generator
66

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,21 @@ brew reinstall --build-from-source mockolo
181181

182182
### UI Frameworks
183183

184-
While Nodes is configured by default for iOS with [UIKit](https://developer.apple.com/documentation/uikit) and [SwiftUI](https://developer.apple.com/xcode/swiftui), UI frameworks for [AppKit](https://developer.apple.com/documentation/appkit) or other platforms may be enabled with [custom configuration](Customization/Configuration.md).
184+
Nodes is configured by default for iOS with [UIKit](https://developer.apple.com/documentation/uikit) and [SwiftUI](https://developer.apple.com/xcode/swiftui). UI frameworks for [AppKit](https://developer.apple.com/documentation/appkit) or other platforms may be enabled with [custom configuration](Customization/Configuration.md).
185185

186186
### Observation Frameworks
187187

188-
While Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Customization/Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility, other observation libraries such [Perception](https://github.com/pointfreeco/swift-perception) require [custom setup](Customization/Perception.md).
188+
Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Customization/Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility. Other observation libraries such as [Perception](https://github.com/pointfreeco/swift-perception) require [custom setup](Customization/Perception.md).
189189

190190
### Reactive Frameworks
191191

192-
While Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine), other reactive frameworks such [RxSwift](https://github.com/ReactiveX/RxSwift) require [custom configuration and setup](Customization/RxSwift.md).
192+
Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine). Other reactive frameworks such as [RxSwift](https://github.com/ReactiveX/RxSwift) require [custom configuration and setup](Customization/RxSwift.md).
193+
194+
### References
195+
196+
- [Nodes Configuration](Customization/Configuration.md)
197+
- [Using Perception with Nodes](Customization/Perception.md)
198+
- [Using RxSwift with Nodes](Customization/RxSwift.md)
193199

194200
## Extras
195201

0 commit comments

Comments
 (0)