@capgo/capacitor-native-biometric 6.0.3 → 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.
- package/CapgoCapacitorNativeBiometric.podspec +1 -1
- package/README.md +31 -36
- package/android/build.gradle +7 -7
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/android/gradlew +13 -9
- package/android/gradlew.bat +12 -10
- package/android/src/main/java/ee/forgr/biometric/AuthActivity.java +49 -15
- package/android/src/main/java/ee/forgr/biometric/NativeBiometric.java +56 -53
- package/dist/docs.json +57 -43
- package/dist/esm/definitions.d.ts +7 -0
- package/dist/esm/definitions.js.map +1 -1
- package/dist/esm/web.js +4 -0
- package/dist/esm/web.js.map +1 -1
- package/dist/plugin.cjs.js +4 -0
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +4 -0
- package/dist/plugin.js.map +1 -1
- package/ios/Plugin/Plugin.swift +9 -1
- package/ios/Plugin.xcodeproj/project.pbxproj +4 -12
- package/ios/Podfile +1 -1
- package/package.json +49 -42
- package/ios/Plugin/Plugin.h +0 -10
- package/ios/Plugin/Plugin.m +0 -12
- package/ios/Podfile.lock +0 -22
- package/ios/Pods/Local Podspecs/Capacitor.podspec.json +0 -31
- package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +0 -29
- package/ios/Pods/Manifest.lock +0 -22
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1610
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +0 -26
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-dummy.m +0 -5
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-prefix.pch +0 -12
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-umbrella.h +0 -23
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +0 -8
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +0 -26
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-dummy.m +0 -5
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch +0 -12
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-umbrella.h +0 -32
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.debug.xcconfig +0 -13
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +0 -6
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +0 -13
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist +0 -26
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +0 -53
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +0 -91
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-dummy.m +0 -5
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-umbrella.h +0 -16
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +0 -14
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.modulemap +0 -6
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +0 -14
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist +0 -26
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +0 -53
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +0 -91
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-dummy.m +0 -5
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +0 -188
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-umbrella.h +0 -16
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap +0 -6
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +0 -15
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
|
|
7
|
-
<key>CFBundleExecutable</key>
|
|
8
|
-
<string>${EXECUTABLE_NAME}</string>
|
|
9
|
-
<key>CFBundleIdentifier</key>
|
|
10
|
-
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
|
11
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
-
<string>6.0</string>
|
|
13
|
-
<key>CFBundleName</key>
|
|
14
|
-
<string>${PRODUCT_NAME}</string>
|
|
15
|
-
<key>CFBundlePackageType</key>
|
|
16
|
-
<string>FMWK</string>
|
|
17
|
-
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>6.0.0</string>
|
|
19
|
-
<key>CFBundleSignature</key>
|
|
20
|
-
<string>????</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>${CURRENT_PROJECT_VERSION}</string>
|
|
23
|
-
<key>NSPrincipalClass</key>
|
|
24
|
-
<string></string>
|
|
25
|
-
</dict>
|
|
26
|
-
</plist>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
#ifdef __OBJC__
|
|
2
|
-
#import <UIKit/UIKit.h>
|
|
3
|
-
#else
|
|
4
|
-
#ifndef FOUNDATION_EXPORT
|
|
5
|
-
#if defined(__cplusplus)
|
|
6
|
-
#define FOUNDATION_EXPORT extern "C"
|
|
7
|
-
#else
|
|
8
|
-
#define FOUNDATION_EXPORT extern
|
|
9
|
-
#endif
|
|
10
|
-
#endif
|
|
11
|
-
#endif
|
|
12
|
-
|
|
13
|
-
#import "Capacitor.h"
|
|
14
|
-
#import "CAPBridgedPlugin.h"
|
|
15
|
-
#import "CAPPlugin.h"
|
|
16
|
-
#import "CAPPluginCall.h"
|
|
17
|
-
#import "CAPPluginMethod.h"
|
|
18
|
-
#import "DefaultPlugins.h"
|
|
19
|
-
#import "Keyboard.h"
|
|
20
|
-
|
|
21
|
-
FOUNDATION_EXPORT double CapacitorVersionNumber;
|
|
22
|
-
FOUNDATION_EXPORT const unsigned char CapacitorVersionString[];
|
|
23
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
2
|
-
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
3
|
-
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova"
|
|
4
|
-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
5
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
6
|
-
OTHER_LDFLAGS = $(inherited) -framework "Cordova" -framework "WebKit"
|
|
7
|
-
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
8
|
-
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
9
|
-
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
10
|
-
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
|
11
|
-
PODS_ROOT = ${SRCROOT}
|
|
12
|
-
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@capacitor/ios
|
|
13
|
-
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
|
14
|
-
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
|
15
|
-
SKIP_INSTALL = YES
|
|
16
|
-
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
2
|
-
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Capacitor
|
|
3
|
-
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova"
|
|
4
|
-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
5
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
6
|
-
OTHER_LDFLAGS = $(inherited) -framework "Cordova" -framework "WebKit"
|
|
7
|
-
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
8
|
-
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
9
|
-
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
10
|
-
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
|
11
|
-
PODS_ROOT = ${SRCROOT}
|
|
12
|
-
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@capacitor/ios
|
|
13
|
-
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
|
14
|
-
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
|
15
|
-
SKIP_INSTALL = YES
|
|
16
|
-
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
|
|
7
|
-
<key>CFBundleExecutable</key>
|
|
8
|
-
<string>${EXECUTABLE_NAME}</string>
|
|
9
|
-
<key>CFBundleIdentifier</key>
|
|
10
|
-
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
|
11
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
-
<string>6.0</string>
|
|
13
|
-
<key>CFBundleName</key>
|
|
14
|
-
<string>${PRODUCT_NAME}</string>
|
|
15
|
-
<key>CFBundlePackageType</key>
|
|
16
|
-
<string>FMWK</string>
|
|
17
|
-
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>6.0.0</string>
|
|
19
|
-
<key>CFBundleSignature</key>
|
|
20
|
-
<string>????</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>${CURRENT_PROJECT_VERSION}</string>
|
|
23
|
-
<key>NSPrincipalClass</key>
|
|
24
|
-
<string></string>
|
|
25
|
-
</dict>
|
|
26
|
-
</plist>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
#ifdef __OBJC__
|
|
2
|
-
#import <UIKit/UIKit.h>
|
|
3
|
-
#else
|
|
4
|
-
#ifndef FOUNDATION_EXPORT
|
|
5
|
-
#if defined(__cplusplus)
|
|
6
|
-
#define FOUNDATION_EXPORT extern "C"
|
|
7
|
-
#else
|
|
8
|
-
#define FOUNDATION_EXPORT extern
|
|
9
|
-
#endif
|
|
10
|
-
#endif
|
|
11
|
-
#endif
|
|
12
|
-
|
|
13
|
-
#import "AppDelegate.h"
|
|
14
|
-
#import "CDV.h"
|
|
15
|
-
#import "CDVAvailability.h"
|
|
16
|
-
#import "CDVCommandDelegate.h"
|
|
17
|
-
#import "CDVCommandDelegateImpl.h"
|
|
18
|
-
#import "CDVConfigParser.h"
|
|
19
|
-
#import "CDVInvokedUrlCommand.h"
|
|
20
|
-
#import "CDVPlugin.h"
|
|
21
|
-
#import "CDVPluginManager.h"
|
|
22
|
-
#import "CDVPluginResult.h"
|
|
23
|
-
#import "CDVScreenOrientationDelegate.h"
|
|
24
|
-
#import "CDVUIWebViewDelegate.h"
|
|
25
|
-
#import "CDVURLProtocol.h"
|
|
26
|
-
#import "CDVUserAgentUtil.h"
|
|
27
|
-
#import "CDVViewController.h"
|
|
28
|
-
#import "NSDictionary+CordovaPreferences.h"
|
|
29
|
-
|
|
30
|
-
FOUNDATION_EXPORT double CordovaVersionNumber;
|
|
31
|
-
FOUNDATION_EXPORT const unsigned char CordovaVersionString[];
|
|
32
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
2
|
-
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova
|
|
3
|
-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
4
|
-
OTHER_LDFLAGS = $(inherited) -framework "WebKit"
|
|
5
|
-
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
6
|
-
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
7
|
-
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
|
8
|
-
PODS_ROOT = ${SRCROOT}
|
|
9
|
-
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@capacitor/ios
|
|
10
|
-
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
|
11
|
-
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
|
12
|
-
SKIP_INSTALL = YES
|
|
13
|
-
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
2
|
-
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova
|
|
3
|
-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
4
|
-
OTHER_LDFLAGS = $(inherited) -framework "WebKit"
|
|
5
|
-
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
6
|
-
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
7
|
-
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
|
8
|
-
PODS_ROOT = ${SRCROOT}
|
|
9
|
-
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@capacitor/ios
|
|
10
|
-
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
|
11
|
-
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
|
12
|
-
SKIP_INSTALL = YES
|
|
13
|
-
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
|
|
7
|
-
<key>CFBundleExecutable</key>
|
|
8
|
-
<string>${EXECUTABLE_NAME}</string>
|
|
9
|
-
<key>CFBundleIdentifier</key>
|
|
10
|
-
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
|
11
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
-
<string>6.0</string>
|
|
13
|
-
<key>CFBundleName</key>
|
|
14
|
-
<string>${PRODUCT_NAME}</string>
|
|
15
|
-
<key>CFBundlePackageType</key>
|
|
16
|
-
<string>FMWK</string>
|
|
17
|
-
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>1.0.0</string>
|
|
19
|
-
<key>CFBundleSignature</key>
|
|
20
|
-
<string>????</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>${CURRENT_PROJECT_VERSION}</string>
|
|
23
|
-
<key>NSPrincipalClass</key>
|
|
24
|
-
<string></string>
|
|
25
|
-
</dict>
|
|
26
|
-
</plist>
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# Acknowledgements
|
|
2
|
-
This application makes use of the following third party libraries:
|
|
3
|
-
|
|
4
|
-
## Capacitor
|
|
5
|
-
|
|
6
|
-
MIT License
|
|
7
|
-
|
|
8
|
-
Copyright (c) 2017-present Drifty Co.
|
|
9
|
-
|
|
10
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
-
in the Software without restriction, including without limitation the rights
|
|
13
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
-
furnished to do so, subject to the following conditions:
|
|
16
|
-
|
|
17
|
-
The above copyright notice and this permission notice shall be included in all
|
|
18
|
-
copies or substantial portions of the Software.
|
|
19
|
-
|
|
20
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
-
SOFTWARE.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## CapacitorCordova
|
|
30
|
-
|
|
31
|
-
MIT License
|
|
32
|
-
|
|
33
|
-
Copyright (c) 2017-present Drifty Co.
|
|
34
|
-
|
|
35
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
37
|
-
in the Software without restriction, including without limitation the rights
|
|
38
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
39
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
40
|
-
furnished to do so, subject to the following conditions:
|
|
41
|
-
|
|
42
|
-
The above copyright notice and this permission notice shall be included in all
|
|
43
|
-
copies or substantial portions of the Software.
|
|
44
|
-
|
|
45
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
46
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
47
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
48
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
49
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
50
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
51
|
-
SOFTWARE.
|
|
52
|
-
|
|
53
|
-
Generated by CocoaPods - https://cocoapods.org
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>PreferenceSpecifiers</key>
|
|
6
|
-
<array>
|
|
7
|
-
<dict>
|
|
8
|
-
<key>FooterText</key>
|
|
9
|
-
<string>This application makes use of the following third party libraries:</string>
|
|
10
|
-
<key>Title</key>
|
|
11
|
-
<string>Acknowledgements</string>
|
|
12
|
-
<key>Type</key>
|
|
13
|
-
<string>PSGroupSpecifier</string>
|
|
14
|
-
</dict>
|
|
15
|
-
<dict>
|
|
16
|
-
<key>FooterText</key>
|
|
17
|
-
<string>MIT License
|
|
18
|
-
|
|
19
|
-
Copyright (c) 2017-present Drifty Co.
|
|
20
|
-
|
|
21
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
23
|
-
in the Software without restriction, including without limitation the rights
|
|
24
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
26
|
-
furnished to do so, subject to the following conditions:
|
|
27
|
-
|
|
28
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29
|
-
copies or substantial portions of the Software.
|
|
30
|
-
|
|
31
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
33
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
34
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
35
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
37
|
-
SOFTWARE.
|
|
38
|
-
</string>
|
|
39
|
-
<key>License</key>
|
|
40
|
-
<string>MIT</string>
|
|
41
|
-
<key>Title</key>
|
|
42
|
-
<string>Capacitor</string>
|
|
43
|
-
<key>Type</key>
|
|
44
|
-
<string>PSGroupSpecifier</string>
|
|
45
|
-
</dict>
|
|
46
|
-
<dict>
|
|
47
|
-
<key>FooterText</key>
|
|
48
|
-
<string>MIT License
|
|
49
|
-
|
|
50
|
-
Copyright (c) 2017-present Drifty Co.
|
|
51
|
-
|
|
52
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
53
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
54
|
-
in the Software without restriction, including without limitation the rights
|
|
55
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
56
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
57
|
-
furnished to do so, subject to the following conditions:
|
|
58
|
-
|
|
59
|
-
The above copyright notice and this permission notice shall be included in all
|
|
60
|
-
copies or substantial portions of the Software.
|
|
61
|
-
|
|
62
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
63
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
64
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
65
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
66
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
67
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
68
|
-
SOFTWARE.
|
|
69
|
-
</string>
|
|
70
|
-
<key>License</key>
|
|
71
|
-
<string>MIT</string>
|
|
72
|
-
<key>Title</key>
|
|
73
|
-
<string>CapacitorCordova</string>
|
|
74
|
-
<key>Type</key>
|
|
75
|
-
<string>PSGroupSpecifier</string>
|
|
76
|
-
</dict>
|
|
77
|
-
<dict>
|
|
78
|
-
<key>FooterText</key>
|
|
79
|
-
<string>Generated by CocoaPods - https://cocoapods.org</string>
|
|
80
|
-
<key>Title</key>
|
|
81
|
-
<string></string>
|
|
82
|
-
<key>Type</key>
|
|
83
|
-
<string>PSGroupSpecifier</string>
|
|
84
|
-
</dict>
|
|
85
|
-
</array>
|
|
86
|
-
<key>StringsTable</key>
|
|
87
|
-
<string>Acknowledgements</string>
|
|
88
|
-
<key>Title</key>
|
|
89
|
-
<string>Acknowledgements</string>
|
|
90
|
-
</dict>
|
|
91
|
-
</plist>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
#ifdef __OBJC__
|
|
2
|
-
#import <UIKit/UIKit.h>
|
|
3
|
-
#else
|
|
4
|
-
#ifndef FOUNDATION_EXPORT
|
|
5
|
-
#if defined(__cplusplus)
|
|
6
|
-
#define FOUNDATION_EXPORT extern "C"
|
|
7
|
-
#else
|
|
8
|
-
#define FOUNDATION_EXPORT extern
|
|
9
|
-
#endif
|
|
10
|
-
#endif
|
|
11
|
-
#endif
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
FOUNDATION_EXPORT double Pods_PluginVersionNumber;
|
|
15
|
-
FOUNDATION_EXPORT const unsigned char Pods_PluginVersionString[];
|
|
16
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
2
|
-
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova"
|
|
3
|
-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
4
|
-
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor/Capacitor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova/Cordova.framework/Headers"
|
|
5
|
-
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
|
|
6
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
7
|
-
OTHER_LDFLAGS = $(inherited) -framework "Capacitor" -framework "Cordova" -framework "WebKit"
|
|
8
|
-
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
9
|
-
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
10
|
-
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
11
|
-
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
|
|
12
|
-
PODS_ROOT = ${SRCROOT}/Pods
|
|
13
|
-
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
|
14
|
-
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
|
2
|
-
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova"
|
|
3
|
-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
4
|
-
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Capacitor/Capacitor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CapacitorCordova/Cordova.framework/Headers"
|
|
5
|
-
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
|
|
6
|
-
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
|
7
|
-
OTHER_LDFLAGS = $(inherited) -framework "Capacitor" -framework "Cordova" -framework "WebKit"
|
|
8
|
-
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
|
9
|
-
PODS_BUILD_DIR = ${BUILD_DIR}
|
|
10
|
-
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
11
|
-
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
|
|
12
|
-
PODS_ROOT = ${SRCROOT}/Pods
|
|
13
|
-
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
|
14
|
-
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
|
|
7
|
-
<key>CFBundleExecutable</key>
|
|
8
|
-
<string>${EXECUTABLE_NAME}</string>
|
|
9
|
-
<key>CFBundleIdentifier</key>
|
|
10
|
-
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
|
11
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
-
<string>6.0</string>
|
|
13
|
-
<key>CFBundleName</key>
|
|
14
|
-
<string>${PRODUCT_NAME}</string>
|
|
15
|
-
<key>CFBundlePackageType</key>
|
|
16
|
-
<string>FMWK</string>
|
|
17
|
-
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>1.0.0</string>
|
|
19
|
-
<key>CFBundleSignature</key>
|
|
20
|
-
<string>????</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>${CURRENT_PROJECT_VERSION}</string>
|
|
23
|
-
<key>NSPrincipalClass</key>
|
|
24
|
-
<string></string>
|
|
25
|
-
</dict>
|
|
26
|
-
</plist>
|
package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# Acknowledgements
|
|
2
|
-
This application makes use of the following third party libraries:
|
|
3
|
-
|
|
4
|
-
## Capacitor
|
|
5
|
-
|
|
6
|
-
MIT License
|
|
7
|
-
|
|
8
|
-
Copyright (c) 2017-present Drifty Co.
|
|
9
|
-
|
|
10
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
-
in the Software without restriction, including without limitation the rights
|
|
13
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
-
furnished to do so, subject to the following conditions:
|
|
16
|
-
|
|
17
|
-
The above copyright notice and this permission notice shall be included in all
|
|
18
|
-
copies or substantial portions of the Software.
|
|
19
|
-
|
|
20
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
-
SOFTWARE.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## CapacitorCordova
|
|
30
|
-
|
|
31
|
-
MIT License
|
|
32
|
-
|
|
33
|
-
Copyright (c) 2017-present Drifty Co.
|
|
34
|
-
|
|
35
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
37
|
-
in the Software without restriction, including without limitation the rights
|
|
38
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
39
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
40
|
-
furnished to do so, subject to the following conditions:
|
|
41
|
-
|
|
42
|
-
The above copyright notice and this permission notice shall be included in all
|
|
43
|
-
copies or substantial portions of the Software.
|
|
44
|
-
|
|
45
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
46
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
47
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
48
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
49
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
50
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
51
|
-
SOFTWARE.
|
|
52
|
-
|
|
53
|
-
Generated by CocoaPods - https://cocoapods.org
|
package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>PreferenceSpecifiers</key>
|
|
6
|
-
<array>
|
|
7
|
-
<dict>
|
|
8
|
-
<key>FooterText</key>
|
|
9
|
-
<string>This application makes use of the following third party libraries:</string>
|
|
10
|
-
<key>Title</key>
|
|
11
|
-
<string>Acknowledgements</string>
|
|
12
|
-
<key>Type</key>
|
|
13
|
-
<string>PSGroupSpecifier</string>
|
|
14
|
-
</dict>
|
|
15
|
-
<dict>
|
|
16
|
-
<key>FooterText</key>
|
|
17
|
-
<string>MIT License
|
|
18
|
-
|
|
19
|
-
Copyright (c) 2017-present Drifty Co.
|
|
20
|
-
|
|
21
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
23
|
-
in the Software without restriction, including without limitation the rights
|
|
24
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
26
|
-
furnished to do so, subject to the following conditions:
|
|
27
|
-
|
|
28
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29
|
-
copies or substantial portions of the Software.
|
|
30
|
-
|
|
31
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
33
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
34
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
35
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
37
|
-
SOFTWARE.
|
|
38
|
-
</string>
|
|
39
|
-
<key>License</key>
|
|
40
|
-
<string>MIT</string>
|
|
41
|
-
<key>Title</key>
|
|
42
|
-
<string>Capacitor</string>
|
|
43
|
-
<key>Type</key>
|
|
44
|
-
<string>PSGroupSpecifier</string>
|
|
45
|
-
</dict>
|
|
46
|
-
<dict>
|
|
47
|
-
<key>FooterText</key>
|
|
48
|
-
<string>MIT License
|
|
49
|
-
|
|
50
|
-
Copyright (c) 2017-present Drifty Co.
|
|
51
|
-
|
|
52
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
53
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
54
|
-
in the Software without restriction, including without limitation the rights
|
|
55
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
56
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
57
|
-
furnished to do so, subject to the following conditions:
|
|
58
|
-
|
|
59
|
-
The above copyright notice and this permission notice shall be included in all
|
|
60
|
-
copies or substantial portions of the Software.
|
|
61
|
-
|
|
62
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
63
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
64
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
65
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
66
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
67
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
68
|
-
SOFTWARE.
|
|
69
|
-
</string>
|
|
70
|
-
<key>License</key>
|
|
71
|
-
<string>MIT</string>
|
|
72
|
-
<key>Title</key>
|
|
73
|
-
<string>CapacitorCordova</string>
|
|
74
|
-
<key>Type</key>
|
|
75
|
-
<string>PSGroupSpecifier</string>
|
|
76
|
-
</dict>
|
|
77
|
-
<dict>
|
|
78
|
-
<key>FooterText</key>
|
|
79
|
-
<string>Generated by CocoaPods - https://cocoapods.org</string>
|
|
80
|
-
<key>Title</key>
|
|
81
|
-
<string></string>
|
|
82
|
-
<key>Type</key>
|
|
83
|
-
<string>PSGroupSpecifier</string>
|
|
84
|
-
</dict>
|
|
85
|
-
</array>
|
|
86
|
-
<key>StringsTable</key>
|
|
87
|
-
<string>Acknowledgements</string>
|
|
88
|
-
<key>Title</key>
|
|
89
|
-
<string>Acknowledgements</string>
|
|
90
|
-
</dict>
|
|
91
|
-
</plist>
|