This repository was archived by the owner on Jan 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
TheatricalMovieTrailers.xcodeproj Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,6 @@ struct ContentView: View {
121121 }
122122
123123 private func imageForMovie( _ movieInfo: MovieInfo ) -> NSImage {
124- return ( dataStore. idsAndImages [ movieInfo. id] ?? NSImage ( named: " MoviePosterPlaceholder " ) ) !
124+ return ( dataStore. idsAndImages [ movieInfo. id] ?? NSImage ( named: " moviePosterPlaceholder " ) ) !
125125 }
126126}
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ struct MovieTrailerListView: View {
130130 }
131131
132132 private func imageForMovie( _ movieInfo: MovieInfo ) -> NSImage {
133- return ( dataStore. idsAndImages [ movieInfo. id] ?? NSImage ( named: " MoviePosterPlaceholder " ) ) !
133+ return ( dataStore. idsAndImages [ movieInfo. id] ?? NSImage ( named: " moviePosterPlaceholder " ) ) !
134134 }
135135
136136 private func playTrailer( _ movieInfo: MovieInfo ) {
Original file line number Diff line number Diff line change 909909 CODE_SIGN_IDENTITY = "Apple Development";
910910 CODE_SIGN_STYLE = Automatic;
911911 COMBINE_HIDPI_IMAGES = YES;
912- CURRENT_PROJECT_VERSION = 1 ;
912+ CURRENT_PROJECT_VERSION = 2 ;
913913 DEVELOPMENT_ASSET_PATHS = "\"TMT Mac/Preview Content\"";
914914 DEVELOPMENT_TEAM = U96PJYMZWW;
915915 ENABLE_HARDENED_RUNTIME = YES;
943943 CODE_SIGN_IDENTITY = "Apple Development";
944944 CODE_SIGN_STYLE = Automatic;
945945 COMBINE_HIDPI_IMAGES = YES;
946- CURRENT_PROJECT_VERSION = 1 ;
946+ CURRENT_PROJECT_VERSION = 2 ;
947947 DEVELOPMENT_ASSET_PATHS = "\"TMT Mac/Preview Content\"";
948948 DEVELOPMENT_TEAM = U96PJYMZWW;
949949 ENABLE_HARDENED_RUNTIME = YES;
You can’t perform that action at this time.
0 commit comments