After submitting an app, is there a snapshot I can revert to? I made a lot of changes, and it would just be easier to revert back, but I did not manually take a snapshot.
cheers.bo
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looking at Apple’s documentation:
Xcode 4 creates a snapshot automatically before a major change such as refactoring your code or executing a find-and-replace operation.
http://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/Xcode4TransitionGuide/SCM/SCM.html
The options can be found here: Choose File > Project Settings (or Workspace Settings) to change this option.
Otherwise, though, you have to manually take the snap shot.