How-to build a droplet application in Xcode4?
Posted
by
Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2011-11-26T14:18:45Z
Indexed on
2011/11/27
17:50 UTC
Read the original article
Hit count: 405
In Xcode3 there used to be a template to build "Droplet" Applications (head/nibless apps that would throw whatever dropped at them at an "on open" Applescript method).
In Xcode4 this template is unfortunately gone.
What are the required steps to setup an xcode4 droplet project?
- modify the
info.plist
i guess to make the app handle drops - get rid of the nib (also involves changes in
main.m
and bothAppDelegate.h
andAppDelegate.m
i guess)
Maybe somebody even still has Xcode3 installed and could create an empty applescript droplet app and upload it somewhere? that would be very interesting. thanks!
(or is there maybe even a way to export an app bundle created with the AppleScript Editor to Xcode?)
© Stack Overflow or respective owner