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.
- Host: GitHub
- URL: https://github.com/sidestore/macanisette
- Owner: SideStore
- License: mit
- Created: 2025-06-16T05:02:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T08:55:16.000Z (about 1 year ago)
- Last Synced: 2025-06-16T10:09:35.090Z (about 1 year ago)
- Topics: anisette, macos, swift
- Language: Objective-C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.