Enable tablet mode

This commit is contained in:
Paul Frazee
2023-09-28 13:41:48 -07:00
parent 2aae37d67b
commit bb4f946faa
+1 -1
View File
@@ -20,7 +20,7 @@ module.exports = function () {
},
ios: {
buildNumber: '5',
supportsTablet: false,
supportsTablet: true,
bundleIdentifier: 'xyz.blueskyweb.app',
config: {
usesNonExemptEncryption: false,