this repo has no description
1
fork

Configure Feed

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

Also look for components in /Library/Components

+2
+1
src/CoreAudio/AudioToolbox/AudioComponentManager.mm
··· 29 29 void AudioComponentManager::discoverComponents() 30 30 { 31 31 discoverComponents("/System/Library/Components"); 32 + discoverComponents("/Library/Components"); 32 33 33 34 const char* home = ::getenv("HOME"); 34 35 if (home != NULL)
+1
src/frameworks/CoreServices/ComponentManager.cpp
··· 55 55 void ComponentManager::discoverComponents() 56 56 { 57 57 discoverComponents("/System/Library/Components"); 58 + discoverComponents("/Library/Components"); 58 59 59 60 const char* home = ::getenv("HOME"); 60 61 if (home != NULL)