15 lines
417 B
Plaintext
15 lines
417 B
Plaintext
//
|
|
// AppClipExampleTests-iOS-Shared.xcconfig
|
|
//
|
|
// Generated by BuildSettingExtractor on 12/6/22
|
|
// https://buildsettingextractor.com
|
|
//
|
|
|
|
CODE_SIGN_STYLE = Automatic
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.5
|
|
TARGETED_DEVICE_FAMILY = 1,2
|
|
TEST_TARGET = AppClipExample
|
|
TEST_TARGET_NAME = AppClipExample
|
|
DYLIB_INSTALL_NAME_BASE = @rpath
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks
|