Fix Apple and Android validation gates

This commit is contained in:
2026-06-16 10:34:21 +02:00
parent 6a9c415d85
commit 551fe6c94a
2 changed files with 9 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
#ifdef __APPLE__
#include "TargetConditionals.h"
#if TARGET_OS_IOS
#if TARGET_OS_IPHONE
#define __IOS__ 1
#include <CoreFoundation/CoreFoundation.h>
#ifdef __OBJC__