Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Apr 22, 2020
1 parent b01b1ab commit 8ea9f8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ClashX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.19.1;
CURRENT_PROJECT_VERSION = 1.19.2;
DEVELOPMENT_TEAM = MEWHFZ92DY;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -890,7 +890,7 @@
"$(PROJECT_DIR)/ClashX/goClash",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.19.1;
MARKETING_VERSION = 1.19.2;
PRODUCT_BUNDLE_IDENTIFIER = com.west2online.ClashX;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -909,7 +909,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.19.1;
CURRENT_PROJECT_VERSION = 1.19.2;
DEVELOPMENT_TEAM = MEWHFZ92DY;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -931,7 +931,7 @@
"$(PROJECT_DIR)/ClashX/goClash",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.19.1;
MARKETING_VERSION = 1.19.2;
OTHER_CODE_SIGN_FLAGS = "--timestamp";
PRODUCT_BUNDLE_IDENTIFIER = com.west2online.ClashX;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension PrivilegedHelperManager {
fi
launchctl remove \(PrivilegedHelperManager.machServiceName) || true
rm -f /Library/PrivilegedHelperTools/com.west2online.ClashX.ProxyConfigHelper
rm -f /Library/PrivilegedHelperTools/\(PrivilegedHelperManager.machServiceName)
cp \(appPath)/Contents/Library/LaunchServices/\(PrivilegedHelperManager.machServiceName) /Library/PrivilegedHelperTools/\(PrivilegedHelperManager.machServiceName)
echo '
Expand Down
2 changes: 1 addition & 1 deletion ClashX/goClash/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/yichengchen/clashX/ClashX

require (
github.com/Dreamacro/clash v0.19.1-0.20200408074912-3ccd7def8642
github.com/Dreamacro/clash v0.19.1-0.20200421084213-065456fdc404
github.com/oschwald/geoip2-golang v1.4.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
)
Expand Down
4 changes: 2 additions & 2 deletions ClashX/goClash/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Dreamacro/clash v0.19.1-0.20200408074912-3ccd7def8642 h1:+MYg1DpBIujIIvjrjqa7620r0CD/eExGtF5hrh59Vr0=
github.com/Dreamacro/clash v0.19.1-0.20200408074912-3ccd7def8642/go.mod h1:vf6ypVqVmkJiqqq+OyFl+d3/Vx4p6Ge2jz8Opn7S+jw=
github.com/Dreamacro/clash v0.19.1-0.20200421084213-065456fdc404 h1:NhBt8a3khwAwFgwAo8nPp8xrvdP3MdeMFzkdkDlF6ok=
github.com/Dreamacro/clash v0.19.1-0.20200421084213-065456fdc404/go.mod h1:vf6ypVqVmkJiqqq+OyFl+d3/Vx4p6Ge2jz8Opn7S+jw=
github.com/Dreamacro/go-shadowsocks2 v0.1.5 h1:BizWSjmwzAyQoslz6YhJYMiAGT99j9cnm9zlxVr+kyI=
github.com/Dreamacro/go-shadowsocks2 v0.1.5/go.mod h1:LSXCjyHesPY3pLjhwff1mQX72ItcBT/N2xNC685cYeU=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 8ea9f8c

Please sign in to comment.