Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Xcode Project in windows

Tags:

windows

xcode

ios

I have developed my application for iPad on Mac Desktop and now I have to show the complete project to someone. Unfortunately I don't have MAC Notebook, I have only a laptop with Windows OS. How can I open and view my Xcode project on Windows in the same manner as in Xcode?

Note: I don't want to compile or debug my project, all I want is to open and view the project in a editor which gives me some basic feature like syntax highlighting and organized source code and resources.

like image 795
bhawesh Avatar asked Apr 08 '13 07:04

bhawesh


1 Answers

If you run into this again, you can try Sublime Text. I just opened a folder that contained an xcode project and it opened them in the way you describe.

like image 60
Dustin Kendall Avatar answered Oct 18 '22 14:10

Dustin Kendall