Singularity/Assets/Plugins/crosstales/Common/Extras/CTProcess
Jeff Walters 9d9618897c first commit 2024-05-06 11:45:45 -07:00
..
Libraries first commit 2024-05-06 11:45:45 -07:00
Scripts first commit 2024-05-06 11:45:45 -07:00
Libraries.meta first commit 2024-05-06 11:45:45 -07:00
README.txt first commit 2024-05-06 11:45:45 -07:00
README.txt.meta first commit 2024-05-06 11:45:45 -07:00
Scripts.meta first commit 2024-05-06 11:45:45 -07:00

# 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".