diff --git a/PlutoHelperAgent.xcodeproj/project.pbxproj b/PlutoHelperAgent.xcodeproj/project.pbxproj index 445253d..b07ccc4 100644 --- a/PlutoHelperAgent.xcodeproj/project.pbxproj +++ b/PlutoHelperAgent.xcodeproj/project.pbxproj @@ -390,7 +390,7 @@ INFOPLIST_FILE = PlutoHelperAgent/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 3.2.2; + MARKETING_VERSION = 3.3; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -404,7 +404,7 @@ INFOPLIST_FILE = PlutoHelperAgent/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 3.2.2; + MARKETING_VERSION = 3.3; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/PlutoHelperAgent/AppDelegate.m b/PlutoHelperAgent/AppDelegate.m index fc77b38..3d4af5b 100644 --- a/PlutoHelperAgent/AppDelegate.m +++ b/PlutoHelperAgent/AppDelegate.m @@ -86,7 +86,7 @@ - (void)tryOpenProject:(NSString *)projectPath dispatch_async(dispatch_get_main_queue(), ^{ NSAlert *alert = [[NSAlert alloc] init]; [alert setMessageText:@"Opening Project Failed"]; - [alert setInformativeText:[NSString stringWithFormat:@"Couldn’t open your project as it appears you may not have all the required Multimedia production drives mounted.\n\nRestarting your Mac should mount the drives, if they still don’t appear try contacting multimediatech@guardian.co.uk and send a copy of this message." + [alert setInformativeText:[NSString stringWithFormat:@"Couldn’t open your project as it appears you may not have all the required Multimedia production drives mounted.\n\nTry “Mount Multimedia Drives” found on your application Dock, or in the \n“Hard Disk X/Applications” folder.\n\nRestarting your Mac should mount the drives, if they still don’t appear try contacting multimediatech@guardian.co.uk and send a copy of this message." ] ]; [alert setAlertStyle:NSWarningAlertStyle];