mirror of
https://github.com/NinjaCheetah/RIT-Dining.git
synced 2026-03-05 13:35:29 -05:00
Replace all instances of "RIT Dining" with "TigerDine"
The project and some files were still named that way, so that's been fixed now. The bundle ID is stuck that way forever but oh well. Nobody will see that.
This commit is contained in:
17
TigerDine/TigerDineApp.swift
Normal file
17
TigerDine/TigerDineApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// TigerDineApp.swift
|
||||
// TigerDine
|
||||
//
|
||||
// Created by Campbell on 8/31/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct TigerDineApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user