File tree Expand file tree Collapse file tree 5 files changed +31
-14
lines changed
Expand file tree Collapse file tree 5 files changed +31
-14
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,13 @@ electron-client/dist
4444# Cordova
4545cordova-app /node_modules
4646cordova-app /package-lock.json
47- cordova /** /www /*
48- ! cordova /** /www /.gitkeep
49- cordova /** /build
50- cordova /platforms /*
51- ! cordova /platforms /* .json
52- cordova /plugins /*
53- ! cordova /plugins /* .json
47+ cordova-app /app /package-lock.json
48+ cordova-app /app /node_modules
49+ cordova-app /app /** /www /*
50+ ! cordova-app /app /** /www /.gitkeep
51+ cordova-app /app /** /build
52+ cordova-app /app /platforms /*
53+ ! cordova-app /app /platforms /* .json
54+ ! cordova-app /app /platforms /.gitkeep
55+ cordova-app /app /plugins /*
56+ ! cordova-app /app /plugins /* .json
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
2- <widget id =" com.amanganiello30 .angular" version =" 1.0.0" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
2+ <widget id =" com.amanganiello90 .angular" version =" 1.0.0" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
33 <name >angularDashFullStack</name >
44 <description >
55 A full stack angular app.
66 </description >
77 <
author email =
" [email protected] " href =
" https://github.com/amanganiello90/java-angular-web-app" >
8- Apache Cordova Team
8+ amanganiello90
99 </author >
1010 <content src =" index.html" />
1111 <plugin name =" cordova-plugin-whitelist" spec =" 1" />
2424 <allow-intent href =" itms-apps:*" />
2525 </platform >
2626 <engine name =" android" spec =" ~7.0.0" />
27+ <plugin name =" cordova-plugin-local-webserver" spec =" https://github.com/fullStackApp/cordova-plugin-local-webserver" />
2728</widget >
Original file line number Diff line number Diff line change 11{
2- "name" : " com.amanganiello30 .angular" ,
2+ "name" : " com.amanganiello90 .angular" ,
33 "version" : " 1.0.0" ,
44 "displayName" : " angularDashFullStack" ,
55 "cordova" : {
66 "platforms" : [
77 " android"
88 ],
99 "plugins" : {
10- "cordova-plugin-whitelist" : {}
10+ "cordova-plugin-whitelist" : {},
11+ "cordova-plugin-local-webserver" : {}
1112 }
1213 },
1314 "dependencies" : {
14- "cordova-android" : " ~7.0.0" ,
15- "cordova-plugin-whitelist" : " 1"
15+ "cordova-android" : " ^7.0.0" ,
16+ "cordova-plugin-local-webserver" : " git+https://github.com/fullStackApp/cordova-plugin-local-webserver.git" ,
17+ "cordova-plugin-whitelist" : " ^1.3.3"
1618 }
1719}
Original file line number Diff line number Diff line change 88 },
99 "installed_plugins" : {
1010 "cordova-plugin-whitelist" : {
11- "PACKAGE_NAME" : " com.amanganiello30.angular"
11+ "PACKAGE_NAME" : " com.amanganiello90.angular"
12+ },
13+ "cordova-plugin-local-webserver" : {
14+ "PACKAGE_NAME" : " com.amanganiello90.angular"
1215 }
1316 },
1417 "dependent_plugins" : {}
Original file line number Diff line number Diff line change 66 },
77 "is_top_level" : true ,
88 "variables" : {}
9+ },
10+ "cordova-plugin-local-webserver" : {
11+ "source" : {
12+ "type" : " registry" ,
13+ "id" : " https://github.com/fullStackApp/cordova-plugin-local-webserver"
14+ },
15+ "is_top_level" : true ,
16+ "variables" : {}
917 }
1018}
You can’t perform that action at this time.
0 commit comments