Skip to content

Instantly share code, notes, and snippets.

@jdvp
Last active April 3, 2021 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jdvp/1f0c2bb3da67d66725d2c071b990df78 to your computer and use it in GitHub Desktop.
Save jdvp/1f0c2bb3da67d66725d2c071b990df78 to your computer and use it in GitHub Desktop.
plist for the auto-scrcpy program (for https://jdvp.me/articles/Mirroring-with-AutoScrcpy)
<?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>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/jdvp/Library/Android/sdk/tools:/Users/jdvp/Library/Android/sdk/tools/bin/:/Users/jdvp/Library/Android/sdk/platform-tools</string>
</dict>
<key>Label</key>
<string>auto-scrcpy</string>
<key>Program</key>
<string>/Users/jdvp/auto-scrcpy.py</string>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/Users/jdvp/auto-scrcpy.log</string>
<key>StandardOutPath</key>
<string>/Users/jdvp/auto-scrcpy.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment