10 lines
237 B
Text
10 lines
237 B
Text
|
#include "ConfigCommon.xcconfig"
|
||
|
#include "ConfigCommonRelease.xcconfig"
|
||
|
#include "ConfigFramework.xcconfig"
|
||
|
|
||
|
STRIP_INSTALLED_PRODUCT = YES
|
||
|
DEPLOYMENT_POSTPROCESSING = YES
|
||
|
STRIPFLAGS = -u -r
|
||
|
STRIP_STYLE = non-global
|
||
|
SEPARATE_STRIP = YES
|