Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperstorm/macos-audit
Check entitlements in a macOS application
https://github.com/casperstorm/macos-audit
entitlements iced macos rust
Last synced: about 2 months ago
JSON representation
Check entitlements in a macOS application
- Host: GitHub
- URL: https://github.com/casperstorm/macos-audit
- Owner: casperstorm
- Created: 2023-02-16T18:48:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T18:01:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T10:38:56.224Z (3 months ago)
- Topics: entitlements, iced, macos, rust
- Language: Rust
- Homepage:
- Size: 4.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macOS Audit
This is a simple app to easily check entitlements for a macOS applications.## Run
To run the GUI bin:
```
cargo run --bin gui
```To run the CLI bin:
```
cargo run --bin cli -- -p path/to/application
```