Skip to content

Commit fa58443

Browse files
committed
Set BUILD_LIBRARY_FOR_DISTRIBUTION to enable ABI
1 parent 4b8714a commit fa58443

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Configs/Module-Shared.xcconfig

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES
77
// This setting is deprecated as of Xcode 8.3 and may not be supported in future versions. It is recommended that you disable the setting. If enabled, both `#include <header.h>`-style and `#include "header.h"`-style directives search the paths in `USER_HEADER_SEARCH_PATHS` before `HEADER_SEARCH_PATHS`
88
ALWAYS_SEARCH_USER_PATHS = NO
99

10+
// Ensures that your libraries are built for distribution. For Swift, this enables support for library evolution and generation of a module interface file.
11+
BUILD_LIBRARY_FOR_DISTRIBUTION = YES
12+
1013
// Warn when using non-localized strings.
1114
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1215

0 commit comments

Comments
 (0)