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:
parent
b828830af8
commit
47a0dc81f6
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ static String getOSXVersion()
|
|||
#endif
|
||||
|
||||
if (dict != nullptr)
|
||||
return nsStringToJuce (dict[nsStringLiteral ("ProductVersion")]);
|
||||
return nsStringToJuce ([dict objectForKey: nsStringLiteral ("ProductVersion")]);
|
||||
|
||||
jassertfalse;
|
||||
return {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue