Introduction: Xcode 6.3 on OSX 10.9.5 (swift 1.2, Ios 8.3, ...)

Hello everyone
If like me you hate yosemite or if your mac is not sufficiently powerful and you program in swift, you are normally stay under 10.9.5 to use Xcode 6.2. But recently ios 8.3 and swift 1.2 are released, finally forcing us to passing under Yosemite. But with the XcodePostFacto framework by Landon Fuller (https://github.com/landonf/XcodePostFacto) we can stay under Maveriks ! To make the modification more easy (to use) I create a little app launcher. Here's how to install it.

Step 1: Install the App Launcher

First, you must be under 10.9.5. ^^

Next you need to download this zip here and drag the Xcode6.3 app on your desktop or in your Application folder or anywhere.

Step 2: Download and Install Xcode 6.3

You can't download the last Xcode from the app store, you need to download the dmg from the apple dev center here ( requires AppleId ).

Mount it and after drag it on your Application folder.

Note : I recommend you rename your current Xcode like Xcode6.2 in case of error or other ;)

Step 3: Launch Xcode6.3

After that launch the Xcode6.3 app on your desktop.
If you have an alert, right click on it and click 'open' (need make it only the first time).

And when you see " Unexpeted code bundle 'XcodePostFacto.ideplugin' " click on 'Load Bundle' and install it

You have done !

Step 4: Finished !

You are now in Xcode 6.3 and you can now program on ios 8.3/swift 1.2 :D

And Sorry For My Bad English ^^

Info : if you want rename the Xcode in Application folder, change the name in Xcode6.3.app/Contents/MacOS/Xcode6.3.command :
/Applications/Xcode.app/Contents/MacOS/Xcode by /Applications/"NewName".app/Contents/MacOS/Xcode