Open Xcode project in windows

I developed my iPad application on Mac Desktop , and now I need to show the project to someone. Unfortunately, I do not have a MAC Notebook , I only have a laptop with Windows OS . How to open and view an Xcode project on Windows in the same way as on Xcode?

Note. I don’t want to compile or debug my project, all I want to do is open and view the project in an editor that gives me some basic function like syntax highlighting and organized source code and resources .

+7
source share
3 answers

If you come across this again, you can try Sublime Text . I just opened the folder containing the xcode project, and opened them as you described.

+9
source

To do this, you need to install a virtual machine. But this is a very painful process, as there are a large number of downloads and steps to follow. Follow the following link: http://ipodtoucher55.blogspot.in/2010/12/installing-ios-sdk-and-xcode-on-windows.html

But for just viewing the project in the windows, this is not practical.

-one
source

Install TeamViewer on both machines.

Log in to your MAC address through TeamViewer and show the code.

-one
source

All Articles