← back to New Import Viewer
com.steve.dw-first-run.plist.RETIRED-dup-of-cadence-import
30 lines
<?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>com.steve.dw-first-run</string>
<key>ProgramArguments</key>
<array>
<string>/bin/zsh</string>
<string>/Users/stevestudio2/Projects/new-import-viewer/auto-first-run.sh</string>
</array>
<key>WorkingDirectory</key>
<string>/Users/stevestudio2/Projects/new-import-viewer</string>
<!-- Fire hourly at HH:07. The script self-gates to act only from 16:00 local
(PDT) onward, runs ONE validated 42-batch when the 429 clears, then boots
itself out. RunAtLoad false so bootstrapping it now does not fire instantly. -->
<key>StartCalendarInterval</key>
<dict>
<key>Minute</key>
<integer>7</integer>
</dict>
<key>RunAtLoad</key>
<false/>
<key>StandardOutPath</key>
<string>/Users/stevestudio2/Projects/new-import-viewer/data/first-run.launchd.log</string>
<key>StandardErrorPath</key>
<string>/Users/stevestudio2/Projects/new-import-viewer/data/first-run.launchd.log</string>
</dict>
</plist>