4dd95f833d
The git hashes now show up in the Settings app, without having to run the Collabora Office app, open a document, and check the About dialog. The core git hash is taken from the core build directory's instdir/program/setuprc. Also, drop the fairly pointless lone Finnish localisation of the Settings strings. Change-Id: I56631f8facde017ed99038209c55f516386eab99 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91073 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
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>@LOOLWSD_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>Template list URL</string>
|
|
<key>Key</key>
|
|
<string>templateListURL</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|