Home Guides Interfaces Troubleshooting

Advanced Options

Additional Code Signing Commands

Allows options that are not yet supported by App Wrapper to be passed through when components are code signed.

Additional Notarization Commands

Allows options that are not yet supported by App Wrapper to be passed through when submitting the application to Apple's Notarization service.

Executable minimum macOS & SDK

Some development tools do not include the functionality for telling the macOS which version was built against with your application.

Associations

Allows you to see which applications are associated to a document, and from here you can choose to remove certain apps.

Nested executable entitlements

  1. Default - Will pick what App Wrapper understands to be the best method. With the App Sandbox, it uses "Inheritance Plus" otherwise "main".
  2. Inheritance Plus - Uses Inherited Entitlements, as well as including certain entitlements for Hardened Runtime.
  3. Inheritance - Uses Inherited Entitlements for nested executables.
  4. Main Entitlements - Uses the exact same entitlements for the main application and nested components.
  5. None - I don't recall why this was added.