10 Commits

Author SHA1 Message Date
Matt Rubin b0a0a33a8b Update screenshots for new screen sizes:
- Update fastlane snapshot config with new devices
- Remove SimulatorStatusMagic, which doesn't work as easily on newer simulators
- Configure fastlane snapshot to make the status bar pretty
- Annotate screenshot test case with `@MainActor` as required by the snapshot helper function

A few issues I ran into:
- The iOS simulator inherits the 12/24-hour time format preference from the macOS host *at the time the simulator is created* and does not expose a way to change this setting via either the Settings app or an `xcrun simctl` command. The fix was to manually run `plutil -remove AppleICUForce24HourTime ~/Library/Developer/CoreSimulator/Devices/[Simulator UUID]/data/Library/Preferences/.GlobalPreferences.plist` for each simulator before running fastlane snapshot.
- There are imperceptible differences between screenshots rendered when my MBP is running on battery power vs running off a power adapter. I opted to capture screenshots when connected to power.
- The (in)visibility of the home indicator at the bottom of each screenshot is flaky. Most screenshots don't include it, but I had to re-generate several of them to get them all without home indicators.
2026-01-06 13:03:46 -05:00
Matt Rubin 143348c662 Upgrade Carthage dependencies 2023-02-11 10:43:11 -05:00
Matt Rubin eba3f2cfec Use SimulatorStatusMagic to get clean status bars in screenshots 2016-12-31 00:26:57 -05:00
Matt Rubin c5524ec60e Update url for SVProgressHUD 2016-02-08 14:08:51 -05:00
Matt Rubin a6105381df Update OneTimePassword to 2.0.0-beta.5 2016-02-05 00:53:22 -05:00
Matt Rubin 19f49a77ea Fix broken Crypto submodule 2015-11-07 18:30:04 -05:00
Matt Rubin f65644dd46 Add SVProgressHUD via Carthage 2015-11-07 16:08:44 -05:00
Matt Rubin 8491d02c4b Update dependencies 2015-11-07 16:03:12 -05:00
Matt Rubin 981532b4ee Fix .gitmodules 2015-02-02 03:16:51 -05:00
Matt Rubin e901de0d77 Add OneTimePassword via Carthage 2015-02-01 15:27:40 -05:00