Skip to content

Commit

Permalink
Make iOS compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze committed Feb 28, 2021
1 parent 2f0d837 commit 98ba9d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VidQuery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */,
Expand Down

0 comments on commit 98ba9d8

Please sign in to comment.