Skip to content

Commit 61cb681

Browse files
committed
MOBILE-4470 ios: Increase iOS min deployment target to 13.0
The 4.4 app doesn't work in iOS 11 and 12, and Ionic doesn't test the framework in iOS 11-13. So we decided to increase the deployment target to 13.0
1 parent ee8c3a6 commit 61cb681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
4343
<preference name="AndroidInsecureFileModeEnabled" value="true" />
4444
<preference name="CustomURLSchemePluginClearsAndroidIntent" value="true" />
45+
<preference name="deployment-target" value="13.0" />
4546
<preference name="iosPersistentFileLocation" value="Compatibility" />
4647
<preference name="iosScheme" value="moodleappfs" />
4748
<preference name="WKWebViewOnly" value="true" />

0 commit comments

Comments
 (0)