Skip to content

Commit

Permalink
feat: v0 UI
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjannitesh committed Nov 5, 2024
1 parent a11f78f commit c211c61
Show file tree
Hide file tree
Showing 5 changed files with 802 additions and 24 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 2 additions & 0 deletions Kino.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Kino/Preview Content\"";
DEVELOPMENT_TEAM = 44C4N75X8J;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -429,6 +430,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Kino/Preview Content\"";
DEVELOPMENT_TEAM = 44C4N75X8J;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down
24 changes: 0 additions & 24 deletions Kino/ContentView.swift

This file was deleted.

5 changes: 5 additions & 0 deletions Kino/KinoApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@

import SwiftUI



@main
struct KinoApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
#if os(macOS)
.windowStyle(.hiddenTitleBar)
#endif
}
}
Loading

0 comments on commit c211c61

Please sign in to comment.