Skip to content

Commit

Permalink
Loose warning limitation for compiling check
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 16, 2017
1 parent 852d99c commit fb05558
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Kingfisher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit fb05558

Please sign in to comment.