Documentation/Source/eric5.install.html

branch
5_1_x
changeset 1395
1eb21f914629
parent 1152
3cfaa0bae68d
--- a/Documentation/Source/eric5.install.html	Sat Oct 22 19:53:10 2011 +0200
+++ b/Documentation/Source/eric5.install.html	Sun Oct 23 18:31:31 2011 +0200
@@ -62,6 +62,9 @@
 <td><a href="#createInstallConfig">createInstallConfig</a></td>
 <td>Create the installation config dictionary.</td>
 </tr><tr>
+<td><a href="#createMacAppBundle">createMacAppBundle</a></td>
+<td>Create a Mac application bundle.</td>
+</tr><tr>
 <td><a href="#createPyWrapper">createPyWrapper</a></td>
 <td>Create an executable wrapper for a Python script.</td>
 </tr><tr>
@@ -221,6 +224,20 @@
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="createMacAppBundle" ID="createMacAppBundle"></a>
+<h2>createMacAppBundle</h2>
+<b>createMacAppBundle</b>(<i>pydir</i>)
+<p>
+    Create a Mac application bundle.
+</p><dl>
+<dt><i>pydir</i></dt>
+<dd>
+the name of the directory where the Python script will eventually
+        be installed (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="createPyWrapper" ID="createPyWrapper"></a>
 <h2>createPyWrapper</h2>
 <b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript = True</i>)

eric ide

mercurial