|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | FA6203C323F8AD77009CB0C9 /* Grid in Frameworks */ = {isa = PBXBuildFile; productRef = FA6203C223F8AD77009CB0C9 /* Grid */; };
|
| 11 | + FA9FFB6D242FFECD0047D145 /* SectionedGrid.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9FFB6C242FFECD0047D145 /* SectionedGrid.swift */; }; |
11 | 12 | FAA2C96C23DEAECC00FBDE39 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA2C96B23DEAECC00FBDE39 /* SceneDelegate.swift */; };
|
12 | 13 | FAA2C96E23DEAECC00FBDE39 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA2C96D23DEAECC00FBDE39 /* ContentView.swift */; };
|
13 | 14 | FAA2C97623DEAECD00FBDE39 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FAA2C97423DEAECD00FBDE39 /* LaunchScreen.storyboard */; };
|
|
113 | 114 | /* End PBXCopyFilesBuildPhase section */
|
114 | 115 |
|
115 | 116 | /* Begin PBXFileReference section */
|
| 117 | + FA9FFB6C242FFECD0047D145 /* SectionedGrid.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionedGrid.swift; sourceTree = "<group>"; }; |
116 | 118 | FAA2C96723DEAECC00FBDE39 /* GridDemo iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GridDemo iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
117 | 119 | FAA2C96B23DEAECC00FBDE39 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
118 | 120 | FAA2C96D23DEAECC00FBDE39 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
169 | 171 | FAA2CA5323DEB66900FBDE39 /* StaggeredGridView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StaggeredGridView.swift; sourceTree = "<group>"; };
|
170 | 172 | FAA2CA5823DEB73200FBDE39 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
171 | 173 | FAAA2FCC241C42E4007021F7 /* ImageDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDetailView.swift; sourceTree = "<group>"; };
|
172 |
| - FAC9D4DC23DF8C750007B7DD /* */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ""; sourceTree = "<group>"; }; |
| 174 | + FAC9D4DC23DF8C750007B7DD /* */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ""; sourceTree = SOURCE_ROOT; }; |
173 | 175 | /* End PBXFileReference section */
|
174 | 176 |
|
175 | 177 | /* Begin PBXFrameworksBuildPhase section */
|
|
208 | 210 | /* End PBXFrameworksBuildPhase section */
|
209 | 211 |
|
210 | 212 | /* Begin PBXGroup section */
|
| 213 | + FA9FFB6B242FFE510047D145 /* SectionedGrid */ = { |
| 214 | + isa = PBXGroup; |
| 215 | + children = ( |
| 216 | + FA9FFB6C242FFECD0047D145 /* SectionedGrid.swift */, |
| 217 | + ); |
| 218 | + path = SectionedGrid; |
| 219 | + sourceTree = "<group>"; |
| 220 | + }; |
211 | 221 | FAA2C93B23DEAD2600FBDE39 = {
|
212 | 222 | isa = PBXGroup;
|
213 | 223 | children = (
|
|
301 | 311 | FAA2C99D23DEB26200FBDE39 /* GridDemo macOS */ = {
|
302 | 312 | isa = PBXGroup;
|
303 | 313 | children = (
|
| 314 | + FA9FFB6B242FFE510047D145 /* SectionedGrid */, |
304 | 315 | FAA2C9B323DEB31800FBDE39 /* ModularGrid */,
|
305 | 316 | FAA2C9B623DEB31800FBDE39 /* StaggeredGrid */,
|
306 | 317 | FAA2C99E23DEB26200FBDE39 /* AppDelegate.swift */,
|
|
689 | 700 | isa = PBXSourcesBuildPhase;
|
690 | 701 | buildActionMask = 2147483647;
|
691 | 702 | files = (
|
| 703 | + FA9FFB6D242FFECD0047D145 /* SectionedGrid.swift in Sources */, |
692 | 704 | FAA2C9B023DEB26B00FBDE39 /* Item.swift in Sources */,
|
693 | 705 | FAA2C9AF23DEB26B00FBDE39 /* Color+Random.swift in Sources */,
|
694 | 706 | FAA2C9BB23DEB31900FBDE39 /* StaggeredGridSettingsView.swift in Sources */,
|
|
0 commit comments