|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 5501DB9127D81E70009E0FDA /* EmptyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5501DB9027D81E70009E0FDA /* EmptyViewController.swift */; }; |
| 11 | + 5501DB9327D81EC9009E0FDA /* ManualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5501DB9227D81EC9009E0FDA /* ManualViewController.swift */; }; |
| 12 | + 5501DB9527D82099009E0FDA /* UIButton+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5501DB9427D82099009E0FDA /* UIButton+Extensions.swift */; }; |
| 13 | + 5501DB9727D8240E009E0FDA /* UIButton+Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5501DB9627D8240E009E0FDA /* UIButton+Styles.swift */; }; |
10 | 14 | 551B425F259BCE40001310A9 /* UIFont+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551B425E259BCE40001310A9 /* UIFont+Extensions.swift */; }; |
11 | 15 | 554AF31825961B6200A23E41 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 554AF31725961B6200A23E41 /* README.md */; }; |
12 | | - 55653BE625A36E0300678FD9 /* NSAttributedString+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F7E34F25A0B32D00E7F48B /* NSAttributedString+Extensions.swift */; }; |
13 | 16 | 559795E525A259E400A757A3 /* UIColor+Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559795E425A259E400A757A3 /* UIColor+Styles.swift */; }; |
14 | 17 | 559FB34E25A4B1A200CE795D /* LineHeightViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559FB34D25A4B1A200CE795D /* LineHeightViewController.swift */; }; |
| 18 | + 55A3EECE27D7F24C0002193A /* UIFont+Inspection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55A3EECD27D7F24C0002193A /* UIFont+Inspection.swift */; }; |
15 | 19 | 55F236A225912BBE0007BC69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236A125912BBE0007BC69 /* AppDelegate.swift */; }; |
16 | 20 | 55F236A425912BBE0007BC69 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236A325912BBE0007BC69 /* SceneDelegate.swift */; }; |
17 | 21 | 55F236A825912BC30007BC69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 55F236A725912BC30007BC69 /* Assets.xcassets */; }; |
18 | 22 | 55F236AE25912BC30007BC69 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 55F236AC25912BC30007BC69 /* LaunchScreen.storyboard */; }; |
19 | | - 55F236B725912BF20007BC69 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236B625912BF20007BC69 /* ViewController.swift */; }; |
| 23 | + 55F236B725912BF20007BC69 /* MenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236B625912BF20007BC69 /* MenuViewController.swift */; }; |
20 | 24 | 55F236BB25912C430007BC69 /* Withable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236BA25912C430007BC69 /* Withable.swift */; }; |
21 | 25 | 55F236BF25912C710007BC69 /* UIKit+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236BD25912C700007BC69 /* UIKit+Extensions.swift */; }; |
22 | 26 | 55F236CA25912E690007BC69 /* PreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236C925912E690007BC69 /* PreviewView.swift */; }; |
|
30 | 34 | /* End PBXBuildFile section */ |
31 | 35 |
|
32 | 36 | /* Begin PBXFileReference section */ |
| 37 | + 5501DB9027D81E70009E0FDA /* EmptyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyViewController.swift; sourceTree = "<group>"; }; |
| 38 | + 5501DB9227D81EC9009E0FDA /* ManualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManualViewController.swift; sourceTree = "<group>"; }; |
| 39 | + 5501DB9427D82099009E0FDA /* UIButton+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extensions.swift"; sourceTree = "<group>"; }; |
| 40 | + 5501DB9627D8240E009E0FDA /* UIButton+Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Styles.swift"; sourceTree = "<group>"; }; |
33 | 41 | 551B425E259BCE40001310A9 /* UIFont+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+Extensions.swift"; sourceTree = "<group>"; }; |
| 42 | + 554A2DCF27D67B66008A4AE4 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; }; |
34 | 43 | 554AF31725961B6200A23E41 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
35 | 44 | 559795E425A259E400A757A3 /* UIColor+Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Styles.swift"; sourceTree = "<group>"; }; |
36 | 45 | 559FB34D25A4B1A200CE795D /* LineHeightViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineHeightViewController.swift; sourceTree = "<group>"; }; |
| 46 | + 55A3EECD27D7F24C0002193A /* UIFont+Inspection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+Inspection.swift"; sourceTree = "<group>"; }; |
37 | 47 | 55F2369E25912BBE0007BC69 /* UILabel_Typography_Extensions.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UILabel_Typography_Extensions.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | 48 | 55F236A125912BBE0007BC69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
39 | 49 | 55F236A325912BBE0007BC69 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
40 | 50 | 55F236A725912BC30007BC69 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
41 | 51 | 55F236AD25912BC30007BC69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
42 | 52 | 55F236AF25912BC30007BC69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
43 | | - 55F236B625912BF20007BC69 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 53 | + 55F236B625912BF20007BC69 /* MenuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuViewController.swift; sourceTree = "<group>"; }; |
44 | 54 | 55F236BA25912C430007BC69 /* Withable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Withable.swift; sourceTree = "<group>"; }; |
45 | 55 | 55F236BD25912C700007BC69 /* UIKit+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIKit+Extensions.swift"; sourceTree = "<group>"; }; |
46 | 56 | 55F236C925912E690007BC69 /* PreviewView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreviewView.swift; sourceTree = "<group>"; }; |
47 | | - 55F236CE259135680007BC69 /* UILabel+DeprecatedExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+DeprecatedExtensions.swift"; sourceTree = "<group>"; }; |
| 57 | + 55F236CE259135680007BC69 /* UILabel+Typography 1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Typography 1.swift"; sourceTree = "<group>"; }; |
48 | 58 | 55F7E33125A03D8300E7F48B /* UILabel+Observer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Observer.swift"; sourceTree = "<group>"; }; |
49 | | - 55F7E33425A03F9600E7F48B /* UILabel+Typograpy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Typograpy.swift"; sourceTree = "<group>"; }; |
| 59 | + 55F7E33425A03F9600E7F48B /* UILabel+Typography 2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Typography 2.swift"; sourceTree = "<group>"; }; |
50 | 60 | 55F7E33825A03FE500E7F48B /* UILabel+Grid.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Grid.swift"; sourceTree = "<group>"; }; |
51 | 61 | 55F7E34025A0A91E00E7F48B /* LoremIpsumViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoremIpsumViewController.swift; sourceTree = "<group>"; }; |
52 | 62 | 55F7E34325A0AA5E00E7F48B /* GlyphViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlyphViewController.swift; sourceTree = "<group>"; }; |
53 | 63 | 55F7E34725A0AD7F00E7F48B /* AttributesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributesViewController.swift; sourceTree = "<group>"; }; |
54 | 64 | 55F7E34A25A0ADFA00E7F48B /* UILabel+Typograpy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Typograpy.swift"; sourceTree = "<group>"; }; |
55 | | - 55F7E34F25A0B32D00E7F48B /* NSAttributedString+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+Extensions.swift"; sourceTree = "<group>"; }; |
56 | 65 | 55F7F0A1259A6F03001BEF90 /* Typography.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Typography.swift; sourceTree = "<group>"; }; |
57 | 66 | /* End PBXFileReference section */ |
58 | 67 |
|
|
75 | 84 | 55F7E33125A03D8300E7F48B /* UILabel+Observer.swift */, |
76 | 85 | 55F7E33825A03FE500E7F48B /* UILabel+Grid.swift */, |
77 | 86 | 559795E425A259E400A757A3 /* UIColor+Styles.swift */, |
78 | | - 55F7E34F25A0B32D00E7F48B /* NSAttributedString+Extensions.swift */, |
79 | | - 558D107725A15277005DB3DA /* Drafts */, |
| 87 | + 551B425E259BCE40001310A9 /* UIFont+Extensions.swift */, |
| 88 | + 55A3EECD27D7F24C0002193A /* UIFont+Inspection.swift */, |
80 | 89 | ); |
81 | 90 | path = Typography; |
82 | 91 | sourceTree = "<group>"; |
83 | 92 | }; |
84 | | - 558D107725A15277005DB3DA /* Drafts */ = { |
| 93 | + 558D107725A15277005DB3DA /* Deprecated */ = { |
85 | 94 | isa = PBXGroup; |
86 | 95 | children = ( |
87 | | - 55F7E33425A03F9600E7F48B /* UILabel+Typograpy.swift */, |
88 | | - 55F236CE259135680007BC69 /* UILabel+DeprecatedExtensions.swift */, |
89 | | - 551B425E259BCE40001310A9 /* UIFont+Extensions.swift */, |
| 96 | + 55F236CE259135680007BC69 /* UILabel+Typography 1.swift */, |
| 97 | + 55F7E33425A03F9600E7F48B /* UILabel+Typography 2.swift */, |
90 | 98 | ); |
91 | | - path = Drafts; |
| 99 | + path = Deprecated; |
| 100 | + sourceTree = "<group>"; |
| 101 | + }; |
| 102 | + 55A3EECF27D7F32E0002193A /* View */ = { |
| 103 | + isa = PBXGroup; |
| 104 | + children = ( |
| 105 | + 55F236B625912BF20007BC69 /* MenuViewController.swift */, |
| 106 | + 5501DB9227D81EC9009E0FDA /* ManualViewController.swift */, |
| 107 | + 5501DB9027D81E70009E0FDA /* EmptyViewController.swift */, |
| 108 | + 55F7E34725A0AD7F00E7F48B /* AttributesViewController.swift */, |
| 109 | + 55F7E34325A0AA5E00E7F48B /* GlyphViewController.swift */, |
| 110 | + 559FB34D25A4B1A200CE795D /* LineHeightViewController.swift */, |
| 111 | + 55F7E34025A0A91E00E7F48B /* LoremIpsumViewController.swift */, |
| 112 | + 5501DB9427D82099009E0FDA /* UIButton+Extensions.swift */, |
| 113 | + 5501DB9627D8240E009E0FDA /* UIButton+Styles.swift */, |
| 114 | + ); |
| 115 | + path = View; |
92 | 116 | sourceTree = "<group>"; |
93 | 117 | }; |
94 | 118 | 55F2369525912BBE0007BC69 = { |
95 | 119 | isa = PBXGroup; |
96 | 120 | children = ( |
97 | 121 | 554AF31725961B6200A23E41 /* README.md */, |
| 122 | + 554A2DCF27D67B66008A4AE4 /* CHANGELOG.md */, |
98 | 123 | 55F236A025912BBE0007BC69 /* UILabel_Typography_Extensions */, |
99 | 124 | 55F2369F25912BBE0007BC69 /* Products */, |
100 | 125 | ); |
|
113 | 138 | children = ( |
114 | 139 | 55F236A125912BBE0007BC69 /* AppDelegate.swift */, |
115 | 140 | 55F236A325912BBE0007BC69 /* SceneDelegate.swift */, |
| 141 | + 55A3EECF27D7F32E0002193A /* View */, |
116 | 142 | 554AF31C25961F2400A23E41 /* Typography */, |
117 | 143 | 55F236C225912C780007BC69 /* Extensions */, |
118 | | - 55F236B625912BF20007BC69 /* ViewController.swift */, |
119 | | - 55F7E34725A0AD7F00E7F48B /* AttributesViewController.swift */, |
120 | | - 55F7E34325A0AA5E00E7F48B /* GlyphViewController.swift */, |
121 | | - 559FB34D25A4B1A200CE795D /* LineHeightViewController.swift */, |
122 | | - 55F7E34025A0A91E00E7F48B /* LoremIpsumViewController.swift */, |
| 144 | + 558D107725A15277005DB3DA /* Deprecated */, |
123 | 145 | 55F236A725912BC30007BC69 /* Assets.xcassets */, |
124 | 146 | 55F236AC25912BC30007BC69 /* LaunchScreen.storyboard */, |
125 | 147 | 55F236AF25912BC30007BC69 /* Info.plist */, |
|
209 | 231 | buildActionMask = 2147483647; |
210 | 232 | files = ( |
211 | 233 | 55F7E34B25A0ADFA00E7F48B /* UILabel+Typograpy.swift in Sources */, |
212 | | - 55653BE625A36E0300678FD9 /* NSAttributedString+Extensions.swift in Sources */, |
213 | 234 | 55F236A225912BBE0007BC69 /* AppDelegate.swift in Sources */, |
214 | 235 | 55F7F0A2259A6F03001BEF90 /* Typography.swift in Sources */, |
215 | 236 | 55F236CA25912E690007BC69 /* PreviewView.swift in Sources */, |
| 237 | + 5501DB9327D81EC9009E0FDA /* ManualViewController.swift in Sources */, |
216 | 238 | 559FB34E25A4B1A200CE795D /* LineHeightViewController.swift in Sources */, |
| 239 | + 5501DB9727D8240E009E0FDA /* UIButton+Styles.swift in Sources */, |
217 | 240 | 55F7E33225A03D8300E7F48B /* UILabel+Observer.swift in Sources */, |
218 | 241 | 55F236BB25912C430007BC69 /* Withable.swift in Sources */, |
219 | 242 | 55F7E34425A0AA5E00E7F48B /* GlyphViewController.swift in Sources */, |
220 | 243 | 55F236BF25912C710007BC69 /* UIKit+Extensions.swift in Sources */, |
| 244 | + 55A3EECE27D7F24C0002193A /* UIFont+Inspection.swift in Sources */, |
221 | 245 | 55F236A425912BBE0007BC69 /* SceneDelegate.swift in Sources */, |
222 | 246 | 551B425F259BCE40001310A9 /* UIFont+Extensions.swift in Sources */, |
| 247 | + 5501DB9527D82099009E0FDA /* UIButton+Extensions.swift in Sources */, |
223 | 248 | 55F7E34125A0A91E00E7F48B /* LoremIpsumViewController.swift in Sources */, |
224 | 249 | 559795E525A259E400A757A3 /* UIColor+Styles.swift in Sources */, |
225 | 250 | 55F7E34825A0AD7F00E7F48B /* AttributesViewController.swift in Sources */, |
226 | | - 55F236B725912BF20007BC69 /* ViewController.swift in Sources */, |
| 251 | + 55F236B725912BF20007BC69 /* MenuViewController.swift in Sources */, |
227 | 252 | 55F7E33E25A051FE00E7F48B /* UILabel+Grid.swift in Sources */, |
| 253 | + 5501DB9127D81E70009E0FDA /* EmptyViewController.swift in Sources */, |
228 | 254 | ); |
229 | 255 | runOnlyForDeploymentPostprocessing = 0; |
230 | 256 | }; |
|
0 commit comments