mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-12 13:51:33 -05:00
16 lines
461 B
Plaintext
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> |