user4466719
user4466719

Reputation:

Any swift code editors supporting OS X 10.6.8

I wanted to get some code editors supporting Swift,
but as I tried to install AppCode or Xcode, I couldn't continue,
because my OS X version is 10.6.8 but these editors only support 10.9.4 or later.

Any suggestions? Thank you.

Edit: (Do you know any editors supporting my version?)

Upvotes: 1

Views: 897

Answers (2)

Mark
Mark

Reputation: 2435

You can now install VirtualBox on your Mac and install Linux in VirtualBox. This allows you to run Swift on older versions of Mac OS X or even on Windows besides Linux. You can find binaries for Ubuntu here.

Upvotes: 0

user1509623
user1509623

Reputation: 192

Swift was introduced in Xcode version 6. Version 6 requires Mac OS 10.9.4 like you said. You aren't going to find anything for a version of Mac OS that old.

I think there are web-based services that allow you to access newer Macs. That may be your only hope.

Upvotes: 1

Related Questions