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…