Skip to content

Commit

Permalink
WHY DID THIS FIX STUFF
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Jun 30, 2023
1 parent 76496d7 commit 4f30da3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Cowabunga Lite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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)/**",
Expand Down Expand Up @@ -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)/**",
Expand Down

0 comments on commit 4f30da3

Please sign in to comment.