on Airdrop Download trigger

This commit is contained in:
Gabriel Radureau
2025-10-09 23:46:41 +02:00
commit a2ec5f558b
5 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?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.user.watchdownloads</string>
<key>UserName</key>
<string>gabrielradureau</string>
<key>ProgramArguments</key>
<array>
<string>open</string>
<string>/Applications/DanceVideosOnAirdropDownload.app</string>
</array>
<key>WatchPaths</key>
<array>
<string>/Users/gabrielradureau/Downloads</string>
</array>
</dict>
</plist>