diff --git a/Baccarat/Assets.xcassets/AppIcon.appiconset/AppIcon-1024.png b/Baccarat/Assets.xcassets/AppIcon.appiconset/AppIcon-1024.png
new file mode 100644
index 0000000..878f954
Binary files /dev/null and b/Baccarat/Assets.xcassets/AppIcon.appiconset/AppIcon-1024.png differ
diff --git a/Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json b/Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json
index 2305880..a0146d3 100644
--- a/Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json
+++ b/Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -1,6 +1,7 @@
{
"images" : [
{
+ "filename" : "AppIcon-1024.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
diff --git a/Baccarat/BaccaratApp.swift b/Baccarat/BaccaratApp.swift
index c3eddf7..882c35a 100644
--- a/Baccarat/BaccaratApp.swift
+++ b/Baccarat/BaccaratApp.swift
@@ -4,14 +4,17 @@
//
// Created by Matt Bruce on 12/16/25.
//
-
import SwiftUI
@main
struct BaccaratApp: App {
var body: some Scene {
WindowGroup {
- ContentView()
+// #if DEBUG
+// IconGeneratorView()
+// #else
+ ContentView() // your real app root
+// #endif
}
}
}
diff --git a/Baccarat/Info.plist b/Baccarat/Info.plist
new file mode 100644
index 0000000..020f8dd
--- /dev/null
+++ b/Baccarat/Info.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+ LSRequiresIPhoneOS
+
+ UILaunchStoryboardName
+ LaunchScreen
+
+
diff --git a/Baccarat/LaunchScreen 2.storyboard b/Baccarat/LaunchScreen 2.storyboard
new file mode 100644
index 0000000..9ba6184
--- /dev/null
+++ b/Baccarat/LaunchScreen 2.storyboard
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+