File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
8181 [self configureApplicationStyle ];
8282
8383 // Keep track of versions in case we need to do migrations in the future
84- if ([[NSUserDefaults standardUserDefaults ] boolForKey: @" init_1_0_0 " ] == NO ) {
85- [[NSUserDefaults standardUserDefaults ] setBool: YES forKey: @" init_1_0_0 " ];
84+ if ([[NSUserDefaults standardUserDefaults ] boolForKey: @" init_1_1_0 " ] == NO ) {
85+ [[NSUserDefaults standardUserDefaults ] setBool: YES forKey: @" init_1_1_0 " ];
8686 [[NSUserDefaults standardUserDefaults ] synchronize ];
8787 }
8888
Original file line number Diff line number Diff line change 3434 <key >CFBundleSignature </key >
3535 <string >???? </string >
3636 <key >CFBundleVersion </key >
37- <string >707 </string >
37+ <string >716 </string >
3838 <key >LSRequiresIPhoneOS </key >
3939 <true />
4040 <key >UIPrerenderedIcon </key >
You can’t perform that action at this time.
0 commit comments