Skip to content

Commit 4bbfab5

Browse files
committed
adapted to dark mode
1 parent fc0e353 commit 4bbfab5

File tree

10 files changed

+77
-57
lines changed

10 files changed

+77
-57
lines changed

ShadowsocksX-NG.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@
862862
"$(PROJECT_DIR)",
863863
);
864864
MACOSX_DEPLOYMENT_TARGET = 10.12;
865-
MARKETING_VERSION = 1.6.0;
865+
MARKETING_VERSION = 1.6.1;
866866
PRODUCT_BUNDLE_IDENTIFIER = "com.qiuyuzhou.ShadowsocksX-NG-R";
867867
PRODUCT_NAME = "$(TARGET_NAME)";
868868
SWIFT_OBJC_BRIDGING_HEADER = "";
@@ -894,7 +894,7 @@
894894
"$(PROJECT_DIR)",
895895
);
896896
MACOSX_DEPLOYMENT_TARGET = 10.12;
897-
MARKETING_VERSION = 1.6.0;
897+
MARKETING_VERSION = 1.6.1;
898898
ONLY_ACTIVE_ARCH = YES;
899899
PRODUCT_BUNDLE_IDENTIFIER = "com.qiuyuzhou.ShadowsocksX-NG-R";
900900
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info" : {
3-
"version" : 1,
4-
"author" : "xcode"
3+
"author" : "xcode",
4+
"version" : 1
55
}
6-
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,54 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "universal",
54
"filename" : "menu_icon.png",
5+
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9+
"appearances" : [
10+
{
11+
"appearance" : "luminosity",
12+
"value" : "dark"
13+
}
14+
],
15+
"filename" : "menu_icon_dark_mode.png",
916
"idiom" : "universal",
17+
"scale" : "1x"
18+
},
19+
{
1020
"filename" : "[email protected]",
21+
"idiom" : "universal",
22+
"scale" : "2x"
23+
},
24+
{
25+
"appearances" : [
26+
{
27+
"appearance" : "luminosity",
28+
"value" : "dark"
29+
}
30+
],
31+
"filename" : "[email protected]",
32+
"idiom" : "universal",
1133
"scale" : "2x"
1234
},
1335
{
1436
"idiom" : "universal",
1537
"scale" : "3x"
38+
},
39+
{
40+
"appearances" : [
41+
{
42+
"appearance" : "luminosity",
43+
"value" : "dark"
44+
}
45+
],
46+
"idiom" : "universal",
47+
"scale" : "3x"
1648
}
1749
],
1850
"info" : {
19-
"version" : 1,
20-
"author" : "xcode"
51+
"author" : "xcode",
52+
"version" : 1
2153
}
22-
}
54+
}

ShadowsocksX-NG/Assets.xcassets/menu_icon_dark_mode.imageset/Contents.json

-22
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,54 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "universal",
54
"filename" : "menu_icon_disabled.png",
5+
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9+
"appearances" : [
10+
{
11+
"appearance" : "luminosity",
12+
"value" : "dark"
13+
}
14+
],
15+
"filename" : "menu_icon_disabled_dark_mode.png",
916
"idiom" : "universal",
17+
"scale" : "1x"
18+
},
19+
{
1020
"filename" : "[email protected]",
21+
"idiom" : "universal",
22+
"scale" : "2x"
23+
},
24+
{
25+
"appearances" : [
26+
{
27+
"appearance" : "luminosity",
28+
"value" : "dark"
29+
}
30+
],
31+
"filename" : "[email protected]",
32+
"idiom" : "universal",
1133
"scale" : "2x"
1234
},
1335
{
1436
"idiom" : "universal",
1537
"scale" : "3x"
38+
},
39+
{
40+
"appearances" : [
41+
{
42+
"appearance" : "luminosity",
43+
"value" : "dark"
44+
}
45+
],
46+
"idiom" : "universal",
47+
"scale" : "3x"
1648
}
1749
],
1850
"info" : {
19-
"version" : 1,
20-
"author" : "xcode"
51+
"author" : "xcode",
52+
"version" : 1
2153
}
22-
}
54+
}

ShadowsocksX-NG/Assets.xcassets/menu_icon_disabled_dark_mode.imageset/Contents.json

-22
This file was deleted.

0 commit comments

Comments
 (0)