One of the great tools inside Xcode is iOS Simulator. It’s great for testing your responsive websites. The bummer is that you have to open Xcode to launch the simulator app. I found a way to create a symbolic link that points to this super-hidden app. You just have to do the following:
- If you haven’t already, download Xcode from the App Store.
- Open Terminal and paste in the following command:
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app /Applications/iOS\ Simulator.app - All done! Check your Applications folder.