From e08a69cb5227e9acb7d77975ac99a2851276f8d4 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Sun, 25 Nov 2018 17:53:42 +0900 Subject: [PATCH] Added macOS to supported platforms for Realm static binary --- Configuration/Realm/Realm iOS static.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/Realm/Realm iOS static.xcconfig b/Configuration/Realm/Realm iOS static.xcconfig index 8dbe058bba..7828a8fb92 100644 --- a/Configuration/Realm/Realm iOS static.xcconfig +++ b/Configuration/Realm/Realm iOS static.xcconfig @@ -1,6 +1,6 @@ #include "Realm.xcconfig" -SUPPORTED_PLATFORMS = iphoneos iphonesimulator; +SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator; TARGETED_DEVICE_FAMILY = 1,2; IPHONEOS_DEPLOYMENT_TARGET = 8.0;