From ddc77dd6cbf89a6c2c2bb575a142ce685ebd1e98 Mon Sep 17 00:00:00 2001 From: vkandel Date: Mon, 22 Jun 2020 17:38:35 +0200 Subject: [PATCH] changed from mac to iphone target --- FastDiff.xcodeproj/project.pbxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FastDiff.xcodeproj/project.pbxproj b/FastDiff.xcodeproj/project.pbxproj index 99334c7..98c6739 100644 --- a/FastDiff.xcodeproj/project.pbxproj +++ b/FastDiff.xcodeproj/project.pbxproj @@ -186,7 +186,7 @@ name = Products; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_5 /* */ = { + OBJ_5 = { isa = PBXGroup; children = ( OBJ_6 /* Package.swift */, @@ -197,7 +197,6 @@ 2889D0C722D4D665000E7797 /* FastDiff */, OBJ_25 /* Products */, ); - name = ""; sourceTree = ""; }; OBJ_7 /* Sources */ = { @@ -348,9 +347,10 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); - mainGroup = OBJ_5 /* */; + mainGroup = OBJ_5; productRefGroup = OBJ_25 /* Products */; projectDirPath = ""; projectRoot = ""; @@ -607,7 +607,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_SWIFT_FLAGS = "-DXcode"; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; + SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE DEBUG"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -676,7 +676,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.10; OTHER_SWIFT_FLAGS = "-DXcode"; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; + SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";