From eb4de84a93fb2bb6935bb40a1241d2694217b7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LIU=20Dongyuan=20/=20=E6=9F=B3=E4=B8=9C=E5=8E=9F?= Date: Wed, 20 May 2015 21:45:47 -0700 Subject: [PATCH] Document launch at login changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b7f22..cc1e98a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ quark.setSecondaryClickAction(function () { console.log("What did I say?"); }) quark.setLabel("03:14 AM") // Auto launch at login +// You also need to change bundle identifier "com.hackplan.quark-shell-helper" to a proper one in quark-shell-helper.xcodeproj and QSHWebViewDelegate.m quark.setLaunchAtLogin(true) // Send system notification @@ -189,7 +190,7 @@ Used third-party libraries: * [MASShortcut](https://github.com/shpakovski/MASShortcut) by [@shpakovski](https://github.com/shpakovski) * [RHPreferences](https://github.com/heardrwt/RHPreferences) by [@heardrwt](https://github.com/heardrwt) * [Sparkle](https://github.com/sparkle-project/Sparkle) by [contributors](https://github.com/sparkle-project/Sparkle/graphs/contributors) -* [LaunchAtLoginController](https://github.com/jashephe/LaunchAtLoginController) by [@Mozketo](https://github.com/Mozketo), modified by [@tgunr](https://github.com/tgunr) and [@jashephe](https://github.com/jashephe). +* [StartAtLoginController](https://github.com/alexzielenski/StartAtLoginController) by [@alexzielenski](https://github.com/alexzielenski) ## Contribution