NetNewsWire/Multiplatform/iOS
Stuart Breckenridge 0e0f46fa49 Refactors `AppDefaults` to `AppSettings`
This commit makes some assumptions:

- `AppSettings` is an `ObservableObject` that uses `@AppStorage` where possible, which sets default values.
- Each change to an property triggers an `objectWillChange.send()` call.
- `IconSize` is not used. Instead, it defaults to 40.0 with minimums and maximums of 20.0 and 60.0, controlled via Timeline settings.
2020-07-01 21:06:40 +08:00
..
Settings Refactors `AppDefaults` to `AppSettings` 2020-07-01 21:06:40 +08:00
AppDelegate.swift Make multiplatform compile shared app resources 2020-06-28 03:05:01 -05:00
AppSettings.swift Refactors `AppDefaults` to `AppSettings` 2020-07-01 21:06:40 +08:00
Info.plist Change app identification so that we keep the same user defaults as the previous mac and ios versions 2020-06-28 14:40:01 -05:00
SafariView.swift Adds Toolbar for Sidebar & SettingsViews for iOS 2020-06-30 21:22:23 +08:00
VisualEffectBlur.swift Adds Toolbar for Sidebar & SettingsViews for iOS 2020-06-30 21:22:23 +08:00
iOS-dev.entitlements Initial multiplatform build 2020-06-27 11:22:01 -05:00
iOS.entitlements Initial multiplatform build 2020-06-27 11:22:01 -05:00