<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div>I want the entire code for my entire Mac app to look like this .swift script:<br /></div><div><br /></div><div><br /></div><div>#!/path/to/swift</div><div><br /></div><div>import Cocoa</div><div><br /></div><div>// The rest of my entire Mac app.</div><div><br /></div><div><br /></div><div>Because we don't yet have binary stability, I guess I'd have to put the swift binary (which runs the above .swift script) and a bunch of .dylibs into the Mac .app bundle somehow.</div><div><br /></div><div><br /></div><div>Is this possible to do and if so, how?</div><div><br /></div> </body>
</html>