Skip to content

Commit 389ae8d

Browse files
committed
Enable clang modules by default.
1 parent b99a317 commit 389ae8d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Configurations/Shared/Product/Application.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
1111

1212
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
1313
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage
14+
CLANG_ENABLE_MODULES = YES

Configurations/Shared/Product/Framework.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ DYLIB_CURRENT_VERSION = 1
1616
SKIP_INSTALL = YES
1717

1818
CLANG_MODULES_AUTOLINK = NO
19+
CLANG_ENABLE_MODULES = YES

Configurations/Shared/Product/UnitTest.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ BUNDLE_LOADER = $(TEST_HOST)
1212

1313
LD_RUNPATH_SEARCH_PATHS = $(inherited) @loader_path/Frameworks @executable_path/Frameworks
1414
USER_HEADER_SEARCH_PATHS = $(value) $(PARSE_DIR)/Tests/**
15+
CLANG_ENABLE_MODULES = YES

0 commit comments

Comments
 (0)