Skip to content

Commit

Permalink
Set BUILD_LIBRARY_FOR_DISTRIBUTION to enable ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzza committed Mar 27, 2024
1 parent 4b8714a commit fa58443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configs/Module-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES
// 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`
ALWAYS_SEARCH_USER_PATHS = NO

// Ensures that your libraries are built for distribution. For Swift, this enables support for library evolution and generation of a module interface file.
BUILD_LIBRARY_FOR_DISTRIBUTION = YES

// Warn when using non-localized strings.
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;

Expand Down

0 comments on commit fa58443

Please sign in to comment.