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