by timhampton | Apr 26, 2016 | Swift/Xcode
A while ago, I somehow ended up enrolling my laptop on the Mac OS X Beta program, receiving updates in advanced. This was all going great, until I got an error on iTunes Connect saying New apps and app updates must be built with the public (GM) versions of Xcode 6 or...
by timhampton | Apr 3, 2016 | Mac OS X, Technology
It is actually easy to backup your Mac over a VPN to a remote server. In this post: Our ‘remote server’ is a Mac Mini Server, with Time Machine and VPN enabled. Our client is a Mac Laptop. We are using this to keep the VPN running all the time, on...
by timhampton | Apr 3, 2016 | Mac OS X, Technology
Connect to your VPN. In AppleScript Editor run: tell application “System Events” tell current location of network preferences get name of every service whose (kind is greater than 11 and kind is less than 16) and connected of current configuration is true...