Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzengqiang committed Feb 9, 2022
2 parents 78c0809 + ffe6eb7 commit 83cfcf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ShadowsocksX-NG-R
# ShadowsocksX-NG

[![Build Status](https://travis-ci.org/shadowsocksr/ShadowsocksX-NG.svg?branches=develop)](https://travis-ci.org/shadowsocksr/ShadowsocksX-NG)

Expand Down
4 changes: 2 additions & 2 deletions ShadowsocksX-NG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@
"$(PROJECT_DIR)",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.6.10;
MARKETING_VERSION = 1.6.11;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.qiuyuzhou.ShadowsocksX-NG";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -901,7 +901,7 @@
"$(PROJECT_DIR)",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.6.10;
MARKETING_VERSION = 1.6.11;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.qiuyuzhou.ShadowsocksX-NG";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion ShadowsocksX-NG/ProxyConfHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ProxyConfHelper {

var str: String?
if let data = data {
str = String(data: data, encoding: .utf8)
str = String(data: data, encoding: .utf8)?.trimmingCharacters(in: .newlines)
}

if str != kProxyConfHelperVersion {
Expand Down

0 comments on commit 83cfcf8

Please sign in to comment.