From afdb988ae924d245450815cbfa3f37319cd7435a Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Wed, 11 Mar 2020 10:06:31 +0300 Subject: [PATCH] Remove runpath search paths from config --- Configuration/Project.xcconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Configuration/Project.xcconfig b/Configuration/Project.xcconfig index 6a335e8..2029cd2 100755 --- a/Configuration/Project.xcconfig +++ b/Configuration/Project.xcconfig @@ -19,9 +19,6 @@ SDKROOT[arch=armv7s] = iphoneos VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64 -LD_RUNPATH_SEARCH_PATHS[sdk=iphoneos*] = @executable_path/Frameworks @loader_path/Frameworks -LD_RUNPATH_SEARCH_PATHS[sdk=iphonesimulator*] = @executable_path/Frameworks @loader_path/Frameworks - //////////////////////////////////////////////////////////////////////////////// // // macOS-specific settings @@ -32,5 +29,3 @@ SDKROOT[arch=i386] = macosx SDKROOT[arch=x86_64] = macosx VALID_ARCHS[sdk=macosx*] = i386 x86_64 - -LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = @executable_path/../Frameworks @loader_path/../Frameworks