From fb05558f5ca1554933b20b3890c3722600130629 Mon Sep 17 00:00:00 2001 From: onevcat Date: Mon, 16 Oct 2017 22:10:03 +0900 Subject: [PATCH] Loose warning limitation for compiling check --- Kingfisher.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Kingfisher.xcodeproj/project.pbxproj b/Kingfisher.xcodeproj/project.pbxproj index bfc77fdd3..23f32f34e 100644 --- a/Kingfisher.xcodeproj/project.pbxproj +++ b/Kingfisher.xcodeproj/project.pbxproj @@ -2409,7 +2409,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; - OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=100"; + OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150"; PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-OSX"; PRODUCT_NAME = Kingfisher; SDKROOT = macosx; @@ -2638,7 +2638,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=100"; + OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150"; PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-tvOS"; PRODUCT_NAME = Kingfisher; SDKROOT = appletvos; @@ -2701,7 +2701,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=100"; + OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150"; PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-watchOS"; PRODUCT_NAME = Kingfisher; SDKROOT = watchos; @@ -2982,7 +2982,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=100"; + OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150"; PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = Kingfisher; SKIP_INSTALL = YES;