|
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 | 13 | 848BCF8826DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848BCF8726DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift */; }; |
11 | 14 | 848BCF8A26DE4ED800F8D967 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848BCF8926DE4ED800F8D967 /* ContentView.swift */; }; |
12 | 15 | 848BCF8C26DE4EDA00F8D967 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 848BCF8B26DE4EDA00F8D967 /* Assets.xcassets */; }; |
|
15 | 18 | /* End PBXBuildFile section */ |
16 | 19 |
|
17 | 20 | /* 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>"; }; |
18 | 24 | 848BCF8426DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScrollViewReactiveHeaderDemoApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 25 | 848BCF8726DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollViewReactiveHeaderDemoAppApp.swift; sourceTree = "<group>"; }; |
20 | 26 | 848BCF8926DE4ED800F8D967 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
36 | 42 | /* End PBXFrameworksBuildPhase section */ |
37 | 43 |
|
38 | 44 | /* Begin PBXGroup section */ |
| 45 | + 8459FC1826E25DEF00EB434F /* FlightView */ = { |
| 46 | + isa = PBXGroup; |
| 47 | + children = ( |
| 48 | + 8459FC1926E25E0C00EB434F /* FlightHeaderView.swift */, |
| 49 | + 8459FC1D26E2665D00EB434F /* FlightDetailView.swift */, |
| 50 | + ); |
| 51 | + path = FlightView; |
| 52 | + sourceTree = "<group>"; |
| 53 | + }; |
39 | 54 | 848BCF7B26DE4ED800F8D967 = { |
40 | 55 | isa = PBXGroup; |
41 | 56 | children = ( |
|
60 | 75 | 848BCF9626DE4EFC00F8D967 /* Resource Files */, |
61 | 76 | 848BCF8726DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift */, |
62 | 77 | 848BCF8926DE4ED800F8D967 /* ContentView.swift */, |
| 78 | + 8459FC1B26E25E5D00EB434F /* FlightViewModel.swift */, |
| 79 | + 8459FC1826E25DEF00EB434F /* FlightView */, |
63 | 80 | ); |
64 | 81 | path = Sources; |
65 | 82 | sourceTree = "<group>"; |
|
161 | 178 | isa = PBXSourcesBuildPhase; |
162 | 179 | buildActionMask = 2147483647; |
163 | 180 | files = ( |
| 181 | + 8459FC1A26E25E0C00EB434F /* FlightHeaderView.swift in Sources */, |
164 | 182 | 848BCF8A26DE4ED800F8D967 /* ContentView.swift in Sources */, |
| 183 | + 8459FC1C26E25E5D00EB434F /* FlightViewModel.swift in Sources */, |
| 184 | + 8459FC1E26E2665D00EB434F /* FlightDetailView.swift in Sources */, |
165 | 185 | 848BCF8826DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift in Sources */, |
166 | 186 | ); |
167 | 187 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments