mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[AltJIT] Fixes “AltSign-Dynamic not found” runtime error at launch
This commit is contained in:
@@ -4095,6 +4095,7 @@
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"@executable_path/../Frameworks",
|
||||
"@executable_path/AltServer.app/Contents/Frameworks",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -4134,6 +4135,7 @@
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"@executable_path/../Frameworks",
|
||||
"@executable_path/AltServer.app/Contents/Frameworks",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
||||
Reference in New Issue
Block a user