From 4f30da332ac97362e6d39f87e1c55de812dc3206 Mon Sep 17 00:00:00 2001 From: leminlimez Date: Thu, 29 Jun 2023 20:17:01 -0400 Subject: [PATCH] WHY DID THIS FIX STUFF --- Cowabunga Lite.xcodeproj/project.pbxproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Cowabunga Lite.xcodeproj/project.pbxproj b/Cowabunga Lite.xcodeproj/project.pbxproj index 2431083..e80b97f 100644 --- a/Cowabunga Lite.xcodeproj/project.pbxproj +++ b/Cowabunga Lite.xcodeproj/project.pbxproj @@ -621,7 +621,6 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LD_RUNPATH_SEARCH_PATHS = ( - /usr/lib/swift, "$(inherited)", "@executable_path/../Frameworks", "@executable_path/Frameworks", @@ -684,7 +683,6 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LD_RUNPATH_SEARCH_PATHS = ( - /usr/lib/swift, "$(inherited)", "@executable_path/../Frameworks", "@executable_path/Frameworks", @@ -716,6 +714,11 @@ GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_CFBundleDisplayName = "Cowabunga Lite"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@executable_path/Frameworks", + ); LIBRARY_SEARCH_PATHS = ( "$(inherited)/**", "$(PROJECT_DIR)/**", @@ -755,6 +758,11 @@ GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_CFBundleDisplayName = "Cowabunga Lite"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@executable_path/Frameworks", + ); LIBRARY_SEARCH_PATHS = ( "$(inherited)/**", "$(PROJECT_DIR)/**",