Last active
April 3, 2021 05:55
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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