Rebrand entire project from Feels to Reflect
Complete rename across all bundle IDs, App Groups, CloudKit containers, StoreKit product IDs, data store filenames, URL schemes, logger subsystems, Swift identifiers, user-facing strings (7 languages), file names, directory names, Xcode project, schemes, assets, and documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
23
Reflect Watch App/ReflectWatchApp.swift
Normal file
23
Reflect Watch App/ReflectWatchApp.swift
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// ReflectWatchApp.swift
|
||||
// Reflect Watch App
|
||||
//
|
||||
// Entry point for the Apple Watch companion app.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct ReflectWatchApp: App {
|
||||
|
||||
init() {
|
||||
// Initialize Watch Connectivity for cross-device widget updates
|
||||
_ = WatchConnectivityManager.shared
|
||||
}
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user