mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
<?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">
|
|
<dict>
|
|
<key>StringsTable</key>
|
|
<string>Root</string>
|
|
<key>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSTitleValueSpecifier</string>
|
|
<key>Title</key>
|
|
<string>AppVersion</string>
|
|
<key>Key</key>
|
|
<string>foo1</string>
|
|
<key>DefaultValue</key>
|
|
<string></string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSTitleValueSpecifier</string>
|
|
<key>Title</key>
|
|
<string>BuildVersion</string>
|
|
<key>Key</key>
|
|
<string>foo2</string>
|
|
<key>DefaultValue</key>
|
|
<string></string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSRadioGroupSpecifier</string>
|
|
<key>Title</key>
|
|
<string>LaunchType</string>
|
|
<key>Key</key>
|
|
<string>LaunchType</string>
|
|
<key>DefaultValue</key>
|
|
<integer>0</integer>
|
|
<key>Values</key>
|
|
<array>
|
|
<integer>0</integer>
|
|
<integer>1</integer>
|
|
</array>
|
|
<key>Titles</key>
|
|
<array>
|
|
<string>Launcher</string>
|
|
<string>Game</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|