on Airdrop Download trigger

This commit is contained in:
Gabriel Radureau
2025-10-09 23:46:41 +02:00
commit bfb0c4cb18
10 changed files with 204 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>template_label</string>
<key>UserName</key>
<string>template_username</string>
<key>ProgramArguments</key>
<array>
<string>open</string>
<string>template_app_path</string>
</array>
<key>WatchPaths</key>
<array>
<string>template_disk_path</string>
</array>
</dict>
</plist>