|
56 | 56 | FA902162230B379D00BF9341 /* Color+Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902160230B379D00BF9341 /* Color+Random.swift */; }; |
57 | 57 | FA902164230B389900BF9341 /* Card.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902163230B389900BF9341 /* Card.swift */; }; |
58 | 58 | FA902165230B389900BF9341 /* Card.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902163230B389900BF9341 /* Card.swift */; }; |
| 59 | + FAA99F032381FCBB00CE1632 /* ModularGridSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA99F022381FCBB00CE1632 /* ModularGridSettingsView.swift */; }; |
| 60 | + FAA99F0523821F3200CE1632 /* StaggeredGridSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA99F0423821F3200CE1632 /* StaggeredGridSettingsView.swift */; }; |
59 | 61 | FAAF755F2381E9F500DFDE03 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAF755E2381E9F500DFDE03 /* Item.swift */; }; |
60 | 62 | FAAF75602381E9F500DFDE03 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAF755E2381E9F500DFDE03 /* Item.swift */; }; |
61 | 63 | FAAF75612381E9F500DFDE03 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAF755E2381E9F500DFDE03 /* Item.swift */; }; |
|
154 | 156 | FA902160230B379D00BF9341 /* Color+Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Random.swift"; sourceTree = "<group>"; }; |
155 | 157 | FA902163230B389900BF9341 /* Card.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Card.swift; sourceTree = "<group>"; }; |
156 | 158 | FA90216F230B4AC300BF9341 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 159 | + FAA99F022381FCBB00CE1632 /* ModularGridSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModularGridSettingsView.swift; sourceTree = "<group>"; }; |
| 160 | + FAA99F0423821F3200CE1632 /* StaggeredGridSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaggeredGridSettingsView.swift; sourceTree = "<group>"; }; |
157 | 161 | FAAF755E2381E9F500DFDE03 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; }; |
158 | 162 | /* End PBXFileReference section */ |
159 | 163 |
|
|
270 | 274 | children = ( |
271 | 275 | FA902111230B32EA00BF9341 /* GridExamples.app */, |
272 | 276 | FA902146230B341C00BF9341 /* GridExamples.app */, |
273 | | - FA61E95623134504006A5B6B /* GridExamples.app */, |
274 | | - FA61E95923134505006A5B6B /* GridExamples.app */, |
275 | | - FA61E96823134507006A5B6B /* GridExamples.appex */, |
| 277 | + FA61E95623134504006A5B6B /* GridExamples watchOS.app */, |
| 278 | + FA61E95923134505006A5B6B /* GridExamples watchOS WatchKit App.app */, |
| 279 | + FA61E96823134507006A5B6B /* GridExamples watchOS WatchKit Extension.appex */, |
276 | 280 | FA61E994231351FC006A5B6B /* GridExamples.app */, |
277 | 281 | ); |
278 | 282 | name = Products; |
|
285 | 289 | FA902116230B32EA00BF9341 /* SceneDelegate.swift */, |
286 | 290 | FA902118230B32EA00BF9341 /* ContentView.swift */, |
287 | 291 | FA31E11C237E4EED005799AD /* ModularGridView.swift */, |
| 292 | + FAA99F022381FCBB00CE1632 /* ModularGridSettingsView.swift */, |
288 | 293 | FA0FB89C23811DC800B6E84F /* StaggeredGridView.swift */, |
| 294 | + FAA99F0423821F3200CE1632 /* StaggeredGridSettingsView.swift */, |
289 | 295 | FA90211A230B32EC00BF9341 /* Assets.xcassets */, |
290 | 296 | FA90211F230B32EC00BF9341 /* LaunchScreen.storyboard */, |
291 | 297 | FA902122230B32EC00BF9341 /* Info.plist */, |
|
618 | 624 | FA902164230B389900BF9341 /* Card.swift in Sources */, |
619 | 625 | FA902117230B32EA00BF9341 /* SceneDelegate.swift in Sources */, |
620 | 626 | FA0FB89D23811DC800B6E84F /* StaggeredGridView.swift in Sources */, |
| 627 | + FAA99F032381FCBB00CE1632 /* ModularGridSettingsView.swift in Sources */, |
| 628 | + FAA99F0523821F3200CE1632 /* StaggeredGridSettingsView.swift in Sources */, |
621 | 629 | FAAF755F2381E9F500DFDE03 /* Item.swift in Sources */, |
622 | 630 | FA902119230B32EA00BF9341 /* ContentView.swift in Sources */, |
623 | 631 | FA902161230B379D00BF9341 /* Color+Random.swift in Sources */, |
|
0 commit comments