2026-01-07 09:20:49 +01:00
|
|
|
<?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.lotto.weekly</string>
|
|
|
|
|
|
|
|
|
|
<key>ProgramArguments</key>
|
|
|
|
|
<array>
|
2026-01-08 18:33:41 +01:00
|
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto/run_tip_generator.sh</string>
|
2026-01-07 09:20:49 +01:00
|
|
|
</array>
|
|
|
|
|
|
|
|
|
|
<key>StartCalendarInterval</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>Weekday</key>
|
|
|
|
|
<integer>2</integer>
|
|
|
|
|
<key>Hour</key>
|
|
|
|
|
<integer>21</integer>
|
|
|
|
|
<key>Minute</key>
|
|
|
|
|
<integer>0</integer>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>Weekday</key>
|
|
|
|
|
<integer>5</integer>
|
|
|
|
|
<key>Hour</key>
|
|
|
|
|
<integer>21</integer>
|
|
|
|
|
<key>Minute</key>
|
|
|
|
|
<integer>0</integer>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
|
|
|
|
|
|
|
|
|
<key>WorkingDirectory</key>
|
2026-01-08 18:33:41 +01:00
|
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto</string>
|
2026-01-07 09:20:49 +01:00
|
|
|
|
|
|
|
|
<key>StandardOutPath</key>
|
2026-01-08 18:33:41 +01:00
|
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto/logs/stdout.log</string>
|
2026-01-07 09:20:49 +01:00
|
|
|
<key>StandardErrorPath</key>
|
2026-01-08 18:33:41 +01:00
|
|
|
<string>/Users/sebastianfrohlich/Projekte/Lotto/logs/stderr.log</string>
|
2026-01-07 09:20:49 +01:00
|
|
|
|
|
|
|
|
<key>RunAtLoad</key>
|
|
|
|
|
<false/>
|
|
|
|
|
|
|
|
|
|
<key>EnvironmentVariables</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>PATH</key>
|
2026-01-08 18:33:41 +01:00
|
|
|
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
2026-01-07 09:20:49 +01:00
|
|
|
<key>LANG</key>
|
|
|
|
|
<string>de_DE.UTF-8</string>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<key>LaunchOnlyOnce</key>
|
|
|
|
|
<false/>
|
|
|
|
|
|
|
|
|
|
<key>Nice</key>
|
|
|
|
|
<integer>10</integer>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|