Skip to content

Commit

Permalink
Added inherited to project settings library search path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianacnguyen committed Feb 6, 2024
1 parent 4fd60d9 commit 0b5e5fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,10 @@
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/usr/lib/swift$(inherited)",
"${inherited}",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.15.0;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1434,7 +1437,10 @@
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/usr/lib/swift$(inherited)",
"${inherited}",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.15.0;
ONLY_ACTIVE_ARCH = NO;
Expand Down
Empty file modified scripts/ios/bundle-js-and-sentry-upload.sh
100644 → 100755
Empty file.

0 comments on commit 0b5e5fe

Please sign in to comment.