this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix the framework alias regexp (#219) We need to get rid of these dylib.conf tricks soon

+1 -1
+1 -1
src/libdyld/DylibSearch.cpp
··· 34 34 namespace Darling { 35 35 36 36 DylibSearch::DylibSearch() 37 - : m_reFrameworkPath("/System/Library/Frameworks/([a-zA-Z0-9\\.]+)/Versions/([a-zA-Z0-9\\.]+)/.*"), 37 + : m_reFrameworkPath("/System/Library/Frameworks/([a-zA-Z0-9\\.]+)/Versions/([a-zA-Z0-9\\.]+)/([a-zA-Z0-9\\.]+)"), 38 38 m_reDefaultFrameworkPath("/System/Library/Frameworks/([a-zA-Z0-9\\.]+)/([a-zA-Z0-9\\.]+)") 39 39 { 40 40 try