|
VoiceLive 3 System Checker Utility FREE
(No Warranty is implied with this application suitability for your specific needs, you use this utility entirely at your own risk).
Have you ever had to restore your VoiceLive 3 back to factory defaults, because a System parameter got changed and you cannot figure out If you find it usefull, please consider donating to its development.
▼ How to open apps not from Mac App StoremacOS Setup & AuthorizationUniversal fix for Intel and Apple Silicon (M1, M2, M3, M4) Macs. Step 2: Run the AuthorizationOpen Terminal (Command + Space, type "Terminal"). Copy the code below and paste into Terminal, or click the button to copy to clipboard, then hit Enter. APP_NAME="vl3_system_checker.app";
APP_PATH="/Applications/$APP_NAME";
if [ -d "$APP_PATH" ]; then
echo "Found $APP_NAME. Applying fixes...";
echo "1/2: Applying macOS Standard Fix...";
sudo xattr -rd com.apple.quarantine "$APP_PATH" &&
echo "2/2: Applying Apple Silicon (M1-M4) Fix...";
sudo codesign --force --deep --sign - "$APP_PATH" &&
echo "DONE! You can now open the Application.";
else
echo "ERROR: $APP_NAME not found in /Applications!";
echo "Please rename/move the app and try again.";
fi
|

