23d449b978
Copy pull request #5890 but completely remove the old code in the master branch Signed-off-by: Patrick Luby <patrick.luby@collabora.com> Change-Id: I69d03bb3f10e756823ba2e32aae0c099c54928c5
51 lines
1.2 KiB
XML
51 lines
1.2 KiB
XML
<?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>PSGroupSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Version information</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSTitleValueSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Online git hash</string>
|
|
<key>Key</key>
|
|
<string>onlineVersion</string>
|
|
<key>DefaultValue</key>
|
|
<string>@COOLWSD_VERSION_HASH@</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSTitleValueSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Core git hash</string>
|
|
<key>Key</key>
|
|
<string>coreVersion</string>
|
|
<key>DefaultValue</key>
|
|
<string>@CORE_VERSION_HASH@</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Settings</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Your name</string>
|
|
<key>Key</key>
|
|
<string>userName</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|