update deps
This commit is contained in:
parent
605bacf08e
commit
5c27138194
@ -886,7 +886,7 @@
|
||||
CODE_SIGN_IDENTITY = "Developer ID Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1.30.1;
|
||||
CURRENT_PROJECT_VERSION = 1.30.2;
|
||||
DEVELOPMENT_TEAM = MEWHFZ92DY;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@ -908,7 +908,7 @@
|
||||
"$(PROJECT_DIR)/ClashX/goClash",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.12;
|
||||
MARKETING_VERSION = 1.30.1;
|
||||
MARKETING_VERSION = 1.30.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.west2online.ClashX;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
@ -929,7 +929,7 @@
|
||||
CODE_SIGN_IDENTITY = "Developer ID Application";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1.30.1;
|
||||
CURRENT_PROJECT_VERSION = 1.30.2;
|
||||
DEVELOPMENT_TEAM = MEWHFZ92DY;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@ -951,7 +951,7 @@
|
||||
"$(PROJECT_DIR)/ClashX/goClash",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.12;
|
||||
MARKETING_VERSION = 1.30.1;
|
||||
MARKETING_VERSION = 1.30.2;
|
||||
OTHER_CODE_SIGN_FLAGS = "--timestamp";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.west2online.ClashX;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
@ -9,14 +9,14 @@
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>yaml</string>
|
||||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>YAML</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>LSHandlerRank</key>
|
||||
<string>None</string>
|
||||
</dict>
|
||||
@ -111,12 +111,12 @@
|
||||
</dict>
|
||||
<key>SMAuthorizedClients</key>
|
||||
<array>
|
||||
<string>identifier "com.west2online.ClashX" and anchor apple generic and certificate leaf[subject.CN] = "Mac Developer: chen yicheng (96U846XGYH)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
|
||||
<string>identifier "com.west2online.ClashX" and anchor apple generic and certificate leaf[subject.CN] = "Mac Developer: chen yicheng (96U846XGYH)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
|
||||
</array>
|
||||
<key>SMPrivilegedExecutables</key>
|
||||
<dict>
|
||||
<key>com.west2online.ClashX.ProxyConfigHelper</key>
|
||||
<string>anchor apple generic and identifier "com.west2online.ClashX.ProxyConfigHelper" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = MEWHFZ92DY)</string>
|
||||
<string>anchor apple generic and identifier "com.west2online.ClashX.ProxyConfigHelper" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = MEWHFZ92DY)</string>
|
||||
</dict>
|
||||
<key>SUFeedURL</key>
|
||||
<string>https://yichengchen.github.io/clashX/appcast.xml</string>
|
||||
|
@ -41,6 +41,9 @@
|
||||
/* No comment provided by engineer. */
|
||||
"Config loading Fail!" = "Config loading Fail!";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Details" = "Details";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Direct" = "Direct";
|
||||
|
||||
@ -143,6 +146,9 @@
|
||||
/* No comment provided by engineer. */
|
||||
"The remote config name is duplicated" = "The remote config name is duplicated";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"This version of ClashX contains a break change due to clash core 1.0 released. Check if your config is not working properly." = "This version of ClashX contains a break change due to clash core 1.0 released. Check if your config is not working properly.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Update GEOIP Database" = "Update GEOIP Database";
|
||||
|
||||
@ -160,9 +166,3 @@
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Use reload config to try reconnect." = "Use reload config to try reconnect.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Details" = "Details";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"This version of ClashX contains a break change due to clash core 1.0 released. Check if your config is not working properly." = "This version of ClashX contains a break change due to clash core 1.0 released. Check if your config is not working properly.";
|
||||
|
@ -41,6 +41,9 @@
|
||||
/* No comment provided by engineer. */
|
||||
"Config loading Fail!" = "配置文件加载失败";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Details" = "查看详情";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Direct" = "直连";
|
||||
|
||||
@ -143,6 +146,9 @@
|
||||
/* No comment provided by engineer. */
|
||||
"The remote config name is duplicated" = "托管配置文件名称重复";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"This version of ClashX contains a break change due to clash core 1.0 released. Check if your config is not working properly." = "由于Clash Core发布1.0版本,使用此版本的 ClashX 可能需要更新配置内容\n前往 https://github.com/Dreamacro/clash/wiki/breaking-changes-in-1.0.0 查看详情";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Update GEOIP Database" = "更新IP数据库";
|
||||
|
||||
@ -160,9 +166,3 @@
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Use reload config to try reconnect." = "使用重载配置文件按钮尝试重新连接";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Details" = "查看详情";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"This version of ClashX contains a break change due to clash core 1.0 released. Check if your config is not working properly." = "由于Clash Core发布1.0版本,使用此版本的 ClashX 可能需要更新配置内容\n前往 https://github.com/Dreamacro/clash/wiki/breaking-changes-in-1.0.0 查看详情";
|
||||
|
@ -17,7 +17,7 @@ class MenuItemBaseView: NSView {
|
||||
|
||||
var isHighlighted: Bool = false {
|
||||
didSet {
|
||||
if #available(macOS 11, *) {
|
||||
if #available(macOS 11, *), isHighlighted != oldValue {
|
||||
setNeedsDisplay()
|
||||
}
|
||||
}
|
||||
|
20
Podfile.lock
20
Podfile.lock
@ -1,16 +1,16 @@
|
||||
PODS:
|
||||
- Alamofire (5.2.1)
|
||||
- AppCenter/Analytics (3.2.0):
|
||||
- Alamofire (5.2.2)
|
||||
- AppCenter/Analytics (3.3.3):
|
||||
- AppCenter/Core
|
||||
- AppCenter/Core (3.2.0)
|
||||
- CocoaLumberjack/Core (3.6.1)
|
||||
- CocoaLumberjack/Swift (3.6.1):
|
||||
- AppCenter/Core (3.3.3)
|
||||
- CocoaLumberjack/Core (3.6.2)
|
||||
- CocoaLumberjack/Swift (3.6.2):
|
||||
- CocoaLumberjack/Core
|
||||
- Crashlytics (3.14.0):
|
||||
- Fabric (~> 1.10.2)
|
||||
- Fabric (1.10.2)
|
||||
- FlexibleDiff (0.0.8)
|
||||
- LetsMove (1.24)
|
||||
- LetsMove (1.25)
|
||||
- RxCocoa (5.1.1):
|
||||
- RxRelay (~> 5)
|
||||
- RxSwift (~> 5)
|
||||
@ -54,13 +54,13 @@ SPEC REPOS:
|
||||
- WebViewJavascriptBridge
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Alamofire: e911732990610fe89af59ac0077f923d72dc3dfd
|
||||
AppCenter: ca66175050d538b157959382dd43f1ab96cdab84
|
||||
CocoaLumberjack: b17ae15142558d08bbacf69775fa10c4abbebcc9
|
||||
Alamofire: 814429acc853c6c54ff123fc3d2ef66803823ce0
|
||||
AppCenter: 987f1d24493e47580057911962d11df00e46e060
|
||||
CocoaLumberjack: bd155f2dd06c0e0b03f876f7a3ee55693122ec94
|
||||
Crashlytics: 540b7e5f5da5a042647227a5e3ac51d85eed06df
|
||||
Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
|
||||
FlexibleDiff: 4f487778bd152088a9528a0a9be06eba7952bb00
|
||||
LetsMove: fefe56bc7bc7fb7d37049e28a14f297961229fc5
|
||||
LetsMove: 7b9fe44737707d984fbd3f47af46609a9a07b461
|
||||
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
|
||||
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
|
||||
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
|
||||
|
Loading…
Reference in New Issue
Block a user