2009/11/10 John Coarsey <span dir="ltr"><<a href="mailto:jcoarsey1@yahoo.com">jcoarsey1@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Sorry for this basic question but have  loaded up Lazarus and can build and run under IDE. What is the file extension of the app (or Mac equivalent of the exe)?  I have looked through the Wiki but could not find the answer (or overlooked it more likely).</td>
</tr></tbody></table></blockquote><div>just like in most unix systems, Mac OS X executables have no extension.<br></div><div>i.e. "project1.exe" is win executable, but in mac it would be  "project1"</div>
<div><br></div><div>But in OSX, GUI applications are presented as application bundles.</div><div>Application Bundles are structure of directories and files treated by system GUI tools (i.e. Finder) as a single File.</div>
<div><br></div><div>You can read more about it here: <a href="http://en.wikipedia.org/wiki/Bundle_(NEXTSTEP)">http://en.wikipedia.org/wiki/Bundle_(NEXTSTEP)</a></div><div><br></div><div>thanks,</div><div>dmitry</div><div>
<br></div>