Brandon Evans
Brandon Evans
If FBSimulatorControl doesn't have new OS versions defined yet, the list of simulators will be incorrect. There are two things that need to change here: - [x] Make sure that...
FBSimulatorControl will complain if `xcode-select` doesn't provide a path to an Xcode, but JungleGym should catch this first and alert the user.
This would require the sources navigator pane to display placeholder Sources and Resources directories that were created when needed at the time that the user added files to them.
This will allow browsing and manipulating auxiliary sources and resources.
I think this is normally done automatically by Xcode in the case where a playground is part of a workspace. It does something like adds the build products directory to...