Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/I
<script>
<![CDATA[
function pm_install_check() {
if(system.compareVersions(system.version.ProductVersion, '13.0') < 0) {
if(system.compareVersions(system.version.ProductVersion, '14.0') < 0) {
my.result.title = system.localizedString('SU_ERROR');
my.result.message = system.localizedString('SU_13');
my.result.message = system.localizedString('SU_14');
my.result.type = 'Fatal';
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/English.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"SU_TITLE" = "eID Software";
"SU_ERROR" = "Error";
"SU_13" = "macOS must be 13 or newer.";
"SU_14" = "macOS must be 14 or newer.";
"SU_BASE" = "Base components";
"SU_FIREFOX" = "Firefox authentication and signing support";
"SU_CHROME" = "Chrome authentication and signing support";
Expand Down
2 changes: 1 addition & 1 deletion resources/et.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"SU_TITLE" = "eID tarkvara";
"SU_ERROR" = "Viga";
"SU_13" = "macOS peab olema 13 või uuem.";
"SU_14" = "macOS peab olema 14 või uuem.";
"SU_BASE" = "Baas komponendid";
"SU_FIREFOX" = "Firefox isikutuvastamise ja allkirjastamise tugi";
"SU_CHROME" = "Chrome isikutuvastamise ja allkirjastamise tugi";
Expand Down
Loading