|
13 | 13 | 5501DB9727D8240E009E0FDA /* UIButton+Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5501DB9627D8240E009E0FDA /* UIButton+Styles.swift */; }; |
14 | 14 | 551B425F259BCE40001310A9 /* UIFont+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551B425E259BCE40001310A9 /* UIFont+Extensions.swift */; }; |
15 | 15 | 554AF31825961B6200A23E41 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 554AF31725961B6200A23E41 /* README.md */; }; |
| 16 | + 5558DA4627DA1FA900A4A178 /* MockupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5558DA4527DA1FA900A4A178 /* MockupViewController.swift */; }; |
16 | 17 | 559795E525A259E400A757A3 /* UIColor+Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559795E425A259E400A757A3 /* UIColor+Styles.swift */; }; |
| 18 | + 559E70FD27D90D0E00C00AD7 /* PlanetViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559E70FC27D90D0E00C00AD7 /* PlanetViewController.swift */; }; |
17 | 19 | 559FB34E25A4B1A200CE795D /* LineHeightViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559FB34D25A4B1A200CE795D /* LineHeightViewController.swift */; }; |
18 | 20 | 55A3EECE27D7F24C0002193A /* UIFont+Inspection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55A3EECD27D7F24C0002193A /* UIFont+Inspection.swift */; }; |
| 21 | + 55BB9AD127D9685700599A5E /* Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55BB9AD027D9685700599A5E /* Styles.swift */; }; |
19 | 22 | 55F236A225912BBE0007BC69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236A125912BBE0007BC69 /* AppDelegate.swift */; }; |
20 | 23 | 55F236A425912BBE0007BC69 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F236A325912BBE0007BC69 /* SceneDelegate.swift */; }; |
21 | 24 | 55F236A825912BC30007BC69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 55F236A725912BC30007BC69 /* Assets.xcassets */; }; |
|
41 | 44 | 551B425E259BCE40001310A9 /* UIFont+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+Extensions.swift"; sourceTree = "<group>"; }; |
42 | 45 | 554A2DCF27D67B66008A4AE4 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; }; |
43 | 46 | 554AF31725961B6200A23E41 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 47 | + 5558DA4527DA1FA900A4A178 /* MockupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockupViewController.swift; sourceTree = "<group>"; }; |
44 | 48 | 559795E425A259E400A757A3 /* UIColor+Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Styles.swift"; sourceTree = "<group>"; }; |
| 49 | + 559E70FC27D90D0E00C00AD7 /* PlanetViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanetViewController.swift; sourceTree = "<group>"; }; |
45 | 50 | 559FB34D25A4B1A200CE795D /* LineHeightViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineHeightViewController.swift; sourceTree = "<group>"; }; |
46 | 51 | 55A3EECD27D7F24C0002193A /* UIFont+Inspection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+Inspection.swift"; sourceTree = "<group>"; }; |
| 52 | + 55BB9AD027D9685700599A5E /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; }; |
47 | 53 | 55F2369E25912BBE0007BC69 /* UILabel_Typography_Extensions.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UILabel_Typography_Extensions.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
48 | 54 | 55F236A125912BBE0007BC69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
49 | 55 | 55F236A325912BBE0007BC69 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
|
99 | 105 | path = Deprecated; |
100 | 106 | sourceTree = "<group>"; |
101 | 107 | }; |
102 | | - 55A3EECF27D7F32E0002193A /* View */ = { |
| 108 | + 559E70FE27D90D1200C00AD7 /* Planet */ = { |
| 109 | + isa = PBXGroup; |
| 110 | + children = ( |
| 111 | + 5558DA4527DA1FA900A4A178 /* MockupViewController.swift */, |
| 112 | + 559E70FC27D90D0E00C00AD7 /* PlanetViewController.swift */, |
| 113 | + 55BB9AD027D9685700599A5E /* Styles.swift */, |
| 114 | + ); |
| 115 | + path = Planet; |
| 116 | + sourceTree = "<group>"; |
| 117 | + }; |
| 118 | + 55A3EECF27D7F32E0002193A /* Menu */ = { |
103 | 119 | isa = PBXGroup; |
104 | 120 | children = ( |
105 | 121 | 55F236B625912BF20007BC69 /* MenuViewController.swift */, |
|
111 | 127 | 55F7E34025A0A91E00E7F48B /* LoremIpsumViewController.swift */, |
112 | 128 | 5501DB9427D82099009E0FDA /* UIButton+Extensions.swift */, |
113 | 129 | 5501DB9627D8240E009E0FDA /* UIButton+Styles.swift */, |
| 130 | + 559E70FE27D90D1200C00AD7 /* Planet */, |
114 | 131 | ); |
115 | | - path = View; |
| 132 | + path = Menu; |
116 | 133 | sourceTree = "<group>"; |
117 | 134 | }; |
118 | 135 | 55F2369525912BBE0007BC69 = { |
|
138 | 155 | children = ( |
139 | 156 | 55F236A125912BBE0007BC69 /* AppDelegate.swift */, |
140 | 157 | 55F236A325912BBE0007BC69 /* SceneDelegate.swift */, |
141 | | - 55A3EECF27D7F32E0002193A /* View */, |
| 158 | + 55A3EECF27D7F32E0002193A /* Menu */, |
142 | 159 | 554AF31C25961F2400A23E41 /* Typography */, |
143 | 160 | 55F236C225912C780007BC69 /* Extensions */, |
144 | 161 | 558D107725A15277005DB3DA /* Deprecated */, |
|
244 | 261 | 55A3EECE27D7F24C0002193A /* UIFont+Inspection.swift in Sources */, |
245 | 262 | 55F236A425912BBE0007BC69 /* SceneDelegate.swift in Sources */, |
246 | 263 | 551B425F259BCE40001310A9 /* UIFont+Extensions.swift in Sources */, |
| 264 | + 559E70FD27D90D0E00C00AD7 /* PlanetViewController.swift in Sources */, |
247 | 265 | 5501DB9527D82099009E0FDA /* UIButton+Extensions.swift in Sources */, |
248 | 266 | 55F7E34125A0A91E00E7F48B /* LoremIpsumViewController.swift in Sources */, |
249 | 267 | 559795E525A259E400A757A3 /* UIColor+Styles.swift in Sources */, |
| 268 | + 55BB9AD127D9685700599A5E /* Styles.swift in Sources */, |
| 269 | + 5558DA4627DA1FA900A4A178 /* MockupViewController.swift in Sources */, |
250 | 270 | 55F7E34825A0AD7F00E7F48B /* AttributesViewController.swift in Sources */, |
251 | 271 | 55F236B725912BF20007BC69 /* MenuViewController.swift in Sources */, |
252 | 272 | 55F7E33E25A051FE00E7F48B /* UILabel+Grid.swift in Sources */, |
|
0 commit comments