17 lines
543 B
Plaintext
17 lines
543 B
Plaintext
//
|
|
// IntegrationTester-Shared.xcconfig
|
|
//
|
|
// Generated by BuildSettingExtractor on 12/6/22
|
|
// https://buildsettingextractor.com
|
|
//
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor
|
|
CODE_SIGN_STYLE = Automatic
|
|
DEVELOPMENT_ASSET_PATHS = "IntegrationTester/Resources/Preview Content"
|
|
ENABLE_PREVIEWS = YES
|
|
SUPPORTS_MACCATALYST = YES
|
|
TARGETED_DEVICE_FAMILY = 1,2,6
|
|
DYLIB_INSTALL_NAME_BASE = @rpath
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks
|