metamap-capacitor-plugin 3.7.7 → 3.7.8
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/README.md +1 -1
- package/android/build.gradle +1 -1
- package/package.json +1 -1
- package/ios/Pods/Local Podspecs/Capacitor.podspec.json +0 -34
- package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +0 -26
- package/ios/Pods/Manifest.lock +0 -22
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1358
- package/ios/Pods/Pods.xcodeproj/xcuserdata/avosukiasyan.xcuserdatad/xcschemes/Capacitor.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/avosukiasyan.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/avosukiasyan.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/avosukiasyan.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/avosukiasyan.xcuserdatad/xcschemes/xcschememanagement.plist +0 -31
- 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.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +0 -8
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +0 -15
- 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.debug.xcconfig +0 -12
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +0 -6
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +0 -12
- 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
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480
|
|
|
8
8
|
|
|
9
9
|
| LTS version (Recommended for most users): | Current Version(Latest features) |
|
|
10
10
|
|-------------------------------------------|----------------------------------|
|
|
11
|
-
| 3.7.
|
|
11
|
+
| 3.7.8 |3.7.6 |
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
# Metamap for Capacitor Usage Guide
|
package/android/build.gradle
CHANGED
|
@@ -51,7 +51,7 @@ dependencies {
|
|
|
51
51
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
52
52
|
implementation project(':capacitor-android')
|
|
53
53
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
54
|
-
implementation ('com.metamap:android-sdk:3.
|
|
54
|
+
implementation ('com.metamap:android-sdk:3.26.1')
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
|
package/package.json
CHANGED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Capacitor",
|
|
3
|
-
"version": "4.4.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
|
-
"branch": "portals-dev"
|
|
17
|
-
},
|
|
18
|
-
"source_files": [
|
|
19
|
-
"Capacitor/Capacitor/*.{swift,h,m}",
|
|
20
|
-
"Capacitor/Capacitor/Plugins/*.{swift,h,m}",
|
|
21
|
-
"Capacitor/Capacitor/Plugins/**/*.{swift,h,m}"
|
|
22
|
-
],
|
|
23
|
-
"module_map": "Capacitor/Capacitor/Capacitor.modulemap",
|
|
24
|
-
"resources": [
|
|
25
|
-
"Capacitor/Capacitor/assets/native-bridge.js"
|
|
26
|
-
],
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"CapacitorCordova": [
|
|
29
|
-
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
"swift_versions": "5.1",
|
|
33
|
-
"swift_version": "5.1"
|
|
34
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "CapacitorCordova",
|
|
3
|
-
"module_name": "Cordova",
|
|
4
|
-
"version": "4.4.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": "4.4.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
|
-
"requires_arc": true,
|
|
25
|
-
"frameworks": "WebKit"
|
|
26
|
-
}
|
package/ios/Pods/Manifest.lock
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
PODS:
|
|
2
|
-
- Capacitor (4.4.0):
|
|
3
|
-
- CapacitorCordova
|
|
4
|
-
- CapacitorCordova (4.4.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: 868367fcfeb3ba6bfabaefc63c072e6478bd046d
|
|
18
|
-
CapacitorCordova: 0c0b4edc7ce94fd560eadc3a6d36d5ee6453ada6
|
|
19
|
-
|
|
20
|
-
PODFILE CHECKSUM: 14e8b2400457751b865e1c327e7cfa1c6fa67da6
|
|
21
|
-
|
|
22
|
-
COCOAPODS: 1.11.3
|