Files
daily-notification-plugin/ios
Matthew Raymer 530691b863 fix(ios): make PersistenceController public for build access
Fixed build error: 'cannot find PersistenceController in scope'

Changes:
- Made PersistenceController class public
- Made shared static property public
- Made container property public
- Made init method public

This allows DailyNotificationPlugin to access PersistenceController
across module boundaries. CocoaPods pod install was required to
regenerate project files with updated access modifiers.

Result: iOS plugin now builds successfully
2025-11-11 17:45:01 -08:00
..