NetNewsWire/xcconfig/EvergreenTests_target.xcconfig

17 lines
629 B
Plaintext

DEVELOPMENT_TEAM = 9C84TZ7Q6Z
CODE_SIGN_STYLE = Automatic
// See the notes in Evergreen_target.xcconfig on why the
// DeveloperSettings.xcconfig is #included here
#include "../../SharedXcodeSettings/DeveloperSettings.xcconfig"
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
COMBINE_HIDPI_IMAGES = YES
BUNDLE_LOADER = $(TEST_HOST)
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @loader_path/../Frameworks
INFOPLIST_FILE = EvergreenTests/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.EvergreenTests
PRODUCT_NAME = $(TARGET_NAME)
TEST_HOST = $(BUILT_PRODUCTS_DIR)/Evergreen.app/Contents/MacOS/Evergreen