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

macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword

This commit is contained in:
ed 2021-10-13 14:26:32 +01:00
parent 70968d46c8
commit 7d1918b385
21 changed files with 982 additions and 1011 deletions

View file

@ -31,7 +31,7 @@ namespace juce
#elif JUCE_WINDOWS
#include "../native/juce_win32_CameraDevice.h"
#elif JUCE_IOS
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wunguarded-availability-new")
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wunguarded-availability", "-Wunguarded-availability-new")
#include "../native/juce_ios_CameraDevice.h"