Skip to content

Commit 90fa62e

Browse files
authored
Enable BUILD_LIBRARY_FOR_DISTRIBUTION so DeviceKit runs on Xcode 12 (devicekit#248)
1 parent c2dc375 commit 90fa62e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DeviceKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
buildSettings = {
344344
ALWAYS_SEARCH_USER_PATHS = NO;
345345
APPLICATION_EXTENSION_API_ONLY = YES;
346+
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
346347
CLANG_ANALYZER_NONNULL = YES;
347348
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
348349
CLANG_CXX_LIBRARY = "libc++";
@@ -403,6 +404,7 @@
403404
buildSettings = {
404405
ALWAYS_SEARCH_USER_PATHS = NO;
405406
APPLICATION_EXTENSION_API_ONLY = YES;
407+
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
406408
CLANG_ANALYZER_NONNULL = YES;
407409
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
408410
CLANG_CXX_LIBRARY = "libc++";

0 commit comments

Comments
 (0)