@capgo/capacitor-native-biometric 5.1.1 → 6.0.0
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.
- package/android/build.gradle +3 -3
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +2 -1
- package/android/src/androidTest/java/com/getcapacitor/android/ExampleInstrumentedTest.java +1 -2
- package/android/src/main/java/ee/forgr/biometric/AuthActivity.java +23 -23
- package/android/src/main/java/ee/forgr/biometric/NativeBiometric.java +14 -15
- package/dist/esm/index.js.map +1 -1
- package/dist/plugin.cjs.js +6 -2
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +7 -3
- package/dist/plugin.js.map +1 -1
- package/ios/PluginTests/PluginTests.swift +0 -10
- package/ios/Podfile.lock +5 -5
- package/ios/Pods/Local Podspecs/Capacitor.podspec.json +5 -8
- package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +5 -2
- package/ios/Pods/Manifest.lock +5 -5
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +710 -726
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +1 -1
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +1 -1
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +1 -1
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +1 -1
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +1 -1
- package/package.json +15 -18
|
@@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
|
2
2
|
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
3
3
|
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova"
|
|
4
4
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
5
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${
|
|
5
|
+
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
6
6
|
OTHER_LDFLAGS = $(inherited) -framework "Cordova" -framework "WebKit"
|
|
7
7
|
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
8
8
|
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
@@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
|
2
2
|
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
3
3
|
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova"
|
|
4
4
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
5
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${
|
|
5
|
+
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
6
6
|
OTHER_LDFLAGS = $(inherited) -framework "Cordova" -framework "WebKit"
|
|
7
7
|
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
8
8
|
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
@@ -3,7 +3,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
|
3
3
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
4
4
|
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor/Capacitor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova/Cordova.framework/Headers"
|
|
5
5
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
|
|
6
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${
|
|
6
|
+
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
7
7
|
OTHER_LDFLAGS = $(inherited) -framework "Capacitor" -framework "Cordova" -framework "WebKit"
|
|
8
8
|
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
9
9
|
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
@@ -3,7 +3,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
|
3
3
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
4
4
|
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor/Capacitor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova/Cordova.framework/Headers"
|
|
5
5
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
|
|
6
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${
|
|
6
|
+
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
7
7
|
OTHER_LDFLAGS = $(inherited) -framework "Capacitor" -framework "Cordova" -framework "WebKit"
|
|
8
8
|
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
9
9
|
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
@@ -18,7 +18,7 @@ echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
|
18
18
|
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
19
19
|
|
|
20
20
|
COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
|
|
21
|
-
SWIFT_STDLIB_PATH="${
|
|
21
|
+
SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
|
|
22
22
|
BCSYMBOLMAP_DIR="BCSymbolMaps"
|
|
23
23
|
|
|
24
24
|
|
|
@@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
|
4
4
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
5
5
|
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor/Capacitor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova/Cordova.framework/Headers"
|
|
6
6
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks'
|
|
7
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${
|
|
7
|
+
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
8
8
|
OTHER_LDFLAGS = $(inherited) -framework "Capacitor" -framework "Cordova" -framework "WebKit"
|
|
9
9
|
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
10
10
|
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
@@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
|
4
4
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
5
5
|
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor/Capacitor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova/Cordova.framework/Headers"
|
|
6
6
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks'
|
|
7
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${
|
|
7
|
+
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
8
8
|
OTHER_LDFLAGS = $(inherited) -framework "Capacitor" -framework "Cordova" -framework "WebKit"
|
|
9
9
|
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
10
10
|
PODS_BUILD_DIR = ${BUILD_DIR}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/capacitor-native-biometric",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "This plugin gives access to the native biometric apis for android and iOS",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"verify:web": "npm run build",
|
|
12
12
|
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
|
|
13
13
|
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --autocorrect --format",
|
|
14
|
-
"eslint": "eslint .
|
|
14
|
+
"eslint": "eslint .",
|
|
15
15
|
"prettier": "prettier --config .prettierrc.js \"**/*.{css,html,ts,js,java}\"",
|
|
16
16
|
"swiftlint": "node-swiftlint",
|
|
17
17
|
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
|
|
@@ -23,23 +23,23 @@
|
|
|
23
23
|
"author": "Martin Donadieu",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@capacitor/android": "^
|
|
27
|
-
"@capacitor/core": "^
|
|
28
|
-
"@capacitor/docgen": "^0.2.
|
|
29
|
-
"@capacitor/ios": "^
|
|
26
|
+
"@capacitor/android": "^6.0.0",
|
|
27
|
+
"@capacitor/core": "^6.0.0",
|
|
28
|
+
"@capacitor/docgen": "^0.2.2",
|
|
29
|
+
"@capacitor/ios": "^6.0.0",
|
|
30
30
|
"@ionic/eslint-config": "^0.3.0",
|
|
31
|
-
"@ionic/prettier-config": "^
|
|
31
|
+
"@ionic/prettier-config": "^4.0.0",
|
|
32
32
|
"@ionic/swiftlint-config": "^1.1.2",
|
|
33
|
-
"eslint": "^
|
|
34
|
-
"prettier": "~2.
|
|
35
|
-
"prettier-plugin-java": "~
|
|
36
|
-
"rimraf": "^
|
|
37
|
-
"rollup": "^
|
|
38
|
-
"swiftlint": "^1.0.
|
|
39
|
-
"typescript": "~4.
|
|
33
|
+
"eslint": "^9.1.1",
|
|
34
|
+
"prettier": "~3.2.5",
|
|
35
|
+
"prettier-plugin-java": "~2.6.0",
|
|
36
|
+
"rimraf": "^5.0.5",
|
|
37
|
+
"rollup": "^4.17.1",
|
|
38
|
+
"swiftlint": "^1.0.2",
|
|
39
|
+
"typescript": "~5.4.5"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@capacitor/core": "^
|
|
42
|
+
"@capacitor/core": "^6.0.0"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"dist/",
|
|
@@ -62,9 +62,6 @@
|
|
|
62
62
|
},
|
|
63
63
|
"prettier": "@ionic/prettier-config",
|
|
64
64
|
"swiftlint": "@ionic/swiftlint-config",
|
|
65
|
-
"eslintConfig": {
|
|
66
|
-
"extends": "@ionic/eslint-config/recommended"
|
|
67
|
-
},
|
|
68
65
|
"repository": {
|
|
69
66
|
"type": "git",
|
|
70
67
|
"url": "https://github.com/Cap-go/capacitor-native-biometric"
|