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.
Asked
Active
Viewed 1,197 times
1

ixSci
- 13,100
- 5
- 45
- 79
-
Hi, perhaps do you know if there's anyway to work with the distribution.xml javascript engine from outside the xml file (just to check your code more easily - without the need to install the package). thanks ! – Zohar81 Sep 20 '16 at 15:55
-
@Zohar81, more than 3 years I didn't touch this `distribution.xml ` stuff so I don't remember anything, sorry. – ixSci Sep 20 '16 at 16:02
1 Answers
3
You can find some information in apple documentation: Installer JavaScript Reference. But looks like it somewhat outdated

cody
- 3,233
- 1
- 22
- 25