Skip to content

Commit

Permalink
Compile with macOS 10.11
Browse files Browse the repository at this point in the history
To avoid install ss-local failed
  • Loading branch information
qinyuhang committed Aug 18, 2017
1 parent 8e09347 commit 682fc34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ShadowsocksX-NG/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.2-R8</string>
<string>1.4.3-R8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ShadowsocksX-NG/LaunchAgentUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

let SS_LOCAL_VERSION = "2.5.6.11.static"
let SS_LOCAL_VERSION = "2.5.6.12.static"
let PRIVOXY_VERSION = "3.0.26.static"
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"
let LAUNCH_AGENT_DIR = "/Library/LaunchAgents/"
Expand Down
2 changes: 1 addition & 1 deletion ShadowsocksX-NG/install_ss_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


cd `dirname "${BASH_SOURCE[0]}"`
ssLocalVersion=2.5.6.11.static
ssLocalVersion=2.5.6.12.static
mkdir -p "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local-$ssLocalVersion"
cp -f ss-local "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local-$ssLocalVersion/"
rm -f "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local"
Expand Down

0 comments on commit 682fc34

Please sign in to comment.