passepartout-apple/Passepartout/Library/Sources/AppUIMain/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 Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
App Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
AppMenu/macOS Fix profile menus 2024-11-27 01:20:42 +01:00
Diagnostics Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
Migration Refactor String identifiers (#920) 2024-11-23 20:31:22 +01:00
Modules Different styles for profile menu based on context (#947) 2024-11-26 20:10:03 +01:00
Profile Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
Providers Inform about use of profile name in Shortcuts (#954) 2024-11-27 15:30:15 +01:00
VPN Drop animations on reload servers on iOS 2024-11-27 01:22:54 +01:00