Skip to content

Commit 7f37073

Browse files
committed
Avoid importing CoreFoundation in Xcode builds
1 parent 6d99bc0 commit 7f37073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@
491491
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
492492
TARGETED_DEVICE_FAMILY = "1,2,3,4";
493493
TVOS_DEPLOYMENT_TARGET = 10.0;
494-
USER_HEADER_SEARCH_PATHS = $BUILT_PRODUCTS_DIR/usr/local/include/CoreFoundation;
495494
WATCHOS_DEPLOYMENT_TARGET = 3.0;
496495
};
497496
name = Debug;
@@ -516,7 +515,6 @@
516515
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
517516
TARGETED_DEVICE_FAMILY = "1,2,3,4";
518517
TVOS_DEPLOYMENT_TARGET = 10.0;
519-
USER_HEADER_SEARCH_PATHS = $BUILT_PRODUCTS_DIR/usr/local/include/CoreFoundation;
520518
WATCHOS_DEPLOYMENT_TARGET = 3.0;
521519
};
522520
name = Release;

0 commit comments

Comments
 (0)