Created
April 10, 2013 09:23
-
-
Save geoff-nixon/5353151 to your computer and use it in GitHub Desktop.
MacOSXInstaller.choiceChanges
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<dict> | |
<key>attributeSetting</key> | |
<false/> | |
<key>choiceAttribute</key> | |
<string>enabled</string> | |
<key>choiceIdentifier</key> | |
<string>AdditionalSpeechVoices</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>AdditionalSpeechVoices</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<false/> | |
<key>choiceAttribute</key> | |
<string>enabled</string> | |
<key>choiceIdentifier</key> | |
<string>MediaFiles</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>MediaFiles</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<false/> | |
<key>choiceAttribute</key> | |
<string>enabled</string> | |
<key>choiceIdentifier</key> | |
<string>AsianLanguagesSupport</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>AsianLanguagesSupport</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<false/> | |
<key>choiceAttribute</key> | |
<string>enabled</string> | |
<key>choiceIdentifier</key> | |
<string>X11</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>X11</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<false/> | |
<key>choiceAttribute</key> | |
<string>enabled</string> | |
<key>choiceIdentifier</key> | |
<string>JavaEssentials</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>JavaEssentials</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<false/> | |
<key>choiceAttribute</key> | |
<string>enabled</string> | |
<key>choiceIdentifier</key> | |
<string>OxfordDictionaries</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>OxfordDictionaries</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<false/> | |
<key>choiceAttribute</key> | |
<string>enabled</string> | |
<key>choiceIdentifier</key> | |
<string>AdditionalEssentials</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>AdditionalEssentials</string> | |
</dict> | |
</array> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment