Question

I'm curious where can I find a list of objects along with their methods which I can use in javascript functions for Distribution.xml part of mac os package. For example, I've studied iTunes Distribution.xml and found system.files.plistAtPath("...") and other system calls. I'd like to know what else can I do.

Was it helpful?

Solution

You can find some information in apple documentation: Installer JavaScript Reference. But looks like it somewhat outdated

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top