diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-03-04 07:19:57 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-03-04 07:19:57 -0500 |
| commit | e9af25f32d72a2146796c9eea3224c1d9c882ce9 (patch) | |
| tree | 0d113d8fb8fce3a8efdc57607ca5bb701c5667e6 /config.xml | |
| parent | d38b5719bad24d1039feb8d0e2b5f29c17158486 (diff) | |
#491 - build process and config updated
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ </author> <content src="index.html" /> <access launch-external="yes" origin="mailto:*" /> - <access origin='*' allows-arbitrary-loads-in-media='true' allows-arbitrary-loads-in-web-content='true' allows-local-networking='true' minimum-tls-version='TLSv1.0' requires-forward-secrecy='false' requires-certificate-transparency='false'/> + <access allows-arbitrary-loads-in-media="true" allows-arbitrary-loads-in-web-content="true" allows-local-networking="true" minimum-tls-version="TLSv1.0" origin="*" requires-certificate-transparency="false" requires-forward-secrecy="false" /> <allow-navigation href="*" /> <preference name="AndroidPersistentFileLocation" value="Compatibility" /> <preference name="iosPersistentFileLocation" value="Library" /> @@ -96,6 +96,6 @@ <variable name="ANDROID_HOST" value=" " /> <variable name="ANDROID_PATHPREFIX" value="/" /> </plugin> - <engine name="android" spec="~5.1.1" /> - <engine name="ios" spec="~4.3.1" /> + <engine name="android" /> + <engine name="ios" /> </widget> |
