Files
daily-notification-plugin/test-apps
Matthew Raymer 86497f8604 fix(ios): correct SceneDelegate class name in Info.plist
Fixed SceneDelegate class name configuration:

Info.plist Fix:
- Changed from $(PRODUCT_MODULE_NAME).SceneDelegate to SceneDelegate
- PRODUCT_MODULE_NAME variable wasn't resolving correctly
- SceneDelegate class couldn't be loaded, causing black screen

Fixes:
- Black screen: SceneDelegate now loads correctly
- ViewController creation: SceneDelegate can now instantiate ViewController
- WebView initialization: App initialization chain now works

Result: SceneDelegate should now load and create ViewController, allowing WebView to initialize
2025-11-11 21:19:29 -08:00
..
2025-10-15 10:46:50 +00:00