Browse Source

Upload files to ''

parent
commit
5762b4d7a7
3 changed files with 10123 additions and 0 deletions
  1. 61
    0
      config.xml
  2. 10023
    0
      package-lock.json
  3. 39
    0
      package.json

+ 61
- 0
config.xml View File

@@ -0,0 +1,61 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<widget id="com.cdcc.artesaniasicp" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
+    <name>ArtesaníasICP</name>
4
+    <description>
5
+               Una aplicación para exponer los y las artesanas de Puerto Rico.
6
+    </description>
7
+    <author email="carlos.corrada2@upr.edu" href="https://cdcc.uprrp.edu">
8
+        CDCC
9
+    </author>
10
+    <content src="index.html" />
11
+    <access origin="*" />
12
+    <allow-navigation href="http://*/*" />
13
+    <allow-intent href="http://*/*" />
14
+    <allow-intent href="https://*/*" />
15
+    <allow-intent href="tel:*" />
16
+    <allow-intent href="sms:*" />
17
+    <allow-intent href="file://*" />
18
+    <allow-intent href="mailto:*" />
19
+    <allow-intent href="geo:*" />
20
+    <feature name="NativeStorage">
21
+        <param name="ios-package" value="NativeStorage" />
22
+    </feature>
23
+    
24
+    <platform name="android">
25
+        <preference name="loadUrlTimeoutValue" value="700000" />
26
+        <icon background="icon/android/mipmap-ldpi-v26/ic_launcher_background.png" density="ldpi" foreground="icon/android/mipmap-ldpi-v26/ic_launcher_foreground.png"/>
27
+        <icon background="icon/android/mipmap-mdpi-v26/ic_launcher_background.png" density="mdpi" foreground="icon/android/mipmap-mdpi-v26/ic_launcher_foreground.png"/>>
28
+        <icon background="icon/android/mipmap-hdpi-v26/ic_launcher_background.png" density="hdpi" foreground="icon/android/mipmap-hdpi-v26/ic_launcher_foreground.png"/>
29
+        <icon background="icon/android/mipmap-xhdpi-v26/ic_launcher_background.png" density="xhdpi" foreground="icon/android/mipmap-xhdpi-v26/ic_launcher_foreground.png"/>
30
+        <icon background="icon/android/mipmap-xxhdpi-v26/ic_launcher_background.png" density="xxhdpi" foreground="icon/android/mipmap-xxhdpi-v26/ic_launcher_foreground.png"/>
31
+        <icon background="icon/android/mipmap-xxxhdpi-v26/ic_launcher_background.png" density="xxxhdpi" foreground="icon/android/mipmap-xxxhdpi-v26/ic_launcher_foreground.png"/>
32
+    </platform>
33
+    
34
+    <platform name="ios">
35
+        <icon src="icon/iOS/AppIcon.appiconset/icon.png" width="57" height="57" />
36
+        <icon src="icon/iOS/AppIcon.appiconset/icon@2x.png" width="114" height="114" />
37
+        <icon src="icon/iOS/AppIcon.appiconset/icon-20.png" width="20" height="20" />
38
+        <icon src="icon/iOS/AppIcon.appiconset/icon-24@2x.png" width="48" height="48" />
39
+        <icon src="icon/iOS/AppIcon.appiconset/icon-20@3x.png" width="60" height="60" />
40
+        <icon src="icon/iOS/AppIcon.appiconset/icon-27.5@2x.png" width="55" height="55" />
41
+        <icon src="icon/iOS/AppIcon.appiconset/icon-29.png" width="29" height="29" />
42
+        <icon src="icon/iOS/AppIcon.appiconset/icon-29@2x.png" width="58" height="58" />
43
+        <icon src="icon/iOS/AppIcon.appiconset/icon-29@3x.png" width="88" height="88" />
44
+        <icon src="icon/iOS/AppIcon.appiconset/icon-40.png" width="40" height="40" />
45
+        <icon src="icon/iOS/AppIcon.appiconset/icon-40@2x.png" width="80" height="80" />
46
+        <icon src="icon/iOS/AppIcon.appiconset/icon-44@2x.png" width="88" height="88" />
47
+        <icon src="icon/iOS/AppIcon.appiconset/icon-50.png" width="50" height="50" />
48
+        <icon src="icon/iOS/AppIcon.appiconset/icon-50@2x.png" width="100" height="100" />
49
+        <icon src="icon/iOS/AppIcon.appiconset/icon-60@2x.png" width="120" height="120" />
50
+        <icon src="icon/iOS/AppIcon.appiconset/icon-60@3x.png" width="180" height="180" />
51
+        <icon src="icon/iOS/AppIcon.appiconset/icon-72.png" width="72" height="72" />
52
+        <icon src="icon/iOS/AppIcon.appiconset/icon-72@2x.png" width="144" height="144" />
53
+        <icon src="icon/iOS/AppIcon.appiconset/icon-76.png" width="76" height="76" />
54
+        <icon src="icon/iOS/AppIcon.appiconset/icon-76@2x.png" width="152" height="152" />
55
+        <icon src="icon/iOS/AppIcon.appiconset/icon-83.5@2x.png" width="167" height="167" />
56
+        <icon src="icon/iOS/AppIcon.appiconset/icon-86@2x.png" width="172" height="172" />
57
+        <icon src="icon/iOS/AppIcon.appiconset/icon-98@2x.png" width="196" height="196" />
58
+        <icon src="icon/iOS/AppIcon.appiconset/icon-1024.png" width="1024" height="1024" />
59
+    </platform>
60
+    
61
+</widget>

+ 10023
- 0
package-lock.json
File diff suppressed because it is too large
View File


+ 39
- 0
package.json View File

@@ -0,0 +1,39 @@
1
+{
2
+  "name": "artesaniasICP",
3
+  "displayName": "ArtesaniasICP",
4
+  "version": "1.0.0",
5
+  "description": "Una aplicación para exponer los y las artesanas de Puerto Rico.",
6
+  "main": "index.js",
7
+  "scripts": {
8
+    "test": "echo \"Error: no test specified\" && exit 1"
9
+  },
10
+  "keywords": [
11
+    "ecosystem:cordova"
12
+  ],
13
+  "author": "Apache Cordova Team",
14
+  "license": "Apache-2.0",
15
+  "dependencies": {
16
+    "@ionic-native/background-mode": "^5.30.0",
17
+    "cordova": "^11.0.0",
18
+    "cordova-plugin-whitelist": "^1.3.4",
19
+    "localforage": "^1.9.0"
20
+  },
21
+  "devDependencies": {
22
+    "cordova-android": "^9.1.0",
23
+    "cordova-browser": "^6.0.0",
24
+    "cordova-ios": "^6.2.0",
25
+    "cordova-plugin-background-mode": "^0.7.3",
26
+    "cordova-plugin-device": "^2.0.3"
27
+  },
28
+  "cordova": {
29
+    "plugins": {
30
+      "cordova-plugin-whitelist": {},
31
+      "cordova-plugin-device": {},
32
+      "cordova-plugin-background-mode": {}
33
+    },
34
+    "platforms": [
35
+      "android",
36
+      "browser"
37
+    ]
38
+  }
39
+}