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
This commit is contained in:
Ryan Nystrom 2017-06-20 16:00:55 -07:00 committed by Facebook Github Bot
parent 68b73133fc
commit 451229bd70

View file

@ -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;