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

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

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.

ax-permission-prompt

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.

keychain-certificate