Common.xcconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //
  2. // Copyright (c) 2015-2016 Marcus Rohrmoser http://mro.name/me. All rights reserved.
  3. //
  4. // This program is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // This program is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. //
  17. SDKROOT = iphoneos
  18. ONLY_ACTIVE_ARCH = NO
  19. VALIDATE_PRODUCT = YES
  20. COPY_PHASE_STRIP = YES
  21. TARGETED_DEVICE_FAMILY = 1,2
  22. IPHONEOS_DEPLOYMENT_TARGET = 8.0
  23. ALWAYS_SEARCH_USER_PATHS = NO
  24. GCC_C_LANGUAGE_STANDARD = gnu99
  25. CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
  26. CLANG_CXX_LIBRARY = libc++
  27. CLANG_ENABLE_OBJC_ARC = YES
  28. CLANG_WARN_EMPTY_BODY = YES
  29. CLANG_WARN_CONSTANT_CONVERSION = YES
  30. CLANG_WARN_ENUM_CONVERSION = YES
  31. CLANG_WARN_INT_CONVERSION = YES
  32. GCC_WARN_ABOUT_RETURN_TYPE = YES
  33. GCC_WARN_UNINITIALIZED_AUTOS = YES
  34. GCC_WARN_UNUSED_VARIABLE = YES
  35. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
  36. GCC_WARN_PEDANTIC = YES
  37. // https://startpage.com/do/search?q=%22use+of+GNU+statement+expression+extension%22&lui=deutsch&l=deutsch
  38. WARNING_CFLAGS = -Wno-gnu