Skip to content

Liveness new #210

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

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
/.build
/.index-build
/Packages
/*.xcodeproj
xcuserdata/
Expand Down
10 changes: 10 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/amplify-ui-swift-liveness.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions AmplifyUILiveness.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AmplifyUILiveness'
s.version = '1.0.0'
s.summary = 'AWS Amplify UI Liveness module'
s.homepage = 'https://github.com/aws-amplify/amplify-ui-swift-liveness'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'AWS Amplify' => '[email protected]' }
s.source = { :git => 'https://github.com/guamacard/amplify-ui-swift-liveness.git', :branch => 'main' }
s.ios.deployment_target = '13.0'
s.source_files = 'Sources/**/*.{swift,h,m}'
s.swift_version = '5.0'
end
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.4.2 (2025-07-17)

## 1.4.1 (2025-07-01)

## 1.4.0 (2025-06-30)

### Features

- add no-light/facemovementonly challenge and back camera support (#131)

## 1.3.5 (2025-03-18)

## 1.3.4 (2025-01-13)
Expand Down
724 changes: 0 additions & 724 deletions HostApp/HostApp.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

105 changes: 0 additions & 105 deletions HostApp/HostApp.xcodeproj/xcshareddata/xcschemes/HostApp.xcscheme

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions HostApp/HostApp/Assets.xcassets/Contents.json

This file was deleted.

10 changes: 0 additions & 10 deletions HostApp/HostApp/HostApp.entitlements

This file was deleted.

Loading