|
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 | + FA9FFB6D242FFECD0047D145 /* SectionedGridView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9FFB6C242FFECD0047D145 /* SectionedGridView.swift */; }; |
| 12 | + FA9FFB70243005B80047D145 /* SectionedGridView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9FFB6F243005B80047D145 /* SectionedGridView.swift */; }; |
| 13 | + FA9FFB74243008060047D145 /* StaticGridView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9FFB73243008060047D145 /* StaticGridView.swift */; }; |
12 | 14 | FAA2C96C23DEAECC00FBDE39 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA2C96B23DEAECC00FBDE39 /* SceneDelegate.swift */; };
|
13 | 15 | FAA2C96E23DEAECC00FBDE39 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA2C96D23DEAECC00FBDE39 /* ContentView.swift */; };
|
14 | 16 | FAA2C97623DEAECD00FBDE39 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FAA2C97423DEAECD00FBDE39 /* LaunchScreen.storyboard */; };
|
|
66 | 68 | FAA2CA5523DEB66A00FBDE39 /* StaggeredGridView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA2CA5323DEB66900FBDE39 /* StaggeredGridView.swift */; };
|
67 | 69 | FAA2CA5923DEB73200FBDE39 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = FAA2CA5823DEB73200FBDE39 /* README.md */; };
|
68 | 70 | FAAA2FCD241C42E4007021F7 /* ImageDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAA2FCC241C42E4007021F7 /* ImageDetailView.swift */; };
|
| 71 | + FAC1C78B2430694C00FFA885 /* StaticGridView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC1C78A2430694C00FFA885 /* StaticGridView.swift */; }; |
69 | 72 | FAC9D4DE23DF8CE20007B7DD /* Grid in Frameworks */ = {isa = PBXBuildFile; productRef = FAC9D4DD23DF8CE20007B7DD /* Grid */; };
|
70 | 73 | FAC9D4E023DF8CE90007B7DD /* Grid in Frameworks */ = {isa = PBXBuildFile; productRef = FAC9D4DF23DF8CE90007B7DD /* Grid */; };
|
71 | 74 | FAC9D4E223DF8CEE0007B7DD /* Grid in Frameworks */ = {isa = PBXBuildFile; productRef = FAC9D4E123DF8CEE0007B7DD /* Grid */; };
|
|
114 | 117 | /* End PBXCopyFilesBuildPhase section */
|
115 | 118 |
|
116 | 119 | /* Begin PBXFileReference section */
|
117 |
| - FA9FFB6C242FFECD0047D145 /* SectionedGrid.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionedGrid.swift; sourceTree = "<group>"; }; |
| 120 | + FA9FFB6C242FFECD0047D145 /* SectionedGridView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionedGridView.swift; sourceTree = "<group>"; }; |
| 121 | + FA9FFB6F243005B80047D145 /* SectionedGridView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionedGridView.swift; sourceTree = "<group>"; }; |
| 122 | + FA9FFB73243008060047D145 /* StaticGridView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticGridView.swift; sourceTree = "<group>"; }; |
118 | 123 | FAA2C96723DEAECC00FBDE39 /* GridDemo iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GridDemo iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
119 | 124 | FAA2C96B23DEAECC00FBDE39 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
120 | 125 | FAA2C96D23DEAECC00FBDE39 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
171 | 176 | FAA2CA5323DEB66900FBDE39 /* StaggeredGridView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StaggeredGridView.swift; sourceTree = "<group>"; };
|
172 | 177 | FAA2CA5823DEB73200FBDE39 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
173 | 178 | FAAA2FCC241C42E4007021F7 /* ImageDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDetailView.swift; sourceTree = "<group>"; };
|
174 |
| - FAC9D4DC23DF8C750007B7DD /* */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ""; sourceTree = SOURCE_ROOT; }; |
| 179 | + FAC1C7882430682100FFA885 /* swiftui-grid */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "swiftui-grid"; sourceTree = "<group>"; }; |
| 180 | + FAC1C78A2430694C00FFA885 /* StaticGridView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticGridView.swift; sourceTree = "<group>"; }; |
175 | 181 | /* End PBXFileReference section */
|
176 | 182 |
|
177 | 183 | /* Begin PBXFrameworksBuildPhase section */
|
|
213 | 219 | FA9FFB6B242FFE510047D145 /* SectionedGrid */ = {
|
214 | 220 | isa = PBXGroup;
|
215 | 221 | children = (
|
216 |
| - FA9FFB6C242FFECD0047D145 /* SectionedGrid.swift */, |
| 222 | + FA9FFB6C242FFECD0047D145 /* SectionedGridView.swift */, |
217 | 223 | );
|
218 | 224 | path = SectionedGrid;
|
219 | 225 | sourceTree = "<group>";
|
220 | 226 | };
|
| 227 | + FA9FFB6E2430057F0047D145 /* SectionedGrid */ = { |
| 228 | + isa = PBXGroup; |
| 229 | + children = ( |
| 230 | + FA9FFB6F243005B80047D145 /* SectionedGridView.swift */, |
| 231 | + ); |
| 232 | + path = SectionedGrid; |
| 233 | + sourceTree = "<group>"; |
| 234 | + }; |
| 235 | + FA9FFB72243007EA0047D145 /* StaticGrid */ = { |
| 236 | + isa = PBXGroup; |
| 237 | + children = ( |
| 238 | + FA9FFB73243008060047D145 /* StaticGridView.swift */, |
| 239 | + ); |
| 240 | + path = StaticGrid; |
| 241 | + sourceTree = "<group>"; |
| 242 | + }; |
221 | 243 | FAA2C93B23DEAD2600FBDE39 = {
|
222 | 244 | isa = PBXGroup;
|
223 | 245 | children = (
|
|
230 | 252 | FAA2CA3B23DEB64800FBDE39 /* GridDemo tvOS */,
|
231 | 253 | FAA2C94923DEAE7B00FBDE39 /* Products */,
|
232 | 254 | FAA2C99423DEB0A700FBDE39 /* Frameworks */,
|
233 |
| - FAC9D4DC23DF8C750007B7DD /* */, |
| 255 | + FAC1C7882430682100FFA885 /* swiftui-grid */, |
234 | 256 | );
|
235 | 257 | sourceTree = "<group>";
|
236 | 258 | };
|
|
250 | 272 | FAA2C96823DEAECC00FBDE39 /* GridDemo iOS */ = {
|
251 | 273 | isa = PBXGroup;
|
252 | 274 | children = (
|
| 275 | + FAC1C7892430693900FFA885 /* StaticGrid */, |
| 276 | + FA9FFB6E2430057F0047D145 /* SectionedGrid */, |
253 | 277 | FAA2C98823DEB00100FBDE39 /* ModularGrid */,
|
254 | 278 | FAA2C98B23DEB00100FBDE39 /* StaggeredGrid */,
|
255 | 279 | FAA2C97B23DEAF9200FBDE39 /* AppDelegate.swift */,
|
|
311 | 335 | FAA2C99D23DEB26200FBDE39 /* GridDemo macOS */ = {
|
312 | 336 | isa = PBXGroup;
|
313 | 337 | children = (
|
| 338 | + FA9FFB72243007EA0047D145 /* StaticGrid */, |
314 | 339 | FA9FFB6B242FFE510047D145 /* SectionedGrid */,
|
315 | 340 | FAA2C9B323DEB31800FBDE39 /* ModularGrid */,
|
316 | 341 | FAA2C9B623DEB31800FBDE39 /* StaggeredGrid */,
|
|
442 | 467 | path = StaggeredGrid;
|
443 | 468 | sourceTree = "<group>";
|
444 | 469 | };
|
| 470 | + FAC1C7892430693900FFA885 /* StaticGrid */ = { |
| 471 | + isa = PBXGroup; |
| 472 | + children = ( |
| 473 | + FAC1C78A2430694C00FFA885 /* StaticGridView.swift */, |
| 474 | + ); |
| 475 | + path = StaticGrid; |
| 476 | + sourceTree = "<group>"; |
| 477 | + }; |
445 | 478 | /* End PBXGroup section */
|
446 | 479 |
|
447 | 480 | /* Begin PBXNativeTarget section */
|
|
683 | 716 | buildActionMask = 2147483647;
|
684 | 717 | files = (
|
685 | 718 | FAA2C98523DEAFF100FBDE39 /* Item.swift in Sources */,
|
| 719 | + FA9FFB70243005B80047D145 /* SectionedGridView.swift in Sources */, |
686 | 720 | FAA2C99123DEB00100FBDE39 /* StaggeredGridView.swift in Sources */,
|
687 | 721 | FAA2C99023DEB00100FBDE39 /* StaggeredGridSettingsView.swift in Sources */,
|
688 | 722 | FAAA2FCD241C42E4007021F7 /* ImageDetailView.swift in Sources */,
|
|
693 | 727 | FAA2C96E23DEAECC00FBDE39 /* ContentView.swift in Sources */,
|
694 | 728 | FAA2C98F23DEB00100FBDE39 /* ModularGridSettingsView.swift in Sources */,
|
695 | 729 | FAA2C98E23DEB00100FBDE39 /* ModularGridView.swift in Sources */,
|
| 730 | + FAC1C78B2430694C00FFA885 /* StaticGridView.swift in Sources */, |
696 | 731 | );
|
697 | 732 | runOnlyForDeploymentPostprocessing = 0;
|
698 | 733 | };
|
699 | 734 | FAA2C99823DEB26200FBDE39 /* Sources */ = {
|
700 | 735 | isa = PBXSourcesBuildPhase;
|
701 | 736 | buildActionMask = 2147483647;
|
702 | 737 | files = (
|
703 |
| - FA9FFB6D242FFECD0047D145 /* SectionedGrid.swift in Sources */, |
| 738 | + FA9FFB6D242FFECD0047D145 /* SectionedGridView.swift in Sources */, |
| 739 | + FA9FFB74243008060047D145 /* StaticGridView.swift in Sources */, |
704 | 740 | FAA2C9B023DEB26B00FBDE39 /* Item.swift in Sources */,
|
705 | 741 | FAA2C9AF23DEB26B00FBDE39 /* Color+Random.swift in Sources */,
|
706 | 742 | FAA2C9BB23DEB31900FBDE39 /* StaggeredGridSettingsView.swift in Sources */,
|
|
0 commit comments