Skip to content

Commit 594ed66

Browse files
committed
build: set ALWAYS_SEARCH_USER_PATHS=NO for project, target, and tests to silence legacy headermap warning
1 parent 7d517d0 commit 594ed66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AvroKeyboard.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ DDDA97BE03464C15B5058815 /* Pods */ = {
495495
isa = XCBuildConfiguration;
496496
baseConfigurationReference = 9BE514399134C547D83E8518 /* Pods-Avro Keyboard.debug.xcconfig */;
497497
buildSettings = {
498+
ALWAYS_SEARCH_USER_PATHS = NO;
498499
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
499500
CODE_SIGN_IDENTITY = "Developer ID Application: Mehdi Hasan Hasan (8FVM4CE4C6)";
500501
CODE_SIGN_STYLE = Manual;
@@ -520,6 +521,7 @@ DDDA97BE03464C15B5058815 /* Pods */ = {
520521
isa = XCBuildConfiguration;
521522
baseConfigurationReference = F63F96C5EF8B57064296B7BD /* Pods-Avro Keyboard.release.xcconfig */;
522523
buildSettings = {
524+
ALWAYS_SEARCH_USER_PATHS = NO;
523525
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
524526
CODE_SIGN_IDENTITY = "Developer ID Application: Mehdi Hasan Hasan (8FVM4CE4C6)";
525527
CODE_SIGN_STYLE = Manual;
@@ -541,6 +543,7 @@ DDDA97BE03464C15B5058815 /* Pods */ = {
541543
C01FCF4F08A954540054247B /* Debug */ = {
542544
isa = XCBuildConfiguration;
543545
buildSettings = {
546+
ALWAYS_SEARCH_USER_PATHS = NO;
544547
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
545548
CLANG_WARN_BOOL_CONVERSION = YES;
546549
CLANG_WARN_CONSTANT_CONVERSION = YES;
@@ -568,6 +571,7 @@ DDDA97BE03464C15B5058815 /* Pods */ = {
568571
C01FCF5008A954540054247B /* Release */ = {
569572
isa = XCBuildConfiguration;
570573
buildSettings = {
574+
ALWAYS_SEARCH_USER_PATHS = NO;
571575
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
572576
CLANG_WARN_BOOL_CONVERSION = YES;
573577
CLANG_WARN_CONSTANT_CONVERSION = YES;
@@ -593,6 +597,7 @@ DDDA97BE03464C15B5058815 /* Pods */ = {
593597
F0A1B2C30D4E5F60718293B1 /* Debug */ = {
594598
isa = XCBuildConfiguration;
595599
buildSettings = {
600+
ALWAYS_SEARCH_USER_PATHS = NO;
596601
CLANG_ENABLE_OBJC_ARC = YES;
597602
COMBINE_HIDPI_IMAGES = YES;
598603
GENERATE_INFOPLIST_FILE = YES;
@@ -608,6 +613,7 @@ DDDA97BE03464C15B5058815 /* Pods */ = {
608613
F0A1B2C30D4E5F60718293B2 /* Release */ = {
609614
isa = XCBuildConfiguration;
610615
buildSettings = {
616+
ALWAYS_SEARCH_USER_PATHS = NO;
611617
CLANG_ENABLE_OBJC_ARC = YES;
612618
COMBINE_HIDPI_IMAGES = YES;
613619
GENERATE_INFOPLIST_FILE = YES;

0 commit comments

Comments
 (0)