Update project settings so that we can compile under xcode previews

This commit is contained in:
Maurice Parker
2020-06-28 17:43:20 -05:00
parent b82686e7b8
commit f669411b55
15 changed files with 52 additions and 13 deletions

View File

@@ -34,6 +34,6 @@ struct SceneNavigationView: View {
struct NavigationView_Previews: PreviewProvider {
static var previews: some View {
SceneNavigationView()
SceneNavigationView()
}
}