passepartout-apple/Passepartout/Library/Sources/UILibrary/Views
Davide 2a467e0c7e
Separate AppContext for previews and UI testing (#961)
Clarify the use of contexts:

- **Production** (.shared)
- **Previews** (.mock → .forPreviews)
  - ONLY use it in UILibrary for, well, previews
  - This context has dumb profiles with UUIDs as names
  - Registry is fake
- **UI Tests** (.forUITesting)
  - Add new context for UI testing
  - Selected based on command line arguments
  - This context has mock data tuned for decent screenshots
  - Registry is real

Share the same InAppProcessor in .shared and .forTesting contexts
because the app behavior was inconsistent regarding e.g. in-app
purchases.
2024-11-28 17:31:17 +01:00
..
About Add version view in About/Settings (#952) 2024-11-27 13:24:44 +01:00
Diagnostics Add TV settings tab (#921) 2024-11-23 23:01:11 +01:00
Modules Refactor String identifiers (#920) 2024-11-23 20:31:22 +01:00
Paywall Improve layout of installed profile (#953) 2024-11-27 14:49:23 +01:00
Preferences Split app and UI domains (#949) 2024-11-26 21:21:49 +01:00
UI Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00