OSX: switch back to single archive and add a comment

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2133 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2013-06-05 21:09:58 +00:00
parent 8daec02f33
commit 44305ad403
2 changed files with 5 additions and 14 deletions

View File

@ -125,7 +125,7 @@
<!-- Retina display support --> <!-- Retina display support -->
<replaceregexp file="dist/DavMail.app/Contents/Info.plist" match="&lt;key>CFBundleName&lt;/key>" <replaceregexp file="dist/DavMail.app/Contents/Info.plist" match="&lt;key>CFBundleName&lt;/key>"
replace="&lt;key>NSHighResolutionCapable&lt;/key>&lt;true/>&lt;key>CFBundleName&lt;/key>"/> replace="&lt;key>NSHighResolutionCapable&lt;/key>&lt;true/>&lt;key>CFBundleName&lt;/key>"/>
<zip file="dist/DavMail.app.zip"> <zip file="dist/DavMail-MacOSX-${release-name}.app.zip" comment="In order to run DavMail on OSX Mountain Lion, you will need to disable Gatekeeper temporarily, see http://davmail.sourceforge.net/macosxsetup.html">
<zipfileset dir="dist"> <zipfileset dir="dist">
<include name="DavMail.app/**/*"/> <include name="DavMail.app/**/*"/>
<exclude name="DavMail.app/Contents/MacOS/davmail"/> <exclude name="DavMail.app/Contents/MacOS/davmail"/>
@ -134,14 +134,6 @@
<include name="DavMail.app/Contents/MacOS/davmail"/> <include name="DavMail.app/Contents/MacOS/davmail"/>
</zipfileset> </zipfileset>
</zip> </zip>
<zip file="dist/DavMail-MacOSX-${release-name}.app.zip">
<zipfileset dir="dist">
<include name="DavMail.app.zip"/>
</zipfileset>
<zipfileset dir="src/osx">
<include name="readme.txt"/>
</zipfileset>
</zip>
<!--delete dir="dist/DavMail.app"/--> <!--delete dir="dist/DavMail.app"/-->
</target> </target>

View File

@ -25,8 +25,10 @@
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/osxdownload.png" alt="OSX Download"/> <img src="images/osxdownload.png" alt="OSX Download"/>
</div> </div>
<p>Safari should automatically extract the external archive. If not, just <p>Safari should automatically extract application from archive. If not, just
double click on the zip file to trigger decompression. double click on the zip file to trigger decompression. DavMail.app directory is then recognised as a
valid OSX application, except on Mountain Lion as application downloaded through Safari are marked
as invalid.
</p> </p>
<p>On OSX Mountain Lion, open System Preferences and choose <p>On OSX Mountain Lion, open System Preferences and choose
Security and Privacy, then unlock panel with lock icon and choose Anywhere: Security and Privacy, then unlock panel with lock icon and choose Anywhere:
@ -34,9 +36,6 @@
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/osxgatekeeper.png" alt="OSX Gatekeeper"/> <img src="images/osxgatekeeper.png" alt="OSX Gatekeeper"/>
</div> </div>
<p>Uncompress DavMail.app.zip (Double click in Finder), DavMail.app directory is then recognised as a
valid OSX application.
</p>
<p>Launch DavMail application once (double click on the application icon).</p> <p>Launch DavMail application once (double click on the application icon).</p>
<p>You can then go back to System Preferences/Security and Privacy and restore original setting. <p>You can then go back to System Preferences/Security and Privacy and restore original setting.
</p> </p>