passepartout-apple/Passepartout/App
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
..
Assets.xcassets Show in Mac status bar plus Login Item (#773) 2024-10-29 11:40:11 +01:00
Platforms Add target for UI tests (#959) 2024-11-28 01:30:26 +01:00
en.lproj Lock app with FaceID (#609) 2024-09-25 19:32:07 +02:00
App.entitlements Share migrated TV profiles (#918) 2024-11-23 13:33:02 +01:00
App.plist Share migrated TV profiles (#918) 2024-11-23 13:33:02 +01:00
AppDelegate.swift Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
LaunchScreen.storyboard Import v3 code (#597) 2024-09-23 15:02:26 +02:00
PassepartoutApp.swift Decouple Mac settings from AppMenu (#865) 2024-11-13 22:35:50 +01:00