diff --git a/External/Mac/Crashlytics.framework/run b/External/Mac/Crashlytics.framework/run index b34d4f75..eb08dda4 100755 Binary files a/External/Mac/Crashlytics.framework/run and b/External/Mac/Crashlytics.framework/run differ diff --git a/External/Pearl b/External/Pearl index 65b4e3d9..33faf660 160000 --- a/External/Pearl +++ b/External/Pearl @@ -1 +1 @@ -Subproject commit 65b4e3d9984d077f66e6ab15f2ffcc4965d07825 +Subproject commit 33faf6604db00683786fe737aa1803c7f0c5639a diff --git a/MasterPassword/ObjC/Mac/MPInitialWindow.xib b/MasterPassword/ObjC/Mac/MPInitialWindow.xib index 18b30af0..54d9f470 100644 --- a/MasterPassword/ObjC/Mac/MPInitialWindow.xib +++ b/MasterPassword/ObjC/Mac/MPInitialWindow.xib @@ -1,8 +1,9 @@ - + - - + + + @@ -12,34 +13,31 @@ - + - + - - - - + Access your passwords from anywhere. @@ -47,26 +45,24 @@ from anywhere. - - + - + + @@ -84,18 +94,20 @@ from anywhere. - + + + + - - - - - + + + diff --git a/MasterPassword/ObjC/Mac/MPInitialWindowController.h b/MasterPassword/ObjC/Mac/MPInitialWindowController.h index ee7d2863..c85afd45 100644 --- a/MasterPassword/ObjC/Mac/MPInitialWindowController.h +++ b/MasterPassword/ObjC/Mac/MPInitialWindowController.h @@ -23,6 +23,7 @@ @property(nonatomic, weak) IBOutlet NSButton *openAtLoginButton; - (IBAction)iphoneAppStore:(id)sender; +- (IBAction)androidPlayStore:(id)sender; - (IBAction)togglePreference:(id)sender; @end diff --git a/MasterPassword/ObjC/Mac/MPInitialWindowController.m b/MasterPassword/ObjC/Mac/MPInitialWindowController.m index e1d299ee..d79f01c2 100644 --- a/MasterPassword/ObjC/Mac/MPInitialWindowController.m +++ b/MasterPassword/ObjC/Mac/MPInitialWindowController.m @@ -42,6 +42,12 @@ [self close]; } +- (IBAction)androidPlayStore:(id)sender { + + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://masterpasswordapp.com"]]; + [self close]; +} + - (IBAction)togglePreference:(id)sender { if (sender == self.openAtLoginButton)