Files
puter/Resources/dev.soconnor.puter.helper.plist
soconnor 0da94715be
Build and test / macos (push) Canceled after 0s
Signed release / release (push) Canceled after 0s
Add advanced monitoring and release infrastructure
2026-08-15 18:23:35 -04:00

22 lines
622 B
Plaintext

<?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">
<dict>
<key>Label</key>
<string>dev.soconnor.puter.helper</string>
<key>BundleProgram</key>
<string>Contents/Resources/puter-helper</string>
<key>MachServices</key>
<dict>
<key>dev.soconnor.puter.helper</key>
<true/>
</dict>
<key>AssociatedBundleIdentifiers</key>
<array>
<string>dev.soconnor.puter</string>
</array>
<key>ProcessType</key>
<string>Interactive</string>
</dict>
</plist>