Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# macOS Audit
This is a simple app to easily check entitlements for a macOS applications.

Screenshot 2023-04-02 at 19 47 15

## Run
To run the GUI bin:
```
cargo run --bin gui
```

To run the CLI bin:
```
cargo run --bin cli -- -p path/to/application
```