# CTProcess ## Description This package can start processes on all standalone platforms. ## Notes: ### macOS (notarization and Mac App Store) To get an app with this package through Apples signing process, may one of the following things have to be done: 1) Add the following key to the entitlement-file: com.apple.security.cs.disable-library-validation 2) Sign the libraries after building: codesign --deep --force --verify --verbose --timestamp --sign "Developer ID Application : YourCompanyName (0123456789)" "YourApp.app/Contents/Plugins/ProcessStart.bundle" If everything fails, delete "ProcessStart.bundle".