passepartout-apple/Passepartout/Library/Sources
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
..
AppData In-place NetworkExtension profiles (#715) 2024-10-10 16:03:02 +02:00
AppDataProfiles Add initial migration UI (#866) 2024-11-14 11:02:26 +01:00
AppDataProviders Resolve excessive profile reloads (#883) 2024-11-17 11:34:43 +01:00
AppUI Strip package dependencies (#862) 2024-11-13 21:05:53 +01:00
AppUIMain Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
AppUIMainWrapper Rearrange targets for unit testing (#900) 2024-11-20 18:05:47 +01:00
AppUITV Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
AppUITVWrapper Rearrange targets for unit testing (#900) 2024-11-20 18:05:47 +01:00
CommonAPI Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
CommonIAP Simplify paywall entities (#923) 2024-11-24 20:01:30 +01:00
CommonLibrary Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
CommonUtils Add version view in About/Settings (#952) 2024-11-27 13:24:44 +01:00
LegacyV2 Share migrated TV profiles (#918) 2024-11-23 13:33:02 +01:00
PassepartoutImplementations Rearrange targets for unit testing (#900) 2024-11-20 18:05:47 +01:00
UILibrary Separate AppContext for previews and UI testing (#961) 2024-11-28 17:31:17 +01:00
UITesting Automate screenshots via UI tests (#960) 2024-11-28 15:51:03 +01:00