Timothy Sutton
Timothy Sutton
Last I remember testing this (not via XcodeInstall but using Archive Utility directly, also launched via SSH with no user logged in) it worked if I specified `/System/Library/CoreServices/Applications/Archive Utility.app/Contents/MacOS/Archive Utility...
We should be using the contents of `Contents/Resources/LicenseInfo.plist` within Xcode bundles to programatically determine whether an installed Xcode is a beta or not. Xcode 9.4's looks like this, for example:...
Are you still experiencing this issue? I have Xcode 9.2 currently installed and it seems to list and begin downloading it ok: ``` ➜ xcode-install git:(master) ✗ be xcversion simulators...
> as it's a bit tricky to install docker on Mac in a headless environment @geekflyer It's been years since I've looked into doing this, but it had been an...
I came back to this repo today and realized I'd never merged your modernization work! Thanks, it's much appreciated! I'm going to look at incorporating a bit of pyinstaller as...
Closing since #7 has been merged to support the newer approach (also check out the latest releases which include the Python + PyObjC libs built-in!)
> macOS Ventura has a system openssl of "LibreSSL 3.3.6", but I don't know whether Ruby will compile with that I don't have the source of this info at hand,...
I've done this via `cargo install toml-cli` but it could be sweet if this was in homebrew/core!
_From @jannheider on May 30, 2017 10:49_ This might be this error ? ``` The following recipes failed: AdobeCameraRawCC.munki.recipe Error in local.munki.CameraRawCC: Processor: CreativeCloudVersioner: Error: 'AppLaunch' ``` Is there a...
For now the workaround will need to be the the Versioner code knows to skip doing `installs` item creation if there's no `AppLaunch` key. Not sure if perhaps someone else...