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
@@ -11,6 +11,7 @@
NSString * const kDefaultLastEventId = @"lastEventId";
NSString * const kDefaultFirstLaunch = @"FirstLaunch";
NSString * const kDefaultFirstLaunchVersion = @"firstLaunchVersion";
NSString * const kDefaultXCCAPIMode = @"XCCAPIMode";
NSString * const kDefaultXCCReactMode = @"XCCReactMode";
NSString * const kDefaultXCCReopenLastProject = @"XCCReopenLastProject";