From 61bf984a42d0badd02d2901cecfb11cb8d590e9b Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Mon, 1 May 2017 14:11:57 -0700 Subject: [PATCH] Cleanup Xcode project references to UIExplorer Summary: The xcode project for these bundled libraries should not depend on UIExplorer Reviewed By: yungsters Differential Revision: D4979629 fbshipit-source-id: 440b225805e9ebaf0a02b39a35c3ab9c2a83ad05 --- RCTCameraRoll.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/RCTCameraRoll.xcodeproj/project.pbxproj b/RCTCameraRoll.xcodeproj/project.pbxproj index 8e8acf275..e5fa84973 100644 --- a/RCTCameraRoll.xcodeproj/project.pbxproj +++ b/RCTCameraRoll.xcodeproj/project.pbxproj @@ -235,7 +235,6 @@ CLANG_STATIC_ANALYZER_MODE = deep; LIBRARY_SEARCH_PATHS = ( "$(inherited)", - "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/UIExplorer-gjaibsjtheitasdxdtcvxxqavkvy/Build/Products/Debug-iphoneos", ); OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = RCTCameraRoll; @@ -249,7 +248,6 @@ CLANG_STATIC_ANALYZER_MODE = deep; LIBRARY_SEARCH_PATHS = ( "$(inherited)", - "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/UIExplorer-gjaibsjtheitasdxdtcvxxqavkvy/Build/Products/Debug-iphoneos", ); OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = RCTCameraRoll;