1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

macOS: Fixed 10.7 compatibility

This commit is contained in:
ed 2020-12-08 11:55:28 +00:00
parent b828830af8
commit 47a0dc81f6

View file

@ -132,7 +132,7 @@ static String getOSXVersion()
#endif
if (dict != nullptr)
return nsStringToJuce (dict[nsStringLiteral ("ProductVersion")]);
return nsStringToJuce ([dict objectForKey: nsStringLiteral ("ProductVersion")]);
jassertfalse;
return {};