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.
- The SDK for our HDR application is set against macOS 10.9, because there are graphical issues on macOS 10.14 when the SDK is set to a newer version.
- The SDK for App Wrapper 4 is set to "11.0" as Xojo do not yet provide support for Big Sur.
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
- Default - Will pick what App Wrapper understands to be the best method. With the App Sandbox, it uses "Inheritance Plus" otherwise "main".
- Inheritance Plus - Uses Inherited Entitlements, as well as including certain entitlements for Hardened Runtime.
- Inheritance - Uses Inherited Entitlements for nested executables.
- Main Entitlements - Uses the exact same entitlements for the main application and nested components.
- None - I don't recall why this was added.