is interesting. Perhaps all that is needed is a unique
CFBundleIdentifier for each applescript.
(CFBundleSignature = creator, CFBundleIdentifier = UTI) Most
applications have a CFBundleIdentifier, but are not required to have
a CFBundleSignature. A default CFBundleIdentifier for an applescript
application bundle created by Script Editor or Smile might be
somehing like "com.apple.applescript.nnnnn" where nnnnn is a randomly
generated number. But that doesn't solve the present problem.
On Jun 11, 2007, at 5:49 AM, J. Stewart wrote:
On 6/11/07 at 4:02 AM, Antonino Petriliggieri <email@hidden>
spake thusly:
Or save them as bundles and change the CFBundleIdentifiers (or
add it if needed).
Guess you mean change CFBundleSignature that is exactly the same
shown by finder as Creator Type.