Fix spell errors. Rename all 'Shadowsocks-NE' to 'Shadowsocks-NG'

This commit is contained in:
Charlie Qiu
2016-06-25 15:00:03 +08:00
parent 012c0de1c5
commit 1380f245d5
8 changed files with 13 additions and 16 deletions

View File

@ -44,7 +44,7 @@ func generateSSLocalLauchAgentPlist() -> Bool {
// For a complete listing of the keys, see the launchd.plist manual page.
let dict: NSMutableDictionary = [
"Label": "com.qiuyuzhou.shadowsocksX-NE.local",
"Label": "com.qiuyuzhou.shadowsocksX-NG.local",
"WorkingDirectory": NSHomeDirectory() + APP_SUPPORT_DIR,
"KeepAlive": true,
"StandardOutPath": logFilePath,