Files
daily-notification-plugin/test-apps/ios-test-app/App
Matthew Raymer 517fe15d4d fix(ios): add @objc annotation to SceneDelegate for runtime visibility
Added @objc annotation to SceneDelegate:

Objective-C Runtime:
- Added @objc(SceneDelegate) annotation
- Makes class visible to Objective-C runtime
- Required for Info.plist class name resolution

Fixes:
- SceneDelegate loading: class can now be found by iOS runtime
- Info.plist resolution: UISceneDelegateClassName can now resolve
- ViewController creation: SceneDelegate can now instantiate ViewController

Result: SceneDelegate should now be loadable by iOS runtime
2025-11-11 21:20:48 -08:00
..