@capgo/capacitor-native-biometric 6.0.4 → 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CapgoCapacitorNativeBiometric.podspec +1 -1
  2. package/README.md +30 -35
  3. package/android/build.gradle +7 -7
  4. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  5. package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  6. package/android/gradlew +13 -9
  7. package/android/gradlew.bat +12 -10
  8. package/android/src/main/java/ee/forgr/biometric/AuthActivity.java +49 -15
  9. package/android/src/main/java/ee/forgr/biometric/NativeBiometric.java +56 -53
  10. package/dist/docs.json +57 -43
  11. package/dist/esm/definitions.d.ts +7 -0
  12. package/dist/esm/definitions.js.map +1 -1
  13. package/dist/esm/web.js +4 -0
  14. package/dist/esm/web.js.map +1 -1
  15. package/dist/plugin.cjs.js +4 -0
  16. package/dist/plugin.cjs.js.map +1 -1
  17. package/dist/plugin.js +4 -0
  18. package/dist/plugin.js.map +1 -1
  19. package/ios/Plugin/Plugin.swift +9 -1
  20. package/ios/Plugin.xcodeproj/project.pbxproj +4 -12
  21. package/ios/Podfile +1 -1
  22. package/package.json +49 -42
  23. package/ios/Plugin/Plugin.h +0 -10
  24. package/ios/Plugin/Plugin.m +0 -12
  25. package/ios/Podfile.lock +0 -22
  26. package/ios/Pods/Local Podspecs/Capacitor.podspec.json +0 -31
  27. package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +0 -29
  28. package/ios/Pods/Manifest.lock +0 -22
  29. package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1610
  30. package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +0 -26
  31. package/ios/Pods/Target Support Files/Capacitor/Capacitor-dummy.m +0 -5
  32. package/ios/Pods/Target Support Files/Capacitor/Capacitor-prefix.pch +0 -12
  33. package/ios/Pods/Target Support Files/Capacitor/Capacitor-umbrella.h +0 -23
  34. package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +0 -16
  35. package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +0 -8
  36. package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +0 -16
  37. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +0 -26
  38. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-dummy.m +0 -5
  39. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch +0 -12
  40. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-umbrella.h +0 -32
  41. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.debug.xcconfig +0 -13
  42. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +0 -6
  43. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +0 -13
  44. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist +0 -26
  45. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +0 -53
  46. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +0 -91
  47. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-dummy.m +0 -5
  48. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-umbrella.h +0 -16
  49. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +0 -14
  50. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.modulemap +0 -6
  51. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +0 -14
  52. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist +0 -26
  53. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +0 -53
  54. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +0 -91
  55. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-dummy.m +0 -5
  56. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +0 -188
  57. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-umbrella.h +0 -16
  58. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +0 -15
  59. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap +0 -6
  60. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +0 -15
@@ -1,10 +0,0 @@
1
- #import <UIKit/UIKit.h>
2
-
3
- //! Project version number for Plugin.
4
- FOUNDATION_EXPORT double PluginVersionNumber;
5
-
6
- //! Project version string for Plugin.
7
- FOUNDATION_EXPORT const unsigned char PluginVersionString[];
8
-
9
- // In this header, you should import all the public headers of your framework using statements like #import <Plugin/PublicHeader.h>
10
-
@@ -1,12 +0,0 @@
1
- #import <Foundation/Foundation.h>
2
- #import <Capacitor/Capacitor.h>
3
-
4
- // Define the plugin using the CAP_PLUGIN Macro, and
5
- // each method the plugin supports using the CAP_PLUGIN_METHOD macro.
6
- CAP_PLUGIN(NativeBiometric, "NativeBiometric",
7
- CAP_PLUGIN_METHOD(isAvailable, CAPPluginReturnPromise);
8
- CAP_PLUGIN_METHOD(verifyIdentity, CAPPluginReturnPromise);
9
- CAP_PLUGIN_METHOD(getCredentials, CAPPluginReturnPromise);
10
- CAP_PLUGIN_METHOD(setCredentials, CAPPluginReturnPromise);
11
- CAP_PLUGIN_METHOD(deleteCredentials, CAPPluginReturnPromise);
12
- )
package/ios/Podfile.lock DELETED
@@ -1,22 +0,0 @@
1
- PODS:
2
- - Capacitor (6.0.0):
3
- - CapacitorCordova
4
- - CapacitorCordova (6.0.0)
5
-
6
- DEPENDENCIES:
7
- - "Capacitor (from `../node_modules/@capacitor/ios`)"
8
- - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
9
-
10
- EXTERNAL SOURCES:
11
- Capacitor:
12
- :path: "../node_modules/@capacitor/ios"
13
- CapacitorCordova:
14
- :path: "../node_modules/@capacitor/ios"
15
-
16
- SPEC CHECKSUMS:
17
- Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
18
- CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
19
-
20
- PODFILE CHECKSUM: 1033dea949db4aa66cc0404a8baadac4a30dd025
21
-
22
- COCOAPODS: 1.15.2
@@ -1,31 +0,0 @@
1
- {
2
- "name": "Capacitor",
3
- "version": "6.0.0",
4
- "summary": "Capacitor for iOS",
5
- "social_media_url": "https://twitter.com/capacitorjs",
6
- "license": "MIT",
7
- "homepage": "https://capacitorjs.com/",
8
- "platforms": {
9
- "ios": "13.0"
10
- },
11
- "authors": {
12
- "Ionic Team": "hi@ionicframework.com"
13
- },
14
- "source": {
15
- "git": "https://github.com/ionic-team/capacitor.git",
16
- "tag": "6.0.0"
17
- },
18
- "source_files": "Capacitor/Capacitor/**/*.{swift,h,m}",
19
- "module_map": "Capacitor/Capacitor/Capacitor.modulemap",
20
- "resources": [
21
- "Capacitor/Capacitor/assets/native-bridge.js",
22
- "Capacitor/Capacitor/PrivacyInfo.xcprivacy"
23
- ],
24
- "dependencies": {
25
- "CapacitorCordova": [
26
-
27
- ]
28
- },
29
- "swift_versions": "5.1",
30
- "swift_version": "5.1"
31
- }
@@ -1,29 +0,0 @@
1
- {
2
- "name": "CapacitorCordova",
3
- "module_name": "Cordova",
4
- "version": "6.0.0",
5
- "summary": "Capacitor Cordova Compatibility Layer",
6
- "homepage": "https://capacitorjs.com",
7
- "license": "MIT",
8
- "authors": {
9
- "Ionic Team": "hi@ionicframework.com"
10
- },
11
- "source": {
12
- "git": "https://github.com/ionic-team/capacitor",
13
- "tag": "6.0.0"
14
- },
15
- "platforms": {
16
- "ios": "13.0"
17
- },
18
- "source_files": "CapacitorCordova/CapacitorCordova/**/*.{h,m}",
19
- "public_header_files": [
20
- "CapacitorCordova/CapacitorCordova/Classes/Public/*.h",
21
- "CapacitorCordova/CapacitorCordova/CapacitorCordova.h"
22
- ],
23
- "module_map": "CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap",
24
- "resources": [
25
- "CapacitorCordova/CapacitorCordova/PrivacyInfo.xcprivacy"
26
- ],
27
- "requires_arc": true,
28
- "frameworks": "WebKit"
29
- }
@@ -1,22 +0,0 @@
1
- PODS:
2
- - Capacitor (6.0.0):
3
- - CapacitorCordova
4
- - CapacitorCordova (6.0.0)
5
-
6
- DEPENDENCIES:
7
- - "Capacitor (from `../node_modules/@capacitor/ios`)"
8
- - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
9
-
10
- EXTERNAL SOURCES:
11
- Capacitor:
12
- :path: "../node_modules/@capacitor/ios"
13
- CapacitorCordova:
14
- :path: "../node_modules/@capacitor/ios"
15
-
16
- SPEC CHECKSUMS:
17
- Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
18
- CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
19
-
20
- PODFILE CHECKSUM: 1033dea949db4aa66cc0404a8baadac4a30dd025
21
-
22
- COCOAPODS: 1.15.2