Does CircleCI supports only private git repos from GitHub?<p>I've only seen GitHub mentioned in the docs but I host my private git repos on my own server (using this <a href="http://gogs.io" rel="nofollow">http://gogs.io</a>).<p>If so, are there any plans for other tools like BitBucket, GitLab or any standard git repository?
How are you dealing with the XCode 6 bug where iOS Simulator can't be used for tests over SSH sessions? We're using Java Web Start with Jenkins, I've read others using LaunchAgents with mixed success. Also, what versions of iOS Simulator are you supporting? I looked here (<a href="https://circleci.com/docs/configuration" rel="nofollow">https://circleci.com/docs/configuration</a>) in the docs, but I'm not seeing anything for iOS.
Probably this is not the right place, but do you know if it’s possible to run completely different environments on Circle CI? I have cross-platform Titanium SDK tests, and I’d like to run both of them in CI. That means that the machin must be able to run both Android prjs and iOS ones.<p>Do you know if it’s possible?