Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does XCode take a snapshot of my app when submitting?

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

like image 287
roberthuttinger Avatar asked Nov 30 '25 22:11

roberthuttinger


1 Answers

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.

like image 88
waylonion Avatar answered Dec 03 '25 14:12

waylonion



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!