File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
2- <widget id =" io.github.fieldmapper" version =" 1.0.0-beta" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
2+ <widget id =" io.github.fieldmapper" version =" 1.0.0-beta" xmlns =" http://www.w3.org/ns/widgets" xmlns : android = " http://schemas.android.com/apk/res/android " xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
33 <name >FieldMapper</name >
44 <description >
5- Geotagged data collection made easy .
5+ Toolbox for the collection of geotagged data in the context of fieldwork .
66 </description >
77 <author email =" felix-schott@gmx.de" >
88 Felix Schott
2121 <allow-intent href =" geo:*" />
2222 <platform name =" android" >
2323 <allow-intent href =" market:*" />
24+ <edit-config file =" app/src/main/AndroidManifest.xml" mode =" merge" target =" /manifest/supports-screens" >
25+ <supports-screens android : largeScreens =" true" android : normalScreens =" false" android : smallScreens =" false" android : xlargeScreens =" true" />
26+ </edit-config >
2427 </platform >
2528 <platform name =" ios" >
2629 <allow-intent href =" itms:*" />
2932 <plugin name =" cordova-plugin-whitelist" spec =" 1" />
3033 <plugin name =" cordova-plugin-webpack" spec =" ~0.4.7" />
3134 <plugin name =" cordova-plugin-device" spec =" ~2.0.3" />
32- <plugin name =" cordova-plugin-file" spec =" ~6.0.2" />
3335 <plugin name =" cordova-plugin-geolocation" spec =" ~4.0.2" />
3436 <plugin name =" cordova-plugin-file-transfer" spec =" ~1.7.1" />
3537 <plugin name =" cordova-plugin-network-information" spec =" ~2.0.2" />
Original file line number Diff line number Diff line change 3939 "cordova-plugin-whitelist" : {},
4040 "cordova-plugin-webpack" : {},
4141 "cordova-plugin-device" : {},
42- "cordova-plugin-file" : {},
4342 "cordova-plugin-geolocation" : {},
4443 "cordova-plugin-file-transfer" : {},
4544 "cordova-plugin-network-information" : {},
46- "cordova-plugin-geolocation-permission-status" : {}
45+ "cordova-plugin-geolocation-permission-status" : {},
46+ "cordova-plugin-file" : {}
4747 },
4848 "platforms" : [
49- " android " ,
50- " browser "
49+ " browser " ,
50+ " android "
5151 ]
5252 }
5353}
You can’t perform that action at this time.
0 commit comments