Craig Hair
Craig Hair
Packaged here but needs testing: https://github.com/MacsInSpace/AirCastAirUpnpMacOS.pkg (Don't just run things blindly on the internet, de-pkg and check it out)
https://github.com/MacsInSpace/AirCastAirUpnpMacOS.pkg works on my new M1 (with Rosetta 2)
Just a suggestion... Can the app read the devices in the default bluetooth plist file? Either the DeviceCache to get the device name from lister MAC addresses? /Library/Preferences/com.apple.Bluetooth.plist That might...
On this, I just updated to an ARM 16inch MBPro, i can now see the device by name where i couldnt before. (only UUID) Pixel 6 Pro (on the Android...
You're right. It uses it ok to lock/unlock when "out of range" okay but if BT is switched off, it doesn't unlock as it seems to forget the device. I'm...
Hi thanks. mysql -V shows: mysql Ver 15.1 Distrib 10.5.19-MariaDB, for debian-linux-gnu (x86_64)
In Sonoma, the "new" (proper) language used in loading and unloading is bootstrap and bootout respectively. As per: https://joelsenders.wordpress.com/2019/03/14/dear-launchctl-were-all-using-you-wrong/ https://gist.github.com/masklinn/a532dfe55bdeab3d60ab8e46ccc38a68 The commands should now be something like this: ` #!/bin/bash...
Try: ``` #!/bin/sh #re-run as root if not already. if [[ $UID -ne 0 ]]; then echo "$0 must be run as root. Please enter your Macs admin/login password:" exec...
An Applescript toggle: ``` set appName to "zscaler" if application appName is running then do shell script "loggedInUser=$( ls -l /dev/console | awk '{print $3}' ) # Get loggedInUser ID...
This is exacly what I was about to request. :) I've never looked at js so wouldnt be any help but jus wanted to say thanks!