mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Updated the required deployment target for WKWebView
This commit is contained in:
parent
f29e2de715
commit
e0883ace58
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
namespace juce
|
||||
{
|
||||
|
||||
#if JUCE_IOS || (defined (MAC_OS_X_VERSION_10_11) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_11) \
|
||||
#if JUCE_IOS || (defined (MAC_OS_X_VERSION_10_10) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_10)
|
||||
|
||||
#define JUCE_USE_WKWEBVIEW 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue