|
26 | 26 | 833CB265253A147500E1D15C /* UIApplication+version+build.swift in Sources */ = {isa = PBXBuildFile; fileRef = 833CB264253A147500E1D15C /* UIApplication+version+build.swift */; }; |
27 | 27 | 834ADB3925397DE1002D9F1E /* MovieInfoOverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834ADB3825397DE1002D9F1E /* MovieInfoOverView.swift */; }; |
28 | 28 | 834ADB3D25398496002D9F1E /* CoverFlowRotatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834ADB3C25398496002D9F1E /* CoverFlowRotatingView.swift */; }; |
| 29 | + 834FFDC4254085ED007E63C2 /* AVPlayerViewController+enterFullScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834FFDC3254085ED007E63C2 /* AVPlayerViewController+enterFullScreen.swift */; }; |
29 | 30 | 8380C59C24A665B000CA1EB4 /* TrailerMetaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8380C59B24A665B000CA1EB4 /* TrailerMetaView.swift */; }; |
30 | 31 | 8380C59E24A66F3000CA1EB4 /* TrailerListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8380C59D24A66F3000CA1EB4 /* TrailerListView.swift */; }; |
31 | 32 | 8380C5A324A6721A00CA1EB4 /* ExternalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8380C5A224A6721A00CA1EB4 /* ExternalView.swift */; }; |
|
34 | 35 | 83AE012E25370A2E00A416FC /* TrailerListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83AE012D25370A2E00A416FC /* TrailerListRow.swift */; }; |
35 | 36 | 83BAC28E2538CC56004D59BC /* FramedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83BAC28D2538CC56004D59BC /* FramedImage.swift */; }; |
36 | 37 | 83CBE5122537600F00E22FAE /* CoverFlowListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83CBE5112537600F00E22FAE /* CoverFlowListView.swift */; }; |
| 38 | + 83D21174253F9CDD00EF54A3 /* SortingMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83D21173253F9CDD00EF54A3 /* SortingMode.swift */; }; |
| 39 | + 83D2117825405FC900EF54A3 /* InlineTrailerPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83D2117725405FC900EF54A3 /* InlineTrailerPlayerView.swift */; }; |
37 | 40 | 83D5252924A661760086707E /* MovieMetaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83D5252824A661760086707E /* MovieMetaView.swift */; }; |
38 | 41 | 83F59A45253DCAFD00EEA7A5 /* CoverFlowScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F59A44253DCAFD00EEA7A5 /* CoverFlowScrollView.swift */; }; |
39 | 42 | 83F59A48253DCC1700EEA7A5 /* CoverFlowItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F59A47253DCC1700EEA7A5 /* CoverFlowItemView.swift */; }; |
|
61 | 64 | 833CB264253A147500E1D15C /* UIApplication+version+build.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIApplication+version+build.swift"; sourceTree = "<group>"; }; |
62 | 65 | 834ADB3825397DE1002D9F1E /* MovieInfoOverView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MovieInfoOverView.swift; sourceTree = "<group>"; }; |
63 | 66 | 834ADB3C25398496002D9F1E /* CoverFlowRotatingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoverFlowRotatingView.swift; sourceTree = "<group>"; }; |
| 67 | + 834FFDC3254085ED007E63C2 /* AVPlayerViewController+enterFullScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AVPlayerViewController+enterFullScreen.swift"; sourceTree = "<group>"; }; |
64 | 68 | 8380C59B24A665B000CA1EB4 /* TrailerMetaView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrailerMetaView.swift; sourceTree = "<group>"; }; |
65 | 69 | 8380C59D24A66F3000CA1EB4 /* TrailerListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrailerListView.swift; sourceTree = "<group>"; }; |
66 | 70 | 8380C5A224A6721A00CA1EB4 /* ExternalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExternalView.swift; sourceTree = "<group>"; }; |
|
71 | 75 | 83AE012D25370A2E00A416FC /* TrailerListRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrailerListRow.swift; sourceTree = "<group>"; }; |
72 | 76 | 83BAC28D2538CC56004D59BC /* FramedImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FramedImage.swift; sourceTree = "<group>"; }; |
73 | 77 | 83CBE5112537600F00E22FAE /* CoverFlowListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoverFlowListView.swift; sourceTree = "<group>"; }; |
| 78 | + 83D21173253F9CDD00EF54A3 /* SortingMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortingMode.swift; sourceTree = "<group>"; }; |
| 79 | + 83D2117725405FC900EF54A3 /* InlineTrailerPlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InlineTrailerPlayerView.swift; sourceTree = "<group>"; }; |
74 | 80 | 83D5252824A661760086707E /* MovieMetaView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MovieMetaView.swift; sourceTree = "<group>"; }; |
75 | 81 | 83F59A44253DCAFD00EEA7A5 /* CoverFlowScrollView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoverFlowScrollView.swift; sourceTree = "<group>"; }; |
76 | 82 | 83F59A47253DCC1700EEA7A5 /* CoverFlowItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoverFlowItemView.swift; sourceTree = "<group>"; }; |
|
128 | 134 | 8380C59F24A670D800CA1EB4 /* Supporting Files */ = { |
129 | 135 | isa = PBXGroup; |
130 | 136 | children = ( |
| 137 | + 834FFDC3254085ED007E63C2 /* AVPlayerViewController+enterFullScreen.swift */, |
| 138 | + 831CD8FA24ABEC36008EDC6F /* CustomDarkAppearance.swift */, |
131 | 139 | 833CB264253A147500E1D15C /* UIApplication+version+build.swift */, |
132 | 140 | 8396CA1924A6A756007734F0 /* current_720p.xml */, |
133 | 141 | 8396CA1B24A6A766007734F0 /* current.xml */, |
|
144 | 152 | children = ( |
145 | 153 | 8316E0FB24A64B5E00467F14 /* MovieInfo.swift */, |
146 | 154 | 831CD8F424ABE34A008EDC6F /* Settings.swift */, |
| 155 | + 83D21173253F9CDD00EF54A3 /* SortingMode.swift */, |
147 | 156 | ); |
148 | 157 | path = Model; |
149 | 158 | sourceTree = "<group>"; |
|
158 | 167 | 8380C5A224A6721A00CA1EB4 /* ExternalView.swift */, |
159 | 168 | 8316E10124A64CD500467F14 /* ExternalTrailerView.swift */, |
160 | 169 | 8334EF7A252E697300A1EB87 /* ExternalMovieMetaView.swift */, |
161 | | - 831CD8FA24ABEC36008EDC6F /* CustomDarkAppearance.swift */, |
162 | 170 | 830AA4182536FB94006A3AEB /* TrailerPlayerView.swift */, |
| 171 | + 83D2117725405FC900EF54A3 /* InlineTrailerPlayerView.swift */, |
163 | 172 | 8380C59D24A66F3000CA1EB4 /* TrailerListView.swift */, |
164 | 173 | 833CB25E253A03C800E1D15C /* CompactTrailerListView.swift */, |
165 | 174 | 83AE012D25370A2E00A416FC /* TrailerListRow.swift */, |
|
257 | 266 | 834ADB3925397DE1002D9F1E /* MovieInfoOverView.swift in Sources */, |
258 | 267 | 833CB265253A147500E1D15C /* UIApplication+version+build.swift in Sources */, |
259 | 268 | 8316E0E624A64AD300467F14 /* SceneDelegate.swift in Sources */, |
| 269 | + 834FFDC4254085ED007E63C2 /* AVPlayerViewController+enterFullScreen.swift in Sources */, |
260 | 270 | 833CB25F253A03C800E1D15C /* CompactTrailerListView.swift in Sources */, |
261 | 271 | 831CD8F524ABE34A008EDC6F /* Settings.swift in Sources */, |
262 | 272 | 8316E0FA24A64B3F00467F14 /* MovieTrailerView.swift in Sources */, |
| 273 | + 83D21174253F9CDD00EF54A3 /* SortingMode.swift in Sources */, |
263 | 274 | 831CD8FB24ABEC36008EDC6F /* CustomDarkAppearance.swift in Sources */, |
264 | 275 | 834ADB3D25398496002D9F1E /* CoverFlowRotatingView.swift in Sources */, |
265 | 276 | 83F59A48253DCC1700EEA7A5 /* CoverFlowItemView.swift in Sources */, |
|
268 | 279 | 8334EF7B252E697300A1EB87 /* ExternalMovieMetaView.swift in Sources */, |
269 | 280 | 8380C59E24A66F3000CA1EB4 /* TrailerListView.swift in Sources */, |
270 | 281 | 83AE012E25370A2E00A416FC /* TrailerListRow.swift in Sources */, |
| 282 | + 83D2117825405FC900EF54A3 /* InlineTrailerPlayerView.swift in Sources */, |
271 | 283 | 830AA4192536FB94006A3AEB /* TrailerPlayerView.swift in Sources */, |
272 | 284 | 8380C59C24A665B000CA1EB4 /* TrailerMetaView.swift in Sources */, |
273 | 285 | 838403492538B7B80056E50A /* MoviePosterView.swift in Sources */, |
|
412 | 424 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
413 | 425 | CODE_SIGN_IDENTITY = "Apple Development"; |
414 | 426 | CODE_SIGN_STYLE = Automatic; |
415 | | - CURRENT_PROJECT_VERSION = 24; |
| 427 | + CURRENT_PROJECT_VERSION = 25; |
416 | 428 | DEVELOPMENT_ASSET_PATHS = "\"TheatricalMovieTrailers/Preview Content\""; |
417 | 429 | DEVELOPMENT_TEAM = U96PJYMZWW; |
418 | 430 | ENABLE_PREVIEWS = YES; |
|
437 | 449 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
438 | 450 | CODE_SIGN_IDENTITY = "Apple Development"; |
439 | 451 | CODE_SIGN_STYLE = Automatic; |
440 | | - CURRENT_PROJECT_VERSION = 24; |
| 452 | + CURRENT_PROJECT_VERSION = 25; |
441 | 453 | DEVELOPMENT_ASSET_PATHS = "\"TheatricalMovieTrailers/Preview Content\""; |
442 | 454 | DEVELOPMENT_TEAM = U96PJYMZWW; |
443 | 455 | ENABLE_PREVIEWS = YES; |
|
0 commit comments