Skip to content

Commit

Permalink
Enable BUILD_LIBRARY_FOR_DISTRIBUTION
Browse files Browse the repository at this point in the history
Originally requested by @dive in #1110.

This should remain on a separate branch for now. For more information see #1110.
  • Loading branch information
ffried committed Apr 28, 2020
1 parent 2d947af commit ce5981b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Configs/Module-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
// 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

// !!!: EXPERIMENTAL
// 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 whn using non-localized strings.
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;

Expand Down

0 comments on commit ce5981b

Please sign in to comment.