diff options
| author | = <=> | 2019-03-13 11:53:57 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-13 11:53:57 -0400 |
| commit | a9440d6cf3563c1ec5568f6d952b764cf1b4a906 (patch) | |
| tree | a59eb541cde9b00607ccd6db34ff25591efa9956 /config.xml | |
| parent | 8664c6d5f93d727f05e001d2e515df25314624a6 (diff) | |
#719 iOS support (buggy)
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -173,10 +173,10 @@ </plugin> <plugin name="cordova-custom-config" spec="5.0.2" /> <plugin name="cordova-plugin-advanced-http" spec="https://github.com/silkimen/cordova-plugin-advanced-http.git" /> - <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> - <engine name="android" spec="7.1.4" /> - <engine name="ios" spec="5.0.0" /> <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> </plugin> + <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> + <engine name="android" spec="7.1.4" /> + <engine name="ios" spec="5.0.0" /> </widget> |
