https://github.com/zschuessler/axtendedkey
Easy AX Permissions for Xcode Builds
https://github.com/zschuessler/axtendedkey
macos x509 xcode
Last synced: about 1 month ago
JSON representation
Easy AX Permissions for Xcode Builds
- Host: GitHub
- URL: https://github.com/zschuessler/axtendedkey
- Owner: zschuessler
- License: unlicense
- Created: 2024-11-23T18:35:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:51:46.000Z (about 1 year ago)
- Last Synced: 2026-01-02T16:44:02.471Z (3 months ago)
- Topics: macos, x509, xcode
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AXtendedKey
Hassle-free Accessibility (AX) permissions for Xcode builds.
## Quickstart Guide
**Summary**
Want to build an app in Xcode with accessibility (AX) permissions?
You have a problem. Xcode will ask you to approve permissions after _every_
build.

And your app still won't work.
This tool fixes that.
### Install via PyPI Package
Install AxtendedKey with your favorite PyPI installer.
```shell
pip install AxtendedKey
```
### Generate AX-Enabled Certificate
This tool works by self-signing a certificate, which grants `codesign` the ability to build with AX permissions.
```shell
axtended-key --verbose generate
```
The certificate is imported into the default macOS keychain.
### Undo
Remove the certificate at any time to completely undo anything this tool has done.
