New: the highest first launch version is saved.

The effect is that each minor point release (3.1 -> 3.2) will cause the help to display the first time it is launched, so that the user is encouraged to find out what is new.
This commit is contained in:
Aparajita Fishman
2013-04-24 18:41:26 -04:00
parent 2104c838bd
commit 949af39041
3 changed files with 16 additions and 3 deletions
+1
View File
@@ -13,6 +13,7 @@
extern NSString * const kDefaultLastEventId;
extern NSString * const kDefaultFirstLaunch;
extern NSString * const kDefaultFirstLaunchVersion;
extern NSString * const kDefaultXCCAPIMode;
extern NSString * const kDefaultXCCReactMode;
extern NSString * const kDefaultXCCReopenLastProject;