An open API service indexing awesome lists of open source software.

https://github.com/sidestore/macanisette

Allows you to use the private class AOSUtilities on macOS to generate anisette data.
https://github.com/sidestore/macanisette

anisette macos swift

Last synced: about 1 month ago
JSON representation

Allows you to use the private class AOSUtilities on macOS to generate anisette data.

Awesome Lists containing this project

README

          

# MacAnisette
This Swift package allows you to more easily use the private class `AOSUtilities` on macOS to generate anisette data.

This package exports a single function that uses `[AnyHashable : Any]` dictionary to hold the result.
```swift
func genAOSAnisette() -> [AnyHashable : Any]
```

### License
Uses the MIT License, see [`LICENSE`](LICENSE) for details.