Skip to content

Acknowledgements

Maurice Parker edited this page Jul 11, 2024 · 9 revisions

Included Source Code

This class gracefully handles user movement of a running Mac app.

This class was copied in and modified to provide autocomplete suggestions.

This class was copied in and is used to show an emulated stepper since Mac Catalyst can't use the native one.

This class was copied in and modified to provide keyboard capabilities to the suggestions from SearchTextField.

Some classes from RSCore were used to provide common functionality and are included in the VinUtility package.

Dependencies

Because OrderedSets are awesome.

Lots of Combine-like functionality that pairs with Structured Concurrency beautifully.

Used to parse partial Markdown documents during paste and drop operations.

This is used for import and export of markdown strings. These are used in markdown file exports and OPML imports and exports. Thanks Craig!

Watching out for Actor reentrancy when protecting external resources.