Skip to content

Commit 90ac02a

Browse files
authored
Merge pull request #196 from phausler/disable_index_store
Disable cases of uses of the -index-store-path argument
2 parents 38a4ac9 + 42a627c commit 90ac02a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@
503503
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
504504
SKIP_INSTALL = YES;
505505
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
506+
SWIFT_INDEX_STORE_ENABLE = NO;
506507
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
507508
SWIFT_VERSION = 4.0;
508509
TARGETED_DEVICE_FAMILY = "1,2,3,4";
@@ -529,6 +530,7 @@
529530
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
530531
SKIP_INSTALL = YES;
531532
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
533+
SWIFT_INDEX_STORE_ENABLE = NO;
532534
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
533535
SWIFT_VERSION = 4.0;
534536
TARGETED_DEVICE_FAMILY = "1,2,3,4";

0 commit comments

Comments
 (0)