1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-19 07:34:42 -04:00
macOS-Setup-Script/etc/Library/LaunchDaemons/io.tommytran.prefs.plist
Tommy 6261bd3d17
Add Edge Enterprise Policies
Signed-off-by: Tommy <contact@tommytran.io>
2024-01-20 00:36:00 -07:00

16 lines
461 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>io.tommytran.prefs</string>
<key>RunAtLoad</key>
<true/>
<key>LaunchOnlyOnce</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/Library/Tomster Corporation/scripts/apply_prefs.sh</string>
</array>
</dict>
</plist>