Skip to content

Commit

Permalink
build: update build settings > library search paths
Browse files Browse the repository at this point in the history
updated to match QA builds that pass.
  • Loading branch information
Prithpal-Sooriya committed Jan 21, 2025
1 parent 7a0c36e commit f126b76
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,11 @@
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/usr/lib/swift",
"$(inherited)",
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.37.1;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1605,7 +1609,11 @@
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/usr/lib/swift",
"$(inherited)",
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.37.1;
ONLY_ACTIVE_ARCH = NO;
Expand Down

0 comments on commit f126b76

Please sign in to comment.