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 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T18:01:43.000Z (about 3 years ago)
- Last Synced: 2025-02-06T05:29:27.567Z (over 1 year 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
```