From afa4b44fe127cd53fb880605d133884a2050ee39 Mon Sep 17 00:00:00 2001 From: mguessan Date: Wed, 15 May 2013 10:41:05 +0000 Subject: [PATCH] OSX: Add a readme.txt file to OSX package to help users temporarily disable Gatekeeper git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2121 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- build.xml | 10 +++++++++- src/osx/readme.txt | 9 +++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/osx/readme.txt diff --git a/build.xml b/build.xml index 8d6da077..d364b194 100644 --- a/build.xml +++ b/build.xml @@ -125,7 +125,7 @@ - + @@ -134,6 +134,14 @@ + + + + + + + + diff --git a/src/osx/readme.txt b/src/osx/readme.txt new file mode 100644 index 00000000..cd8b049a --- /dev/null +++ b/src/osx/readme.txt @@ -0,0 +1,9 @@ +In order to run DavMail on OSX Mountain Lion, you will need to disable Gatekeeper temporarily. + +Steps: +- Open System Preferences/Security and Privacy and choose to allow applications download from anywhere. +- Run fixQuarantineFlag.command (Double click in Finder) +- Uncompress DavMail.app.zip (Double click in Finder) +- Launch DavMail application once +- Back to System Preferences/Security and Privacy, restore original setting +- You may want to move DavMail to your Applications folder