Given a working app in the iOS Simulator, is it possible to retrieve the code that is running the app? Or is there any snapshot functionality in Xcode that could be used to restore the codebase?
I accidentally nuked my whole project in Git with git update-ref -d HEAD
. From what I understand, there is no way to undo this. I was trying to undo the first commit I made per this post, obviously with disastrous results.
I realize I'm probably screwed here but would love to hear any suggestions.