diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-18 20:10:25 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-18 20:10:25 -0500 |
| commit | 662af8fdebb58e9129c437e17471ab3df5c3fddf (patch) | |
| tree | 18760151581b913ed29dbde8dc86bce70ec0af45 /config.xml | |
| parent | cfc9db0b1f340606f361407ad0ebefcb443d792d (diff) | |
made it work for iOS, also added percentage progress indication #379
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ <preference name="AutoHideSplashScreen" value="false" /> <preference name="ShowSplashScreenSpinner" value="false" /> <preference name="SplashScreen" value="screen" /> - <preference name="deployment-target" value="7.0" /> + <preference name="deployment-target" value="8.0" /> <preference name="SplashScreenDelay" value="300" /> <preference name="SplashMaintainAspectRatio" value="true" /> <preference name="FadeSplashScreen" value="false" /> |
