I have been successful in getting my two free Mail plugins (
MailFollowUp and
MailRecent) working under Mavericks (latest seed). There were quite a few changes needed, but most simplified the code actually. The plugins are not that complicated anyway.
I would LOVE to ditch my crusty old (dysfunctional really) custom Applescript installer. And yet every time I look into the packagemaker tools, etc. w/ Xcode (including examples on stackoverflow, and posted in this group) I get discouraged by the apparent complexity, lack of examples/documentation, etc. It's not that I'm incapable of figuring it out, but I can't spend the time becoming an installer expert. And yet it's the weakest part of my plugin give-aways.
My install needs are pretty simple, I think:
- check the OS version (if easy—the plugins do it when loading too)
- quit Mail if running
- set EnableBundles to true in com.apple.mail.plist (in the proper location)
- copy my mailbundle to ~/Library/Mail/Bundles/ (copy over, or remove old ones first)
- start Mail
It would be nice to have the installer signed so users don't have to work around that. I need to get permissions right, etc. I'd like to do this for 10.8.5 and 10.9 for now.
Can anyone suggest a simple tool or mechanism for making an installer package?
I've looked at some GUI packages (e.g., deprecated Apple PackageMaker app, Packages, Iceberg) but after encountering frustrations w/ each I gave up, so far anyway.
Thanks in advance for thoughts.