Singularity/Assets/Plugins/crosstales/Common/Extras/CTProcess/README.txt
2024-05-06 11:45:45 -07:00

20 lines
644 B
Plaintext

# 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:
<key>com.apple.security.cs.disable-library-validation</key><true/>
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".