Cardinal/utils/macOS/Build_JACK.plist
falkTX 09921e2c28
Fix last commit
Signed-off-by: falkTX <falktx@falktx.com>
2023-05-21 20:48:06 +02:00

18 lines
481 B
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>BundleHasStrictIdentifier</key>
<true/>
<key>BundleIsRelocatable</key>
<false/>
<key>BundleIsVersionChecked</key>
<false/>
<key>BundleOverwriteAction</key>
<string>upgrade</string>
<key>RootRelativeBundlePath</key>
<string>CardinalJACK.app</string>
</dict>
</array>
</plist>