hints & tips // 2008.06.25 08:52:33 [hh]
Mac-Anwendungen aus Scripten erstellen
Falls Sie Command-Line-Script (etwa in Shell, Perl, Python, Ruby, AppleScript, Tcl oder PHP) auf dem Mac erstellt haben und diese nun mit einem einfachen Interface versehen wollen, dann sind Sie bei dem kostenlosen "Platypus" des Isländers Sveinbjörn Thordarson (korrekter: Þórðarson) goldrichtig. Nie war es einfacher, eine Mac-Anwendung aus einem Script zu erstellen. Screen2.0 bietet mal wieder einen echten Power-User-Geheimtipp.
Folgende Schritte sind notwendig, um ein Script in eine Mac-Anwendung zu verwandeln:
- Name für die generierte Applikation wählen.
- Script-Typ (Shell, Perl, Python, Ruby, AppleScript, Tcl, PHP, andere).
- Pfad zum Script wählen.
- Ausgabeform ("None", "Progress Bar", "Text Window", "Web View") wählen.
- Eventuell weitere Informationen wie Custom Icon, benötigte Resourcen, Version, Umgebungsvariablen, Zugriffsrechte, Drag-and-Drop-Fähigkeit, Hintergrund-Tasking etc. hinzufügen.
Der Autor Sveinbjörn Thordarson zu seinem Tool:
"Platypus is a developer tool for the Mac OS X operating system. It can be used to create native, flawlessly integrated Mac OS X applications from interpreted scripts such as shell scripts or Perl and Python programs. This is done by wrapping the script in an application bundle directory structure along with an executable binary that runs the script. Platypus thus makes it possible for you to share your scripts and programs with those unfamiliar with the command line interface, without any knowledge of the Mac OS X APIs -- a few clicks and you will have your own Mac OS X graphical program. Creating installers, maintenance applications, login items, launchers, automations and droplets is very easy using Platypus.
- Supports shell scripts, Perl, Python, PHP, Ruby, Expect, Tcl, AppleScript
- Supports arbitrary interpreter specification
- Executing scripts with root privileges via Apple's Security Framework
- Drag and drop files, which are passed to the script as arguments
- Graphical feedback of script execution: progress bar, text window with script output, WebKit HTML rendering
- Can create applications which run in the background
- Sophisticated app bundle configuration for associated file types, identifier, version etc.
- Graphical interface for bundling support files with script
- Built-in script editor, or linking with external editor of choice
- Set own application icon or select from presets
- Command line tool for automating script application bundling
- Application profile specification
Platypus is free, open-source software and is distributed under the terms and conditions of the Free Software Foundation's GNU General Public License. Platypus is written in Objective C for the Cocoa application programming interfaces."
Das Tool ist zwar kostenlos, jedoch würde sich der Autor über eine kleine Spende sehr freuen, um die Weiterentwicklung zu gewährleisten.
Weitere Informationen: www.sveinbjorn.org/ platypus
Werbung