|
18 | 18 | 848BCF8C26DE4EDA00F8D967 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 848BCF8B26DE4EDA00F8D967 /* Assets.xcassets */; };
|
19 | 19 | 848BCF8F26DE4EDA00F8D967 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 848BCF8E26DE4EDA00F8D967 /* Preview Assets.xcassets */; };
|
20 | 20 | 84D4F3B926DE4FE300E6C464 /* ScrollViewReactiveHeader in Frameworks */ = {isa = PBXBuildFile; productRef = 84D4F3B826DE4FE300E6C464 /* ScrollViewReactiveHeader */; };
|
| 21 | + 84D76F0E26E51FDA004C937D /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76EFC26E51FDA004C937D /* NetworkManager.swift */; }; |
| 22 | + 84D76F0F26E51FDA004C937D /* Song.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76EFE26E51FDA004C937D /* Song.swift */; }; |
| 23 | + 84D76F1026E51FDA004C937D /* HomeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76EFF26E51FDA004C937D /* HomeViewModel.swift */; }; |
| 24 | + 84D76F1126E51FDA004C937D /* Album.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0026E51FDA004C937D /* Album.swift */; }; |
| 25 | + 84D76F1426E51FDA004C937D /* AlbumThumbnail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0526E51FDA004C937D /* AlbumThumbnail.swift */; }; |
| 26 | + 84D76F1526E51FDA004C937D /* SpotifyHomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0626E51FDA004C937D /* SpotifyHomeView.swift */; }; |
| 27 | + 84D76F1626E51FDA004C937D /* QuickPlayGrid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0726E51FDA004C937D /* QuickPlayGrid.swift */; }; |
| 28 | + 84D76F1726E51FDA004C937D /* HomeSectionHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0826E51FDA004C937D /* HomeSectionHeader.swift */; }; |
| 29 | + 84D76F1826E51FDA004C937D /* AlbumScroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0926E51FDA004C937D /* AlbumScroll.swift */; }; |
| 30 | + 84D76F1926E51FDA004C937D /* HomeHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0A26E51FDA004C937D /* HomeHeaderView.swift */; }; |
| 31 | + 84D76F1A26E51FDA004C937D /* SpotifyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F0B26E51FDA004C937D /* SpotifyView.swift */; }; |
| 32 | + 84D76F1D26E5243E004C937D /* PremiumBannerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D76F1C26E5243E004C937D /* PremiumBannerView.swift */; }; |
21 | 33 | /* End PBXBuildFile section */
|
22 | 34 |
|
23 | 35 | /* Begin PBXFileReference section */
|
|
34 | 46 | 848BCF8E26DE4EDA00F8D967 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
35 | 47 | 848BCF9026DE4EDA00F8D967 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
36 | 48 | 84D4F3B626DE4FCE00E6C464 /* ScrollViewReactiveHeader */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ScrollViewReactiveHeader; path = ..; sourceTree = "<group>"; };
|
| 49 | + 84D76EFC26E51FDA004C937D /* NetworkManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; }; |
| 50 | + 84D76EFE26E51FDA004C937D /* Song.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Song.swift; sourceTree = "<group>"; }; |
| 51 | + 84D76EFF26E51FDA004C937D /* HomeViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeViewModel.swift; sourceTree = "<group>"; }; |
| 52 | + 84D76F0026E51FDA004C937D /* Album.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Album.swift; sourceTree = "<group>"; }; |
| 53 | + 84D76F0526E51FDA004C937D /* AlbumThumbnail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlbumThumbnail.swift; sourceTree = "<group>"; }; |
| 54 | + 84D76F0626E51FDA004C937D /* SpotifyHomeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpotifyHomeView.swift; sourceTree = "<group>"; }; |
| 55 | + 84D76F0726E51FDA004C937D /* QuickPlayGrid.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuickPlayGrid.swift; sourceTree = "<group>"; }; |
| 56 | + 84D76F0826E51FDA004C937D /* HomeSectionHeader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeSectionHeader.swift; sourceTree = "<group>"; }; |
| 57 | + 84D76F0926E51FDA004C937D /* AlbumScroll.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlbumScroll.swift; sourceTree = "<group>"; }; |
| 58 | + 84D76F0A26E51FDA004C937D /* HomeHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeHeaderView.swift; sourceTree = "<group>"; }; |
| 59 | + 84D76F0B26E51FDA004C937D /* SpotifyView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpotifyView.swift; sourceTree = "<group>"; }; |
| 60 | + 84D76F1C26E5243E004C937D /* PremiumBannerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PremiumBannerView.swift; sourceTree = "<group>"; }; |
37 | 61 | /* End PBXFileReference section */
|
38 | 62 |
|
39 | 63 | /* Begin PBXFrameworksBuildPhase section */
|
|
109 | 133 | 848BCF9626DE4EFC00F8D967 /* Resource Files */,
|
110 | 134 | 848BCF8726DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift */,
|
111 | 135 | 848BCF8926DE4ED800F8D967 /* ContentView.swift */,
|
| 136 | + 84D76EFA26E51FDA004C937D /* Example2 */, |
112 | 137 | 8459FC3626E3B1B100EB434F /* Example3 */,
|
113 | 138 | );
|
114 | 139 | path = Sources;
|
|
139 | 164 | name = Frameworks;
|
140 | 165 | sourceTree = "<group>";
|
141 | 166 | };
|
| 167 | + 84D76EFA26E51FDA004C937D /* Example2 */ = { |
| 168 | + isa = PBXGroup; |
| 169 | + children = ( |
| 170 | + 84D76EFC26E51FDA004C937D /* NetworkManager.swift */, |
| 171 | + 84D76EFD26E51FDA004C937D /* Models */, |
| 172 | + 84D76F0426E51FDA004C937D /* Views */, |
| 173 | + 84D76F0B26E51FDA004C937D /* SpotifyView.swift */, |
| 174 | + ); |
| 175 | + path = Example2; |
| 176 | + sourceTree = "<group>"; |
| 177 | + }; |
| 178 | + 84D76EFD26E51FDA004C937D /* Models */ = { |
| 179 | + isa = PBXGroup; |
| 180 | + children = ( |
| 181 | + 84D76EFE26E51FDA004C937D /* Song.swift */, |
| 182 | + 84D76EFF26E51FDA004C937D /* HomeViewModel.swift */, |
| 183 | + 84D76F0026E51FDA004C937D /* Album.swift */, |
| 184 | + ); |
| 185 | + path = Models; |
| 186 | + sourceTree = "<group>"; |
| 187 | + }; |
| 188 | + 84D76F0426E51FDA004C937D /* Views */ = { |
| 189 | + isa = PBXGroup; |
| 190 | + children = ( |
| 191 | + 84D76F0526E51FDA004C937D /* AlbumThumbnail.swift */, |
| 192 | + 84D76F0626E51FDA004C937D /* SpotifyHomeView.swift */, |
| 193 | + 84D76F0726E51FDA004C937D /* QuickPlayGrid.swift */, |
| 194 | + 84D76F0826E51FDA004C937D /* HomeSectionHeader.swift */, |
| 195 | + 84D76F0926E51FDA004C937D /* AlbumScroll.swift */, |
| 196 | + 84D76F0A26E51FDA004C937D /* HomeHeaderView.swift */, |
| 197 | + 84D76F1C26E5243E004C937D /* PremiumBannerView.swift */, |
| 198 | + ); |
| 199 | + path = Views; |
| 200 | + sourceTree = "<group>"; |
| 201 | + }; |
142 | 202 | /* End PBXGroup section */
|
143 | 203 |
|
144 | 204 | /* Begin PBXNativeTarget section */
|
|
211 | 271 | isa = PBXSourcesBuildPhase;
|
212 | 272 | buildActionMask = 2147483647;
|
213 | 273 | files = (
|
| 274 | + 84D76F0E26E51FDA004C937D /* NetworkManager.swift in Sources */, |
| 275 | + 84D76F1026E51FDA004C937D /* HomeViewModel.swift in Sources */, |
214 | 276 | 8459FC3D26E3C94900EB434F /* StoryListContentView.swift in Sources */,
|
| 277 | + 84D76F1526E51FDA004C937D /* SpotifyHomeView.swift in Sources */, |
215 | 278 | 8459FC3226E39AB400EB434F /* StoryListViewModel.swift in Sources */,
|
216 | 279 | 8459FC3526E39DA600EB434F /* StoryListHeaderOverlay.swift in Sources */,
|
| 280 | + 84D76F1A26E51FDA004C937D /* SpotifyView.swift in Sources */, |
| 281 | + 84D76F0F26E51FDA004C937D /* Song.swift in Sources */, |
| 282 | + 84D76F1626E51FDA004C937D /* QuickPlayGrid.swift in Sources */, |
| 283 | + 84D76F1926E51FDA004C937D /* HomeHeaderView.swift in Sources */, |
| 284 | + 84D76F1826E51FDA004C937D /* AlbumScroll.swift in Sources */, |
217 | 285 | 8459FC3826E3B1D700EB434F /* StoryListView.swift in Sources */,
|
218 | 286 | 848BCF8A26DE4ED800F8D967 /* ContentView.swift in Sources */,
|
219 | 287 | 848BCF8826DE4ED800F8D967 /* ScrollViewReactiveHeaderDemoAppApp.swift in Sources */,
|
| 288 | + 84D76F1426E51FDA004C937D /* AlbumThumbnail.swift in Sources */, |
220 | 289 | 8459FC3026E39A7600EB434F /* Story.swift in Sources */,
|
221 | 290 | 8459FC3B26E3B36E00EB434F /* StoryListCell.swift in Sources */,
|
| 291 | + 84D76F1126E51FDA004C937D /* Album.swift in Sources */, |
| 292 | + 84D76F1D26E5243E004C937D /* PremiumBannerView.swift in Sources */, |
| 293 | + 84D76F1726E51FDA004C937D /* HomeSectionHeader.swift in Sources */, |
222 | 294 | );
|
223 | 295 | runOnlyForDeploymentPostprocessing = 0;
|
224 | 296 | };
|
|
0 commit comments