Skip to content

Commit 682fc34

Browse files
committed
Compile with macOS 10.11
To avoid install ss-local failed
1 parent 8e09347 commit 682fc34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ShadowsocksX-NG/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.4.2-R8</string>
20+
<string>1.4.3-R8</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

ShadowsocksX-NG/LaunchAgentUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
let SS_LOCAL_VERSION = "2.5.6.11.static"
11+
let SS_LOCAL_VERSION = "2.5.6.12.static"
1212
let PRIVOXY_VERSION = "3.0.26.static"
1313
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"
1414
let LAUNCH_AGENT_DIR = "/Library/LaunchAgents/"

ShadowsocksX-NG/install_ss_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

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

0 commit comments

Comments
 (0)