-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from JoshLipan/jg
jcore分离Android
- Loading branch information
Showing
28 changed files
with
206 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+5.7 KB
...ion/android/libs/arm64-v8a/libjcore242.so → ...ore/android/libs/arm64-v8a/libjcore260.so
100755 → 100644
Binary file not shown.
Binary file renamed
BIN
+13.5 KB
...n/android/libs/armeabi-v7a/libjcore242.so → ...e/android/libs/armeabi-v7a/libjcore260.so
100755 → 100644
Binary file not shown.
Binary file renamed
BIN
+17.5 KB
...ation/android/libs/armeabi/libjcore242.so → ...JCore/android/libs/armeabi/libjcore260.so
100755 → 100644
Binary file not shown.
Binary file added
BIN
+612 KB
JVerification_Hbuilder_Demo/nativeplugins/JG-JCore/android/libs/jcore-android-2.6.0.jar
Binary file not shown.
Binary file renamed
BIN
+5.55 KB
...fication/android/libs/mips/libjcore242.so → ...JG-JCore/android/libs/mips/libjcore260.so
100755 → 100644
Binary file not shown.
Binary file renamed
BIN
+6.2 KB
...cation/android/libs/mips64/libjcore242.so → ...-JCore/android/libs/mips64/libjcore260.so
100755 → 100644
Binary file not shown.
Binary file renamed
BIN
+5.36 KB
...ification/android/libs/x86/libjcore242.so → .../JG-JCore/android/libs/x86/libjcore260.so
100755 → 100644
Binary file not shown.
Binary file renamed
BIN
+5.97 KB
...cation/android/libs/x86_64/libjcore242.so → ...-JCore/android/libs/x86_64/libjcore260.so
100755 → 100644
Binary file not shown.
Binary file added
BIN
+12.8 KB
JVerification_Hbuilder_Demo/nativeplugins/JG-JCore/android/uniplugin_jcore-release.aar
Binary file not shown.
17 changes: 17 additions & 0 deletions
17
...n_Hbuilder_Demo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/Headers/JCoreModule.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// JCoreModule.h | ||
// UniPluginJCore | ||
// | ||
// Created by huangshuni on 2021/1/21. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
#import "DCUniModule.h" | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface JCoreModule : DCUniModule | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
Binary file added
BIN
+720 Bytes
JVerification_Hbuilder_Demo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/Info.plist
Binary file not shown.
Binary file added
BIN
+31.5 KB
...fication_Hbuilder_Demo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/UniPluginJCore
Binary file not shown.
Binary file added
BIN
+171 Bytes
...der_Demo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file added
BIN
+196 Bytes
..._Demo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file added
BIN
+219 Bytes
...emo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
101 changes: 101 additions & 0 deletions
101
...der_Demo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/_CodeSignature/CodeResources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>files</key> | ||
<dict> | ||
<key>Info.plist</key> | ||
<data> | ||
iiDaCXrgXjUTZL/huUAmNMSpcog= | ||
</data> | ||
</dict> | ||
<key>files2</key> | ||
<dict/> | ||
<key>rules</key> | ||
<dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^version.plist$</key> | ||
<true/> | ||
</dict> | ||
<key>rules2</key> | ||
<dict> | ||
<key>.*\.dSYM($|/)</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>11</real> | ||
</dict> | ||
<key>^(.*/)?\.DS_Store$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>2000</real> | ||
</dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^Info\.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^PkgInfo$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^embedded\.provisionprofile$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^version\.plist$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+4.71 KB
...der_Demo/nativeplugins/JG-JCore/ios/UniPluginJCore.framework/_CodeSignature/CodeSignature
Binary file not shown.
Binary file added
BIN
+45.2 MB
JVerification_Hbuilder_Demo/nativeplugins/JG-JCore/ios/jcore-ios-2.4.0.a
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
JVerification_Hbuilder_Demo/nativeplugins/JG-JCore/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"name": "JG-JCore", | ||
"id": "JG-JCore", | ||
"version": "1.0.0", | ||
"description": "极光推送JCore插件", | ||
"_dp_type":"nativeplugin", | ||
"_dp_nativeplugin":{ | ||
"ios": { | ||
"plugins": [ | ||
{ | ||
"type": "module", | ||
"name": "JG-JCore", | ||
"class": "JCoreModule" | ||
} | ||
], | ||
"integrateType": "framework" | ||
}, | ||
"android": { | ||
"plugins": [ | ||
{ | ||
"type": "module", | ||
"name": "JG-JCore", | ||
"class": "cn.jiguang.uniplugin_jcore.JCoreModule" | ||
} | ||
], | ||
"integrateType": "aar", | ||
"minSdkVersion": "16", | ||
"permissions": [ | ||
], | ||
"abis": [ | ||
"armeabi-v7a", | ||
"arm64-v8a", | ||
"x86" | ||
], | ||
"parameters": { | ||
"JPUSH_APPKEY_ANDROID": { | ||
"des": "[Android]极光 portal 配置应用信息时分配的 AppKey", | ||
"key": "JPUSH_APPKEY" | ||
}, | ||
"JPUSH_CHANNEL_ANDROID":{ | ||
"des": "[Android]用于统计分发渠道,不需要可填默认值 developer-default", | ||
"key": "JPUSH_CHANNEL" | ||
} | ||
} | ||
} | ||
} | ||
} |
Binary file removed
BIN
-499 KB
...ation_Hbuilder_Demo/nativeplugins/JG-JVerification/android/libs/arm64-v8a/libCtaApiLib.so
Binary file not shown.
Binary file removed
BIN
-278 KB
...ion_Hbuilder_Demo/nativeplugins/JG-JVerification/android/libs/armeabi-v7a/libCtaApiLib.so
Binary file not shown.
Binary file removed
BIN
-290 KB
...ication_Hbuilder_Demo/nativeplugins/JG-JVerification/android/libs/armeabi/libCtaApiLib.so
Binary file not shown.
Binary file removed
BIN
-539 KB
...ication_Hbuilder_Demo/nativeplugins/JG-JVerification/android/libs/jcore-android-2.4.2.jar
Binary file not shown.
Binary file removed
BIN
-510 KB
JVerification_Hbuilder_Demo/nativeplugins/JG-JVerification/android/libs/x86/libCtaApiLib.so
Binary file not shown.
Binary file removed
BIN
-515 KB
...fication_Hbuilder_Demo/nativeplugins/JG-JVerification/android/libs/x86_64/libCtaApiLib.so
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters