fulldecent / corelocationcli

Command line program to print location information from CoreLocation
MIT License
217 stars 29 forks source link

Running From .plist #49

Open philtec2 opened 1 year ago

philtec2 commented 1 year ago

macbook pro Monterey 12.6.7 .plist calls the bash script that runs CoreLocationCLI and puts output into a variable and writes to a file. Bash script runs fine on its own. Added a echo "Boo" to the script and prints fine in the file. Your app is called a=$(corelocationcli) as i said works fine when either a user account calls the script or root. Im not sure if the system user (i thought it was a high level user like root) calls the script which calls your app (by the way exchanged CoreLocationCLI for ls -l and that printed ok im lost now dont know why it wouldn't run from a .plist maybe you can help.

petergreen28a@gmail.com