Fix issue with detecting iOS build
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
#include "Provider/Network/ArSessionStream.h"
|
#include "Provider/Network/ArSessionStream.h"
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <TargetConditionals.h>
|
#include <TargetConditionals.h>
|
||||||
#if TARGET_OS_MAC
|
#if TARGET_OS_IOS == 1
|
||||||
#include "Provider/ArSessionNull.hpp"
|
|
||||||
#else
|
|
||||||
#include "Provider/ArKit/ArSessionArKit.h"
|
#include "Provider/ArKit/ArSessionArKit.h"
|
||||||
|
#else
|
||||||
|
#include "Provider/ArSessionNull.hpp"
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
|
|||||||
Reference in New Issue
Block a user