From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00,NUMERIC_HTTP_ADDR autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.199.81 with SMTP id w57mr2177136yhn.19.1418919058416; Thu, 18 Dec 2014 08:10:58 -0800 (PST) X-Received: by 10.182.81.67 with SMTP id y3mr18180obx.27.1418919058320; Thu, 18 Dec 2014 08:10:58 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!newspeer1.nac.net!border2.nntp.dca1.giganews.com!nntp.giganews.com!i13no252033qae.0!news-out.google.com!h6ni1784igv.0!nntp.google.com!h15no25110634igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 18 Dec 2014 08:10:58 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.46.72.234; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 73.46.72.234 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Gnoga Native Mac OS X App Support Added From: David Botton Injection-Date: Thu, 18 Dec 2014 16:10:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:24119 Date: 2014-12-18T08:10:58-08:00 List-Id: http://www.gnoga.com See docs/native_mac_apps.md for more information, but here is a summary: 1. Create a singleton app using Gnoga 2. Make native support for Mac using: make native_osx 3. Copy your project's individual bin, js, etc. directories to deps/MacGap2/public 4. Modify the index.html file in deps/MacGap2/public to contain the following lines: ``` html ``` Note: The index.html page can be used to display some sort of "loading" message if desired. 5. From the deps directory run - open MacGap2/MG.xcodeproj/ 6. Build as you would any native Mac OS X application for XCode