|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + FA61E94F2312FE6D006A5B6B /* SingleColumnLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA61E94E2312FE6D006A5B6B /* SingleColumnLayoutView.swift */; }; |
| 11 | + FA61E9502312FE6D006A5B6B /* SingleColumnLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA61E94E2312FE6D006A5B6B /* SingleColumnLayoutView.swift */; }; |
| 12 | + FA61E9522312FF0F006A5B6B /* FixedColumnsLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA61E9512312FF0F006A5B6B /* FixedColumnsLayoutView.swift */; }; |
| 13 | + FA61E9532312FF0F006A5B6B /* FixedColumnsLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA61E9512312FF0F006A5B6B /* FixedColumnsLayoutView.swift */; }; |
10 | 14 | FA6ED893231090FF00651DD9 /* BuilderLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6ED892231090FF00651DD9 /* BuilderLayoutView.swift */; };
|
11 | 15 | FA6ED894231090FF00651DD9 /* BuilderLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6ED892231090FF00651DD9 /* BuilderLayoutView.swift */; };
|
12 | 16 | FA902115230B32EA00BF9341 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902114230B32EA00BF9341 /* AppDelegate.swift */; };
|
|
26 | 30 | FA902162230B379D00BF9341 /* Color+Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902160230B379D00BF9341 /* Color+Random.swift */; };
|
27 | 31 | FA902164230B389900BF9341 /* Card.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902163230B389900BF9341 /* Card.swift */; };
|
28 | 32 | FA902165230B389900BF9341 /* Card.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902163230B389900BF9341 /* Card.swift */; };
|
29 |
| - FA902167230B398200BF9341 /* OneColumnLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902166230B398200BF9341 /* OneColumnLayoutView.swift */; }; |
30 |
| - FA902168230B398200BF9341 /* OneColumnLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902166230B398200BF9341 /* OneColumnLayoutView.swift */; }; |
31 |
| - FA90216A230B39C800BF9341 /* AutoColumnLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902169230B39C800BF9341 /* AutoColumnLayoutView.swift */; }; |
32 |
| - FA90216B230B39C800BF9341 /* AutoColumnLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902169230B39C800BF9341 /* AutoColumnLayoutView.swift */; }; |
| 33 | + FA90216A230B39C800BF9341 /* AutoColumnsLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902169230B39C800BF9341 /* AutoColumnsLayoutView.swift */; }; |
| 34 | + FA90216B230B39C800BF9341 /* AutoColumnsLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902169230B39C800BF9341 /* AutoColumnsLayoutView.swift */; }; |
33 | 35 | FA90216D230B3EC100BF9341 /* PerformanceLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90216C230B3EC100BF9341 /* PerformanceLayoutView.swift */; };
|
34 | 36 | FA90216E230B3EC100BF9341 /* PerformanceLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90216C230B3EC100BF9341 /* PerformanceLayoutView.swift */; };
|
35 | 37 | /* End PBXBuildFile section */
|
36 | 38 |
|
37 | 39 | /* Begin PBXFileReference section */
|
| 40 | + FA61E94E2312FE6D006A5B6B /* SingleColumnLayoutView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SingleColumnLayoutView.swift; sourceTree = "<group>"; }; |
| 41 | + FA61E9512312FF0F006A5B6B /* FixedColumnsLayoutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixedColumnsLayoutView.swift; sourceTree = "<group>"; }; |
38 | 42 | FA6ED892231090FF00651DD9 /* BuilderLayoutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuilderLayoutView.swift; sourceTree = "<group>"; };
|
39 | 43 | FA6ED895231197C600651DD9 /* GridExamples iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "GridExamples iOS.entitlements"; sourceTree = "<group>"; };
|
40 | 44 | FA902111230B32EA00BF9341 /* GridExamples iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GridExamples iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
56 | 60 | FA902155230B341D00BF9341 /* GridExamples_macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GridExamples_macOS.entitlements; sourceTree = "<group>"; };
|
57 | 61 | FA902160230B379D00BF9341 /* Color+Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Random.swift"; sourceTree = "<group>"; };
|
58 | 62 | FA902163230B389900BF9341 /* Card.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Card.swift; sourceTree = "<group>"; };
|
59 |
| - FA902166230B398200BF9341 /* OneColumnLayoutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OneColumnLayoutView.swift; sourceTree = "<group>"; }; |
60 |
| - FA902169230B39C800BF9341 /* AutoColumnLayoutView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AutoColumnLayoutView.swift; sourceTree = "<group>"; }; |
| 63 | + FA902169230B39C800BF9341 /* AutoColumnsLayoutView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AutoColumnsLayoutView.swift; sourceTree = "<group>"; }; |
61 | 64 | FA90216C230B3EC100BF9341 /* PerformanceLayoutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerformanceLayoutView.swift; sourceTree = "<group>"; };
|
62 | 65 | FA90216F230B4AC300BF9341 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
63 | 66 | /* End PBXFileReference section */
|
|
159 | 162 | FA90215C230B354900BF9341 /* GridExamples */ = {
|
160 | 163 | isa = PBXGroup;
|
161 | 164 | children = (
|
162 |
| - FA902169230B39C800BF9341 /* AutoColumnLayoutView.swift */, |
163 |
| - FA902166230B398200BF9341 /* OneColumnLayoutView.swift */, |
| 165 | + FA902169230B39C800BF9341 /* AutoColumnsLayoutView.swift */, |
| 166 | + FA61E9512312FF0F006A5B6B /* FixedColumnsLayoutView.swift */, |
| 167 | + FA61E94E2312FE6D006A5B6B /* SingleColumnLayoutView.swift */, |
164 | 168 | FA90216C230B3EC100BF9341 /* PerformanceLayoutView.swift */,
|
165 | 169 | FA6ED892231090FF00651DD9 /* BuilderLayoutView.swift */,
|
166 | 170 | FA902160230B379D00BF9341 /* Color+Random.swift */,
|
|
279 | 283 | isa = PBXSourcesBuildPhase;
|
280 | 284 | buildActionMask = 2147483647;
|
281 | 285 | files = (
|
| 286 | + FA61E94F2312FE6D006A5B6B /* SingleColumnLayoutView.swift in Sources */, |
282 | 287 | FA902115230B32EA00BF9341 /* AppDelegate.swift in Sources */,
|
283 | 288 | FA90216D230B3EC100BF9341 /* PerformanceLayoutView.swift in Sources */,
|
| 289 | + FA61E9522312FF0F006A5B6B /* FixedColumnsLayoutView.swift in Sources */, |
284 | 290 | FA902164230B389900BF9341 /* Card.swift in Sources */,
|
285 | 291 | FA6ED893231090FF00651DD9 /* BuilderLayoutView.swift in Sources */,
|
286 | 292 | FA902117230B32EA00BF9341 /* SceneDelegate.swift in Sources */,
|
287 |
| - FA902167230B398200BF9341 /* OneColumnLayoutView.swift in Sources */, |
288 | 293 | FA902119230B32EA00BF9341 /* ContentView.swift in Sources */,
|
289 | 294 | FA902161230B379D00BF9341 /* Color+Random.swift in Sources */,
|
290 |
| - FA90216A230B39C800BF9341 /* AutoColumnLayoutView.swift in Sources */, |
| 295 | + FA90216A230B39C800BF9341 /* AutoColumnsLayoutView.swift in Sources */, |
291 | 296 | );
|
292 | 297 | runOnlyForDeploymentPostprocessing = 0;
|
293 | 298 | };
|
294 | 299 | FA902142230B341C00BF9341 /* Sources */ = {
|
295 | 300 | isa = PBXSourcesBuildPhase;
|
296 | 301 | buildActionMask = 2147483647;
|
297 | 302 | files = (
|
| 303 | + FA61E9502312FE6D006A5B6B /* SingleColumnLayoutView.swift in Sources */, |
298 | 304 | FA902162230B379D00BF9341 /* Color+Random.swift in Sources */,
|
299 | 305 | FA90214B230B341C00BF9341 /* ContentView.swift in Sources */,
|
300 | 306 | FA6ED894231090FF00651DD9 /* BuilderLayoutView.swift in Sources */,
|
| 307 | + FA61E9532312FF0F006A5B6B /* FixedColumnsLayoutView.swift in Sources */, |
301 | 308 | FA90216E230B3EC100BF9341 /* PerformanceLayoutView.swift in Sources */,
|
302 | 309 | FA902165230B389900BF9341 /* Card.swift in Sources */,
|
303 | 310 | FA902149230B341C00BF9341 /* AppDelegate.swift in Sources */,
|
304 |
| - FA902168230B398200BF9341 /* OneColumnLayoutView.swift in Sources */, |
305 |
| - FA90216B230B39C800BF9341 /* AutoColumnLayoutView.swift in Sources */, |
| 311 | + FA90216B230B39C800BF9341 /* AutoColumnsLayoutView.swift in Sources */, |
306 | 312 | );
|
307 | 313 | runOnlyForDeploymentPostprocessing = 0;
|
308 | 314 | };
|
|
0 commit comments