// // Tests-Shared.xcconfig // // Generated by BuildSettingExtractor on 02/04/2018 // https://github.com/dempseyatgithub/BuildSettingExtractor // HEADER_SEARCH_PATHS = $(inherited) includes/** INFOPLIST_FILE = Tests/${TARGET_NAME}/Info.plist LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier} OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -debug-time-function-bodies // Disable for tests. https://twitter.com/krzyzanowskim/status/1191515868401983489 BUILD_LIBRARY_FOR_DISTRIBUTION = NO