This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
macOS: Fixed 10.7 compatibility
tags/2021-05-28
ed
Tom Poole
4 years ago
parent
7c797c8105
commit
b51da7dec0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_core/native/juce_mac_SystemStats.mm
+ 1
- 1
modules/juce_core/native/juce_mac_SystemStats.mm
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 {};
Write
Preview
Loading…
Cancel
Save