diff --git a/VidQuery.xcodeproj/project.pbxproj b/VidQuery.xcodeproj/project.pbxproj index 323f16f..8ae8c96 100644 --- a/VidQuery.xcodeproj/project.pbxproj +++ b/VidQuery.xcodeproj/project.pbxproj @@ -45,6 +45,7 @@ 3C914EF125E9FBED00FAB882 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3C914EF025E9FBED00FAB882 /* Preview Assets.xcassets */; }; 3CA83C5B25EB774D002FD507 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3C914EED25E9FBED00FAB882 /* Assets.xcassets */; }; 3CA83C6125EC138A002FD507 /* TMDB_API.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA83C6025EC138A002FD507 /* TMDB_API.swift */; }; + 3CA83C6625EC1442002FD507 /* TMDB_API.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA83C6025EC138A002FD507 /* TMDB_API.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -309,6 +310,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 3CA83C6625EC1442002FD507 /* TMDB_API.swift in Sources */, 3C65DE8925EB64A200D541DF /* VidQueryApp.swift in Sources */, 128336F925EB7EFF00EEAEBE /* ForegroundColorModifier.swift in Sources */, 3C65DE8A25EB64A200D541DF /* ContentView.swift in Sources */,