Dotnet developers reference to Xcode, iOS, iPhone development
Been working on an iPhone app for our organization, and being a full-time DotNet based developer working on Xcode and iOS development had its quirks. I am documenting my experience on the first few runs so that others can benefit on the same.
Adding existing project to a local GIT repository Terminal to the folder where the root of the project is and give the following commands
git init git add .
[Read More]