Ashton Williams
Ashton Williams
Thanks Bart— Sent from Mailbox On Fri, Aug 15, 2014 at 5:56 PM, Bart Vandendriessche [email protected] wrote: > Nick expanded a bit on the reasons why the code is all...
Start a thread on the mailing list to see what other people think, and start writing the proposal using the swift evolution template. Best of luck
I've started seeing this too, even after a reinstall, it must be some persistent data causing trouble. Got some logs here, https://gist.github.com/Ashton-W/1f0091ad61225d7038135690e89d3b64 Took awhile to setup the dev environment and...
I've done a quick patch that looks for any `Xcode*.app` under `/Applications/` and checks them too. Looks a bit like this: ```ruby Dir.glob("/Applications/Xcode*.app") do |xcode_path| installed_xcode = XcodeInstall::InstalledXcode.new(xcode_path) # add...

Good job, thanks. Did you want to open a PR?
Interesting, I need to brush up on my Swift! :haircut: Do you think it should have a new un-prefixed name and a new repo?
My recommendation would to be stop using the status bar for toasts. You could detect the device and change to navigation bar toasts - or move to navigation bar toasts...
Try not using over status bar too, we would need to add code to be aware of safe area to fix it otherwise
Please use [a gist](https://gist.github.com) or a sample repo to post large amounts of code.