Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   Delphi OSX Bundler (.app per IDE erstellen) erschienen (https://www.delphipraxis.net/163159-delphi-osx-bundler-app-per-ide-erstellen-erschienen.html)

mjustin 17. Sep 2011 18:03

Delphi OSX Bundler (.app per IDE erstellen) erschienen
 
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

greenmile 19. Sep 2011 11:42

AW: Delphi OSX Bundler (.app per IDE erstellen) erschienen
 
Muss die ZIP im selben Verzeichnis wie die binäre Datei sein? Oder muss die binäre Datei da mit rein?

mjustin 19. Sep 2011 17:12

AW: Delphi OSX Bundler (.app per IDE erstellen) erschienen
 
Zitat:

Zitat von greenmile (Beitrag 1125297)
Muss die ZIP im selben Verzeichnis wie die binäre Datei sein? Oder muss die binäre Datei da mit rein?

Im Zip ist eine Anwendung, die mit den beschriebenen Parametern aufgerufen wird.

Mehr kann wahrscheinlich nur der Autor sagen, hier ein Linkn zu seinem Posting

https://forums.embarcadero.com/threa...threadID=60882


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:16 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz