How-to build a droplet application in Xcode4?
- by Josh
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 both AppDelegate.h and AppDelegate.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?)