Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
fac15653
Commit
fac15653
authored
Nov 27, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios new_sdk 20231127删除旧版本插件
parent
574d6b39
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
234 additions
and
2037 deletions
+234
-2037
package.json
plugins/IdCardPlugin/package.json
+0
-17
plugin.xml
plugins/IdCardPlugin/plugin.xml
+0
-77
readme.md
plugins/IdCardPlugin/readme.md
+0
-583
IdCardIdentifyPlugin.java
...s/IdCardPlugin/src/android/java/IdCardIdentifyPlugin.java
+0
-506
com.xcmg.app-license.qsign-android
...Plugin/src/android/lib/com.xcmg.app-license.qsign-android
+0
-1
com.xcmg.app.dev-license.qsign-android
...in/src/android/lib/com.xcmg.app.dev-license.qsign-android
+0
-1
idCard.gradle
plugins/IdCardPlugin/src/android/lib/idCard.gradle
+0
-48
jsgzsdk.aar
plugins/IdCardPlugin/src/android/lib/jsgzsdk.aar
+0
-0
IdCardPlugin.js
plugins/IdCardPlugin/www/IdCardPlugin.js
+0
-570
fetch.json
plugins/fetch.json
+224
-224
ios.json
plugins/ios.json
+10
-10
No files found.
plugins/IdCardPlugin/package.json
deleted
100644 → 0
View file @
574d6b39
{
"name"
:
"cordova-plugin-hand-idcardplugin"
,
"version"
:
"0.3.1"
,
"description"
:
""
,
"cordova"
:
{
"id"
:
"cordova-plugin-hand-idcardplugin"
,
"platforms"
:
[
"ios"
,
"android"
]
},
"keywords"
:
[
"ecosystem:cordova"
],
"author"
:
""
,
"license"
:
"ISC"
}
plugins/IdCardPlugin/plugin.xml
deleted
100644 → 0
View file @
574d6b39
<?xml version='1.0' encoding='utf-8'?>
<plugin
id=
"cordova-plugin-hand-idcardplugin"
version=
"0.3.1"
xmlns=
"http://apache.org/cordova/ns/plugins/1.0"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<name>
IdCardPlugin
</name>
<js-module
name=
"IdCardPlugin"
src=
"www/IdCardPlugin.js"
>
<clobbers
target=
"cordova.plugins.IdCardPlugin"
/>
</js-module>
<!-- android -->
<platform
name=
"android"
>
<!-- 业务类指定 -->
<config-file
target=
"res/xml/config.xml"
parent=
"/*"
>
<feature
name=
"IdCardIdentifyPlugin"
>
<param
name=
"android-package"
value=
"com.xg.idcard.IdCardIdentifyPlugin"
/>
</feature>
</config-file>
<config-file
target=
"config.xml"
parent=
"/*"
>
<!-- QSign 支持的最低 SDK 版本是 21 -->
<preference
name=
"android-minSdkVersion"
value=
"21"
/>
</config-file>
<!-- 需要的android权限 -->
<config-file
target=
"AndroidManifest.xml"
parent=
"/*"
>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
</config-file>
<config-file
target=
"AndroidManifest.xml"
parent=
"/manifest/application"
>
<activity
android:name=
"com.qsign.face.LivenessDetectActivity"
/>
</config-file>
<!-- arr引用 -->
<resource-file
src=
"src/android/lib/jsgzsdk.aar"
target=
"libs/jsgzsdk.aar"
/>
<framework
src=
"src/android/lib/idCard.gradle"
custom=
"true"
type=
"gradleReference"
/>
<source-file
src=
"src/android/java/IdCardIdentifyPlugin.java"
target-dir=
"src/com/xg/idcard/"
/>
<source-file
src=
"src/android/lib/com.xcmg.app.dev-license.qsign-android"
target-dir=
"assets/"
/>
<source-file
src=
"src/android/lib/com.xcmg.app-license.qsign-android"
target-dir=
"assets/"
/>
</platform>
<platform
name=
"ios"
>
<config-file
parent=
"/*"
target=
"config.xml"
>
<feature
name=
"IdCardIdentifyPlugin"
>
<param
name=
"ios-package"
value=
"IdCardIdentifyCordova"
/>
</feature>
</config-file>
<!-- 第三方库依赖 -->
<config-file
target=
"*-Info.plist"
parent=
"NSCameraUsageDescription"
>
<string>
亲,我们需要访问您的相机,用于拍摄人脸、身份证等照片
</string>
</config-file>
<config-file
target=
"*-Info.plist"
parent=
"NSFaceIDUsageDescription"
>
<string>
需要设备访问Face ID,用于校验权限
</string>
</config-file>
<config-file
target=
"*-Info.plist"
parent=
"NSMicrophoneUsageDescription"
>
<string>
亲,我们需要访问您的麦克风,用于录制视频
</string>
</config-file>
<config-file
target=
"*-Info.plist"
parent=
"NSPhotoLibraryUsageDescription"
>
<string>
亲,我们需要访问您的相册,用于提供图片素材
</string>
</config-file>
<!-- <config-file target="*-Info.plist" parent="NSPhotoLibraryAddUsageDescription">
<string>亲,我们需要访问您的相册,用于提供图片素材</string>
</config-file> -->
<header-file
src=
"src/ios/IdCardIdentifyCordova.h"
target-dir=
"."
/>
<source-file
src=
"src/ios/IdCardIdentifyCordova.m"
target-dir=
"."
/>
<!-- <framework src="CoreBluetooth.framework" weak="true"/> -->
<framework
src=
"src/ios/QsignSDK/QsignFaceSDK.framework"
custom=
"true"
embed=
"true"
/>
<framework
src=
"src/ios/QsignSDK/QsignNotarySDK.framework"
custom=
"true"
embed=
"true"
/>
<framework
src=
"src/ios/QsignSDK/QsignSafeSDK.framework"
custom=
"true"
embed=
"true"
/>
<!-- <source-file src="src/ios/QsignSDK/com.xcmg.app-license.qsign-ios" target-dir="."/>
<source-file src="src/ios/QsignSDK/com.xcmg.app.dev-license.qsign-ios" target-dir="."/> -->
<resource-file
src=
"src/ios/QsignSDK/com.xcmg.app-license.qsign-ios"
target-dir=
"res/com.xcmg.app-license.qsign-ios"
/>
<resource-file
src=
"src/ios/QsignSDK/com.xcmg.app.dev-license.qsign-ios"
target-dir=
"res/om.xcmg.app.dev-license.qsign-ios"
/>
<resource-file
src=
"src/ios/QsignSDK/com.cn.weslink.qsign.jsgzdemo-license.qsign-ios"
target-dir=
"res/om.xcmg.app.dev-license.qsign-ios"
/>
<!-- 3.0 4 required cordova 6.4.0
<framework src="src/ios/AFNetworking.framework" custom="true" embed="true" />
-->
<!-- 使用热更新插件中的 AFNetworkingFramwork.framework -->
<!-- 当单独使用时 放开 以下内容 -->
</platform>
</plugin>
plugins/IdCardPlugin/readme.md
deleted
100644 → 0
View file @
574d6b39
This diff is collapsed.
Click to expand it.
plugins/IdCardPlugin/src/android/java/IdCardIdentifyPlugin.java
deleted
100644 → 0
View file @
574d6b39
This diff is collapsed.
Click to expand it.
plugins/IdCardPlugin/src/android/lib/com.xcmg.app-license.qsign-android
deleted
100644 → 0
View file @
574d6b39
IyDl5pQS3o3fFUQeXbstDxTvBS/uVKYWHDf549PcITq+WrHoe4ubjzoizlu5olJs2qHqvqAW4N+tnywSWMbzhMRiQKpx2SGHy7c+egnXWl5VCA3LRVMjRPsx+XE1bUHbL9RzjSUq/BN9WVz2HEryxSmRf+YD+QAKuc2e01Ei7c8=
\ No newline at end of file
plugins/IdCardPlugin/src/android/lib/com.xcmg.app.dev-license.qsign-android
deleted
100644 → 0
View file @
574d6b39
OoC6eFPZ052U9SUIKADVkMowQX8QUK6xZdzz3R8W/15nMXisPRHSccLFlLalaf5n0pYf+/A087BXOcLDOfDqlWr0d68z0S+hNbmjvovgd4Og0sJodxnBHailPIGbjJPiqPByiAzke+Z6qxN3fB3bpA1ViXilJKXBwg5/bgJPxuE=
\ No newline at end of file
plugins/IdCardPlugin/src/android/lib/idCard.gradle
deleted
100644 → 0
View file @
574d6b39
repositories
{
jcenter
()
flatDir
{
dirs
'libs'
}
}
dependencies
{
compile
(
name:
"jsgzsdk"
,
ext:
'aar'
)
//必须添加如下依赖!!!
implementation
'com.android.support:appcompat-v7:28.+'
implementation
'com.android.support:support-v4:28.+'
implementation
'com.android.support:recyclerview-v7:28.+'
implementation
'com.android.support:design:28.+'
implementation
'com.google.code.gson:gson:2.8.0'
implementation
'com.alibaba:fastjson:1.2.31'
implementation
'com.tencent:mmkv:1.2.14'
implementation
'com.getkeepsafe.relinker:relinker:1.4.3'
implementation
'com.lzy.net:okgo:3.0.4'
implementation
(
'com.github.bumptech.glide:glide:4.8.0'
){
exclude
group:
"com.android.support"
}
implementation
'com.github.lzyzsd:jsbridge:1.0.4'
implementation
'com.otaliastudios:cameraview:1.6.1'
implementation
"com.android.support:exifinterface:28.+"
}
android
{
packagingOptions
{
exclude
'META-INF/NOTICE'
exclude
'META-INF/LICENSE'
}
aaptOptions
{
noCompress
"dat"
}
}
configurations
.
all
{
resolutionStrategy
.
eachDependency
{
DependencyResolveDetails
details
->
def
requested
=
details
.
requested
if
(
requested
.
group
==
'com.android.support'
)
{
if
(!
requested
.
name
.
startsWith
(
"multidex"
))
{
details
.
useVersion
'28.0.0'
}
}
}
}
plugins/IdCardPlugin/src/android/lib/jsgzsdk.aar
deleted
100644 → 0
View file @
574d6b39
File deleted
plugins/IdCardPlugin/www/IdCardPlugin.js
deleted
100644 → 0
View file @
574d6b39
This diff is collapsed.
Click to expand it.
plugins/fetch.json
View file @
fac15653
This diff is collapsed.
Click to expand it.
plugins/ios.json
View file @
fac15653
...
...
@@ -20,6 +20,9 @@
"CAMERA_USAGE_DESCRIPTION"
:
"我们将在拍照模块使用您的相机"
,
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-crosswalk-webview"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-datepicker"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
...
...
@@ -35,12 +38,18 @@
"cordova-plugin-file-transfer"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-hand-idcardplugin"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-hrms-faceidentify"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-image-picker"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-inappbrowser"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-ionic-webview"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
...
...
@@ -72,18 +81,9 @@
"ionic-plugin-keyboard"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-ionic-webview"
:
{
"PACKAGE_NAME"
:
"$(PRODUCT_BUNDLE_IDENTIFIER)"
},
"cordova-plugin-inappbrowser"
:
{
"PACKAGE_NAME"
:
"$(PRODUCT_BUNDLE_IDENTIFIER)"
},
"jpush-phonegap-plugin"
:
{
"APP_KEY"
:
"bef4fd44dcf54b79b8ab27c3"
,
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"IdCardPlugin"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
}
},
"dependent_plugins"
:
{
...
...
@@ -110,4 +110,4 @@
"PACKAGE_NAME"
:
"com.xcmg.app"
}
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment