Tests-Shared.xcconfig 703 B

12345678910111213141516171819202122
  1. //
  2. // Tests-Shared.xcconfig
  3. //
  4. // Generated by BuildSettingExtractor on 02/04/2018
  5. // https://github.com/dempseyatgithub/BuildSettingExtractor
  6. //
  7. HEADER_SEARCH_PATHS = $(inherited) includes/**
  8. INFOPLIST_FILE = Tests/${TARGET_NAME}/Info.plist
  9. LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks
  10. PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier}
  11. OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -debug-time-function-bodies
  12. // Disable for tests. https://twitter.com/krzyzanowskim/status/1191515868401983489
  13. BUILD_LIBRARY_FOR_DISTRIBUTION = NO
  14. MACOSX_DEPLOYMENT_TARGET = 10.15