File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11import org .cryptomator .integrations .autostart .AutoStartProvider ;
22import org .cryptomator .integrations .keychain .KeychainAccessProvider ;
3+ import org .cryptomator .integrations .revealpath .RevealPathService ;
34import org .cryptomator .integrations .tray .TrayIntegrationProvider ;
45import org .cryptomator .integrations .uiappearance .UiAppearanceProvider ;
56import org .cryptomator .macos .autostart .MacAutoStartProvider ;
67import org .cryptomator .macos .keychain .MacSystemKeychainAccess ;
8+ import org .cryptomator .macos .revealpath .OpenCmdRevealPathService ;
79import org .cryptomator .macos .tray .MacTrayIntegrationProvider ;
810import org .cryptomator .macos .uiappearance .MacUiAppearanceProvider ;
911
1315
1416 provides AutoStartProvider with MacAutoStartProvider ;
1517 provides KeychainAccessProvider with MacSystemKeychainAccess ;
18+ provides RevealPathService with OpenCmdRevealPathService ;
1619 provides TrayIntegrationProvider with MacTrayIntegrationProvider ;
1720 provides UiAppearanceProvider with MacUiAppearanceProvider ;
1821}
You can’t perform that action at this time.
0 commit comments