Archives for the ‘AppleScript’ Category

Implementing an Apple Help Book in OS X Snow Leopard and Lion

The documentation at Apple regarding help book implementation leaves a lot to be desired. It seems that updates have been added here and there, and overall the documentation is fragmented. Add to that the fact that Apple is no longer providing sample code for it makes the process of creating a help book a royal […]

AppleScript Objective-C: Dealing with Paths

Here are a couple of notes that might be helpful when dealing with paths in Cocoa-AppleScript applications in Xcode: Getting the POSIX Path to Resources With Global Scope If you need the POSIX path to the Resources folder in the App (for instance, if you intend to reference some resource files in a shell script) […]