Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from mattrubin:develop #4

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
143348c
Upgrade Carthage dependencies
mattrubin Feb 11, 2023
895d10b
Upgrade OneTimePassword to a 4.0 pre-release
mattrubin Feb 11, 2023
a862a2f
Fix TokenListViewController tests
mattrubin Feb 11, 2023
addd883
Update SwiftLint configuration
mattrubin Feb 11, 2023
00b5f74
Fix deprecated matching of multiple associated values as a tuple
mattrubin Feb 11, 2023
8707104
Fix use of deprecated cross-module struct initialization
mattrubin Feb 11, 2023
45a6cc7
Fix use of deprecated `openURL`
mattrubin Feb 11, 2023
2fa9985
Remove unnecessary `if #available` checks
mattrubin Feb 11, 2023
1f5fa14
Set the project's Swift language mode to Swift 5
mattrubin Feb 11, 2023
319a72c
Modernize xcscheme files
mattrubin Feb 11, 2023
5071656
Restore previous navigation bar, toolbar, and modal presentation styles
mattrubin Feb 11, 2023
2dfec07
Restore previous segmented control text colors
mattrubin Feb 11, 2023
b0ef1cb
Fix a bug where nav bar button text would change size while animating
mattrubin Feb 11, 2023
ae70bde
Upgrade fastlane tools
mattrubin Feb 11, 2023
d07e4b2
Update inkscape command line options, then regenerate app icons
mattrubin Feb 11, 2023
1104b8e
Update screenshots
mattrubin Feb 11, 2023
cefd037
Update the version number (and change how build numbers are set)
mattrubin Feb 11, 2023
bb066eb
Configure GitHub Actions CI
mattrubin Feb 12, 2023
6ef500a
Configure GitHub Actions to test on more OS and device combinations
mattrubin Feb 12, 2023
542c556
Delete Travis CI configuration
mattrubin Feb 12, 2023
98c539c
Merge github-actions into modernize
mattrubin Feb 12, 2023
c8ad1c1
[CI] Fix collection of code coverage info
mattrubin Feb 12, 2023
48306cc
Fix a comment typo
mattrubin Feb 12, 2023
fd1200f
Fix `UITableViewAlertForLayoutOutsideViewHierarchy` warnings in tests
mattrubin Feb 12, 2023
a323887
Remove direct initialization of empty NSErrors in tests
mattrubin Feb 12, 2023
c8a16be
Update copyright notice dates
mattrubin Feb 12, 2023
500c9a0
Merge pull request #407 from mattrubin/modernize
mattrubin Feb 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update screenshots
Disable battery detail, since it looks busy on the modern iPhone screens
  • Loading branch information
mattrubin committed Feb 11, 2023
commit 1104b8e801103f04898701de3c758d1fdef79e5a
1 change: 1 addition & 0 deletions AuthenticatorScreenshots/AuthenticatorScreenshots.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import SimulatorStatusMagiciOS
class AuthenticatorScreenshots: XCTestCase {
override class func setUp() {
super.setUp()
SDStatusBarManager.sharedInstance().batteryDetailEnabled = false
SDStatusBarManager.sharedInstance().enableOverrides()
}

Expand Down
2 changes: 1 addition & 1 deletion fastlane/Snapfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workspace "Authenticator.xcworkspace"
scheme "Authenticator Demo"

devices([
"iPhone SE",
"iPhone SE (1st generation)",
"iPhone 8",
"iPhone 8 Plus",
"iPhone Xs",
Expand Down
Binary file modified fastlane/screenshots/en-US/iPhone 8 Plus-0-TokenList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone 8 Plus-1-ScanToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone 8 Plus-2-AddToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone 8-0-TokenList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone 8-1-ScanToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone 8-2-AddToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fastlane/screenshots/en-US/iPhone SE-0-TokenList.png
Binary file not shown.
Binary file not shown.
Binary file removed fastlane/screenshots/en-US/iPhone SE-2-AddToken.png
Binary file not shown.
Binary file modified fastlane/screenshots/en-US/iPhone Xs Max-0-TokenList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone Xs Max-1-ScanToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone Xs Max-2-AddToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone Xs-0-TokenList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone Xs-1-ScanToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone Xs-2-AddToken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.