mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-25 12:43:30 +00:00
Implemented enumerateService for MacOS
This commit is contained in:
@@ -1171,6 +1171,16 @@ function serviceManager()
|
||||
}
|
||||
break;
|
||||
case 'darwin':
|
||||
if (files[j].endsWith('.plist'))
|
||||
{
|
||||
try
|
||||
{
|
||||
results.push(fetchPlist(paths[i], files[j].split('.plist')[0]));
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user