mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
templates: Add error message if MacOSX is below 10.15
This commit is contained in:
parent
d4ef043043
commit
2451c8418e
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue