Ein Tool zum Erstellen von OSX Application Bundles für Delphi OSX Anwendungen ist laut Artikel in der Embarcadero FireMonkey Newsgroup jetzt erhältlich:
Description:
This tool will create a simple ZIP bundle for your Delphi OSX application. In
order for you to Deploy your application to the public, you need to have your
project in an OSX "Application Bundle". The
RAD Studio
IDE does not do this
for you on Windows, so that is where this tool comes it.
You simply Compile your project in "Release" configuration, then use this tool to
create an OSX Bundle, the created ZIP will extract your application bundle with
the required libraries for OSX , without the need for PAServer.
Installation:
1) Extract DelphiOSX_Bundler.exe to a folder
2) In your
IDE, click 'Tools' -> 'Configure Tools'
3) Click 'Add'
Title: Create OSX Bundle
Program: C:\path\to\DelphiOSX_Bundler.exe
Working directory:
Parameters: -p $PROJECT
4) Build your project then click 'Tools' -> 'Create OSX Bundle'
Parameters:
-p <path to dproj> Path to the dproj file of your OSX project (Required)
-b <build config> Build configuration to deploy (Default is "Release")
-s Silently bundle
package, and no enter prompts
-o <path to zip> Path to output the bundled ZIP
package
(Default is same folder as dproj)
http://enesce.com/dl/DelphiOSX_Bundler.zip
Author: Nick Cooper