Skip to content

Commit d8c7871

Browse files
committed
Update SwiftNEW release data and views
1 parent 44639f4 commit d8c7871

17 files changed

Lines changed: 2322 additions & 353 deletions

File tree

Demo/What's New?.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXFileReference section */
21+
3A0E2D8B2FFAA63F00B762D0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = es; path = es.lproj/data.json; sourceTree = "<group>"; };
22+
3A0E2D8C2FFAA64800B762D0 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = fr; path = fr.lproj/data.json; sourceTree = "<group>"; };
2123
3A1D311B2DDA0F8900A67C5E /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = ja; path = ja.lproj/data.json; sourceTree = "<group>"; };
2224
3A1D311C2DDA0F9000A67C5E /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = ko; path = ko.lproj/data.json; sourceTree = "<group>"; };
2325
3A2BBE7B2D18129000A7CAF9 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = "zh-Hans"; path = "zh-Hans.lproj/data.json"; sourceTree = "<group>"; };
@@ -143,6 +145,8 @@
143145
"zh-Hans",
144146
ja,
145147
ko,
148+
es,
149+
fr,
146150
);
147151
mainGroup = 3A46CBA3285444CC00BE79A3;
148152
packageReferences = (
@@ -192,6 +196,8 @@
192196
3A2BBE7B2D18129000A7CAF9 /* zh-Hans */,
193197
3A1D311B2DDA0F8900A67C5E /* ja */,
194198
3A1D311C2DDA0F9000A67C5E /* ko */,
199+
3A0E2D8B2FFAA63F00B762D0 /* es */,
200+
3A0E2D8C2FFAA64800B762D0 /* fr */,
195201
);
196202
name = data.json;
197203
sourceTree = "<group>";

Demo/What's New?/en.lproj/data.json

Lines changed: 52 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,51 +8,72 @@
88
"sparkles",
99
"wand.and.stars"
1010
],
11-
"title": "Animated",
12-
"subtitle": "Icons",
13-
"body": "Loop between two SF Symbols."
11+
"title": "Animated Icon Loop",
12+
"subtitle": "Native Symbol Replace",
13+
"body": "Loop through SF Symbols with native replace transitions."
1414
},
1515
{
16-
"icon": "arrow.left.arrow.right",
17-
"title": "Icon",
18-
"subtitle": "Schema",
19-
"body": "Use icon, toIcon, or icons."
16+
"icons": [
17+
"arrow.left.arrow.right",
18+
"arrow.triangle.2.circlepath"
19+
],
20+
"title": "Flexible Icon Schema",
21+
"subtitle": "icon, toIcon, and icons",
22+
"body": "Define icons with icon, toIcon, or a full icons array."
2023
},
2124
{
22-
"icon": "square.dashed.inset.filled",
23-
"title": "Default",
24-
"subtitle": "Icon Style",
25-
"body": "New rounded glass icon badge."
25+
"icons": [
26+
"square.dashed.inset.filled",
27+
"square.fill"
28+
],
29+
"title": "Default Glass Badge",
30+
"subtitle": "Softer Icon Treatment",
31+
"body": "A new rounded glass badge gives icons a softer default look."
2632
},
2733
{
28-
"icon": "paintbrush.pointed",
29-
"title": "Gradient",
30-
"subtitle": "Glyphs",
31-
"body": "Icon color now uses a gradient."
34+
"icons": [
35+
"paintbrush.pointed",
36+
"paintpalette.fill"
37+
],
38+
"title": "Gradient Icon Glyphs",
39+
"subtitle": "Theme-Tinted Symbols",
40+
"body": "Icon glyphs now use a top-leading to bottom-trailing gradient."
3241
},
3342
{
34-
"icon": "circle.grid.cross",
35-
"title": "Refined",
36-
"subtitle": "Layout",
37-
"body": "Bigger icons and rounder buttons."
43+
"icons": [
44+
"circle.grid.cross",
45+
"square.grid.2x2.fill"
46+
],
47+
"title": "Refined Row Layout",
48+
"subtitle": "Bigger Icons, Rounder Buttons",
49+
"body": "Rows feel tighter with larger icons and rounder action buttons."
3850
},
3951
{
40-
"icon": "rectangle.bottomthird.inset.filled",
41-
"title": "Bottom",
42-
"subtitle": "Controls",
43-
"body": "Continue sits closer to the edge."
52+
"icons": [
53+
"rectangle.bottomthird.inset.filled",
54+
"rectangle.fill"
55+
],
56+
"title": "Lower Continue Controls",
57+
"subtitle": "Closer Bottom Placement",
58+
"body": "Continue controls sit closer to the bottom for easier reach."
4459
},
4560
{
46-
"icon": "water.waves",
47-
"title": "Liquid",
48-
"subtitle": "Mesh",
49-
"body": "Mesh backgrounds can now flow."
61+
"icons": [
62+
"water.waves",
63+
"drop.fill"
64+
],
65+
"title": "Liquid Mesh Motion",
66+
"subtitle": "Slow Animated Backgrounds",
67+
"body": "Mesh backgrounds can now move with a slow liquid motion."
5068
},
5169
{
52-
"icon": "textformat.size",
53-
"title": "Custom",
54-
"subtitle": "Heading Prefix",
55-
"body": "Customize the heading title line."
70+
"icons": [
71+
"textformat.size",
72+
"textformat.alt"
73+
],
74+
"title": "Custom Heading Prefix",
75+
"subtitle": "Personalized Title Line",
76+
"body": "Set a custom heading prefix for the title line above the version."
5677
}
5778
]
5879
},

0 commit comments

Comments
 (0)