|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 8459FC1A26E25E0C00EB434F /* FlightHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC1926E25E0C00EB434F /* FlightHeaderView.swift */; }; |
11 |
| - 8459FC1C26E25E5D00EB434F /* FlightViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC1B26E25E5D00EB434F /* FlightViewModel.swift */; }; |
12 |
| - 8459FC1E26E2665D00EB434F /* FlightDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC1D26E2665D00EB434F /* FlightDetailView.swift */; }; |
| 10 | + 8459FC3026E39A7600EB434F /* Story.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC2F26E39A7600EB434F /* Story.swift */; }; |
| 11 | + 8459FC3226E39AB400EB434F /* StoryListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC3126E39AB400EB434F /* StoryListViewModel.swift */; }; |
| 12 | + 8459FC3526E39DA600EB434F /* StoryListHeaderOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC3426E39DA600EB434F /* StoryListHeaderOverlay.swift */; }; |
| 13 | + 8459FC3826E3B1D700EB434F /* StoryListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC3726E3B1D700EB434F /* StoryListView.swift */; }; |
| 14 | + 8459FC3B26E3B36E00EB434F /* StoryListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC3A26E3B36E00EB434F /* StoryListCell.swift */; }; |
| 15 | + 8459FC3D26E3C94900EB434F /* StoryListContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459FC3C26E3C94900EB434F /* StoryListContentView.swift */; }; |
13 | 16 | 848BCF8826DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848BCF8726DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift */; };
|
14 | 17 | 848BCF8A26DE4ED800F8D967 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848BCF8926DE4ED800F8D967 /* ContentView.swift */; };
|
15 | 18 | 848BCF8C26DE4EDA00F8D967 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 848BCF8B26DE4EDA00F8D967 /* Assets.xcassets */; };
|
|
18 | 21 | /* End PBXBuildFile section */
|
19 | 22 |
|
20 | 23 | /* Begin PBXFileReference section */
|
21 |
| - 8459FC1926E25E0C00EB434F /* FlightHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlightHeaderView.swift; sourceTree = "<group>"; }; |
22 |
| - 8459FC1B26E25E5D00EB434F /* FlightViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlightViewModel.swift; sourceTree = "<group>"; }; |
23 |
| - 8459FC1D26E2665D00EB434F /* FlightDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlightDetailView.swift; sourceTree = "<group>"; }; |
| 24 | + 8459FC2F26E39A7600EB434F /* Story.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Story.swift; sourceTree = "<group>"; }; |
| 25 | + 8459FC3126E39AB400EB434F /* StoryListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryListViewModel.swift; sourceTree = "<group>"; }; |
| 26 | + 8459FC3426E39DA600EB434F /* StoryListHeaderOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryListHeaderOverlay.swift; sourceTree = "<group>"; }; |
| 27 | + 8459FC3726E3B1D700EB434F /* StoryListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryListView.swift; sourceTree = "<group>"; }; |
| 28 | + 8459FC3A26E3B36E00EB434F /* StoryListCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryListCell.swift; sourceTree = "<group>"; }; |
| 29 | + 8459FC3C26E3C94900EB434F /* StoryListContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryListContentView.swift; sourceTree = "<group>"; }; |
24 | 30 | 848BCF8426DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScrollViewReactiveHeaderDemoApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
25 | 31 | 848BCF8726DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollViewReactiveHeaderDemoAppApp.swift; sourceTree = "<group>"; };
|
26 | 32 | 848BCF8926DE4ED800F8D967 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
42 | 48 | /* End PBXFrameworksBuildPhase section */
|
43 | 49 |
|
44 | 50 | /* Begin PBXGroup section */
|
45 |
| - 8459FC1826E25DEF00EB434F /* FlightView */ = { |
| 51 | + 8459FC2E26E39A5300EB434F /* StoryList */ = { |
46 | 52 | isa = PBXGroup;
|
47 | 53 | children = (
|
48 |
| - 8459FC1926E25E0C00EB434F /* FlightHeaderView.swift */, |
49 |
| - 8459FC1D26E2665D00EB434F /* FlightDetailView.swift */, |
| 54 | + 8459FC3926E3B2AA00EB434F /* Model */, |
| 55 | + 8459FC3326E39D9400EB434F /* Views */, |
50 | 56 | );
|
51 |
| - path = FlightView; |
| 57 | + path = StoryList; |
| 58 | + sourceTree = "<group>"; |
| 59 | + }; |
| 60 | + 8459FC3326E39D9400EB434F /* Views */ = { |
| 61 | + isa = PBXGroup; |
| 62 | + children = ( |
| 63 | + 8459FC3426E39DA600EB434F /* StoryListHeaderOverlay.swift */, |
| 64 | + 8459FC3A26E3B36E00EB434F /* StoryListCell.swift */, |
| 65 | + 8459FC3C26E3C94900EB434F /* StoryListContentView.swift */, |
| 66 | + ); |
| 67 | + path = Views; |
| 68 | + sourceTree = "<group>"; |
| 69 | + }; |
| 70 | + 8459FC3626E3B1B100EB434F /* Example3 */ = { |
| 71 | + isa = PBXGroup; |
| 72 | + children = ( |
| 73 | + 8459FC2E26E39A5300EB434F /* StoryList */, |
| 74 | + 8459FC3726E3B1D700EB434F /* StoryListView.swift */, |
| 75 | + ); |
| 76 | + path = Example3; |
| 77 | + sourceTree = "<group>"; |
| 78 | + }; |
| 79 | + 8459FC3926E3B2AA00EB434F /* Model */ = { |
| 80 | + isa = PBXGroup; |
| 81 | + children = ( |
| 82 | + 8459FC2F26E39A7600EB434F /* Story.swift */, |
| 83 | + 8459FC3126E39AB400EB434F /* StoryListViewModel.swift */, |
| 84 | + ); |
| 85 | + path = Model; |
52 | 86 | sourceTree = "<group>";
|
53 | 87 | };
|
54 | 88 | 848BCF7B26DE4ED800F8D967 = {
|
|
75 | 109 | 848BCF9626DE4EFC00F8D967 /* Resource Files */,
|
76 | 110 | 848BCF8726DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift */,
|
77 | 111 | 848BCF8926DE4ED800F8D967 /* ContentView.swift */,
|
78 |
| - 8459FC1B26E25E5D00EB434F /* FlightViewModel.swift */, |
79 |
| - 8459FC1826E25DEF00EB434F /* FlightView */, |
| 112 | + 8459FC3626E3B1B100EB434F /* Example3 */, |
80 | 113 | );
|
81 | 114 | path = Sources;
|
82 | 115 | sourceTree = "<group>";
|
|
178 | 211 | isa = PBXSourcesBuildPhase;
|
179 | 212 | buildActionMask = 2147483647;
|
180 | 213 | files = (
|
181 |
| - 8459FC1A26E25E0C00EB434F /* FlightHeaderView.swift in Sources */, |
| 214 | + 8459FC3D26E3C94900EB434F /* StoryListContentView.swift in Sources */, |
| 215 | + 8459FC3226E39AB400EB434F /* StoryListViewModel.swift in Sources */, |
| 216 | + 8459FC3526E39DA600EB434F /* StoryListHeaderOverlay.swift in Sources */, |
| 217 | + 8459FC3826E3B1D700EB434F /* StoryListView.swift in Sources */, |
182 | 218 | 848BCF8A26DE4ED800F8D967 /* ContentView.swift in Sources */,
|
183 |
| - 8459FC1C26E25E5D00EB434F /* FlightViewModel.swift in Sources */, |
184 |
| - 8459FC1E26E2665D00EB434F /* FlightDetailView.swift in Sources */, |
185 | 219 | 848BCF8826DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift in Sources */,
|
| 220 | + 8459FC3026E39A7600EB434F /* Story.swift in Sources */, |
| 221 | + 8459FC3B26E3B36E00EB434F /* StoryListCell.swift in Sources */, |
186 | 222 | );
|
187 | 223 | runOnlyForDeploymentPostprocessing = 0;
|
188 | 224 | };
|
|
0 commit comments