Skip to content

Commit 3a8f206

Browse files
committed
update
1 parent 21d8aff commit 3a8f206

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ui_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818

1919
- name: UI test Authenticator on iOS
2020
working-directory: Tests/AuthenticatorHostApp
21-
run: xcodebuild test -scheme AuthenticatorHostApp -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest' -derivedDataPath Build/ -clonedSourcePackagesDirPath ~/Library/Developer/Xcode/DerivedData/Authenticator | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
21+
run: |
22+
xcodebuild -resolvePackageDependencies -scheme Authenticator
23+
xcodebuild test -scheme AuthenticatorHostApp -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest' -derivedDataPath Build/ -clonedSourcePackagesDirPath ~/Library/Developer/Xcode/DerivedData/Authenticator | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.8 (2024-10-31)
4+
5+
### Feature
6+
- **Authenticator**: Adding support for Email MFA (#96)
7+
38
## 1.1.8 (2024-09-20)
49

510
### Bug Fixes

0 commit comments

Comments
 (0)