From 451229bd709cda25c77ba9e35bc350750ac20706 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Tue, 20 Jun 2017 16:00:55 -0700 Subject: [PATCH] Require newline across all targets Summary: Internal CI will error on this, adding to project. Closes https://github.com/Instagram/IGListKit/pull/817 Differential Revision: D5283517 Pulled By: rnystrom fbshipit-source-id: fed4f58b551a90f51a250f18b3c30b851f4f1953 --- IGListKit.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IGListKit.xcodeproj/project.pbxproj b/IGListKit.xcodeproj/project.pbxproj index 579c19dc8..7a0edd6c9 100644 --- a/IGListKit.xcodeproj/project.pbxproj +++ b/IGListKit.xcodeproj/project.pbxproj @@ -1748,6 +1748,7 @@ "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_MISSING_NEWLINE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; @@ -1796,6 +1797,7 @@ GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_MISSING_NEWLINE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;