Skip to content

Commit a31b892

Browse files
committed
Improve typography exporting support for UIKit, add typography exporting for SwiftUI
1 parent 1a079b0 commit a31b892

File tree

51 files changed

+1422
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1422
-105
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,9 @@
9595
0F20187C24D1B60A002068B4 /* Source */ = {
9696
isa = PBXGroup;
9797
children = (
98-
0FEA0948250CB7AE0065EB81 /* UIColor+extension.swift */,
98+
0FF26037250F4C7100D890E1 /* UI */,
9999
0F8F6C6A25090F4900879906 /* AppDelegate.swift */,
100100
0F8F6C6C25090F4900879906 /* SceneDelegate.swift */,
101-
0F8F6C6D25090F4900879906 /* SolidButton.swift */,
102-
0FEA094C250CB7DF0065EB81 /* Label.swift */,
103-
0FEA094A250CB7DF0065EB81 /* LabelStyle.swift */,
104-
0FEA094B250CB7DF0065EB81 /* UIFont+extension.swift */,
105-
0FEA0952250CB9300065EB81 /* IconsViewController.swift */,
106-
0FEA0958250CC1F30065EB81 /* IllustrationsViewController.swift */,
107-
0FEA0954250CC0D30065EB81 /* UIImage+extension_icons.swift */,
108-
0FEA0956250CC1EA0065EB81 /* UIImage+extension_illustrations.swift */,
109101
);
110102
path = Source;
111103
sourceTree = "<group>";
@@ -120,6 +112,38 @@
120112
path = Resource;
121113
sourceTree = "<group>";
122114
};
115+
0FF26037250F4C7100D890E1 /* UI */ = {
116+
isa = PBXGroup;
117+
children = (
118+
0FF2603A250F4CA000D890E1 /* ViewControllers */,
119+
0FF26038250F4C8200D890E1 /* Common */,
120+
);
121+
path = UI;
122+
sourceTree = "<group>";
123+
};
124+
0FF26038250F4C8200D890E1 /* Common */ = {
125+
isa = PBXGroup;
126+
children = (
127+
0FEA094C250CB7DF0065EB81 /* Label.swift */,
128+
0FEA094A250CB7DF0065EB81 /* LabelStyle.swift */,
129+
0F8F6C6D25090F4900879906 /* SolidButton.swift */,
130+
0FEA0948250CB7AE0065EB81 /* UIColor+extension.swift */,
131+
0FEA094B250CB7DF0065EB81 /* UIFont+extension.swift */,
132+
0FEA0954250CC0D30065EB81 /* UIImage+extension_icons.swift */,
133+
0FEA0956250CC1EA0065EB81 /* UIImage+extension_illustrations.swift */,
134+
);
135+
path = Common;
136+
sourceTree = "<group>";
137+
};
138+
0FF2603A250F4CA000D890E1 /* ViewControllers */ = {
139+
isa = PBXGroup;
140+
children = (
141+
0FEA0952250CB9300065EB81 /* IconsViewController.swift */,
142+
0FEA0958250CC1F30065EB81 /* IllustrationsViewController.swift */,
143+
);
144+
path = ViewControllers;
145+
sourceTree = "<group>";
146+
};
123147
17C17A7C8D1AF845B2C30B13 /* Pods */ = {
124148
isa = PBXGroup;
125149
children = (

0 commit comments

Comments
 (0)