Tests-Shared.xcconfig 681 B

123456789101112131415161718192021
  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. LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks
  9. PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier}
  10. OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -debug-time-function-bodies
  11. // Disable for tests. https://twitter.com/krzyzanowskim/status/1191515868401983489
  12. BUILD_LIBRARY_FOR_DISTRIBUTION = NO
  13. MACOSX_DEPLOYMENT_TARGET = 10.15
  14. INFOPLIST_FILE = Info.plist