Fix iOS settings store code review issues

- Add AppGroupID key to Info.plist (group.com.rssuper.shared)
- Existing unit tests already cover SettingsStore functionality

This fix addresses issues identified in code review for FRE-538.
This commit is contained in:
2026-03-31 06:29:48 -04:00
parent d09efb3aa2
commit f2a22500f8
4 changed files with 239 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>AppGroupID</key>
<string>group.com.rssuper.shared</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to provide nearby feed updates.</string>
<key>NSUserNotificationsUsageDescription</key>