2019-10-11 19:55:29 -05:00
|
|
|
CODE_SIGN_IDENTITY = Developer ID Application
|
|
|
|
DEVELOPMENT_TEAM = M8L2WTLA8W
|
2019-10-11 20:00:25 -05:00
|
|
|
CODE_SIGN_STYLE = Manual
|
2018-01-07 17:46:23 -08:00
|
|
|
|
2018-08-28 22:18:24 -07:00
|
|
|
// See the notes in NetNewsWire_target.xcconfig on why the
|
2018-01-07 17:46:23 -08:00
|
|
|
// DeveloperSettings.xcconfig is #included here
|
|
|
|
|
2019-07-28 14:45:18 -07:00
|
|
|
#include? "../../SharedXcodeSettings/DeveloperSettings.xcconfig"
|
2018-01-07 17:46:23 -08:00
|
|
|
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
|
|
|
BUNDLE_LOADER = $(TEST_HOST)
|
2019-07-28 14:45:18 -07:00
|
|
|
COMBINE_HIDPI_IMAGES = YES
|
2019-05-03 17:29:54 -05:00
|
|
|
INFOPLIST_FILE = Tests/NetNewsWireTests/Info.plist
|
2019-07-28 14:45:18 -07:00
|
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @loader_path/../Frameworks
|
2018-08-28 22:18:24 -07:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.NetNewsWireTests
|
2019-07-28 15:24:57 -07:00
|
|
|
PRODUCT_NAME = NetNewsWireTests
|
2018-08-28 22:18:24 -07:00
|
|
|
TEST_HOST = $(BUILT_PRODUCTS_DIR)/NetNewsWire.app/Contents/MacOS/NetNewsWire
|