resolve config directory dynamically following a priority order
This commit is contained in:
@@ -4,9 +4,9 @@ import Foundation
|
||||
///
|
||||
/// phbar ships a set of built-in recognizers (volume, network, appearance,
|
||||
/// power, mpd) compiled into the host. External recognizers are loaded at
|
||||
/// runtime as shared libraries from `~/.config/phbar/events/<name>/` and conform
|
||||
/// to this same protocol, so the host drives built-in and external recognizers
|
||||
/// through one shape.
|
||||
/// runtime as shared libraries from the events directory
|
||||
/// (`<config>/events/<name>/`) and conform to this same protocol, so the host
|
||||
/// drives built-in and external recognizers through one shape.
|
||||
///
|
||||
/// Conform an `NSObject` subclass and export a zero-argument factory via
|
||||
/// `@_cdecl(PHEventCreateSymbol)`:
|
||||
|
||||
Reference in New Issue
Block a user