Our users are admins, but we have "build servers" to test our apps prior
to release. We needed something that could be fully automated and
unfortunately I had to figure out what it is that Xcode was doing. This
tool will parse out all of the simulato...
I wrote a tool today that should help others to download and ultimately
install Xcode simulators via pkg installations. It's called
"makexcodesimulators". This has only been tested with Xcode 9.3 but it
should theoretically work on older versions. Ho...
There is a bug with dep nag that goes as far back as 10.11.6. I have an
open issue with them on this and it will be fixed in 10.13. There are a
few workarounds Apple gave me, but in my testing they caused issues and
didn't work 100% of the time. If y...
My stance is this, trusted a vendor is great, but if you curl from root
on a http endpoint, it really doesn't matter. If a machine is on a
guest/insecure wireless/wired connection, they could MITM the connection
and serve bad content. As stated by ot...
While this is an interesting thought process, it is highly dangerous and
should not be recommended to use in production environments. I'm
actually surprised Miles has no objection to this. You have a root
daemon curling an endpoint and immediately in...