templates: Add error message if MacOSX is below 10.15

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-09-03 20:06:33 +02:00
parent d4ef043043
commit 2451c8418e
1 changed files with 10 additions and 1 deletions

View File

@ -750,7 +750,16 @@
<key>IDENTIFIER</key> <key>IDENTIFIER</key>
<string>fr.whitebox.Packages.requirement.os</string> <string>fr.whitebox.Packages.requirement.os</string>
<key>MESSAGE</key> <key>MESSAGE</key>
<array/> <array>
<dict>
<key>LANGUAGE</key>
<string>English</string>
<key>SECONDARY_VALUE</key>
<string></string>
<key>VALUE</key>
<string>StreamFX requires at least MacOSX 10.15, and will not work properly without it. Please update or upgrade your System!</string>
</dict>
</array>
<key>NAME</key> <key>NAME</key>
<string>Operating System</string> <string>Operating System</string>
<key>STATE</key> <key>STATE</key>