Enable tablet mode

This commit is contained in:
Paul Frazee
2023-09-28 13:41:48 -07:00
committed by Samuel Newman
parent bf0a847ffe
commit f3a1ae9553
+1 -1
View File
@@ -77,7 +77,7 @@ module.exports = function (config) {
// hsl(211, 99%, 53%), same as palette.default.brandText
primaryColor: '#1083fe',
ios: {
supportsTablet: false,
supportsTablet: true,
bundleIdentifier: 'xyz.blueskyweb.app',
config: {
usesNonExemptEncryption: false,