fix: update iOS app configuration to disable tablet support (#26705)
Co-authored-by: Dhairyashil Shinde <93669429+dhairyashiil@users.noreply.github.com>
This commit is contained in:
co-authored by
Dhairyashil Shinde
parent
f24f5b2b35
commit
75962f7719
+1
-1
@@ -14,7 +14,7 @@
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"supportsTablet": false,
|
||||
"deploymentTarget": "18.0",
|
||||
"bundleIdentifier": "com.cal.companion",
|
||||
"infoPlist": {
|
||||
|
||||
Reference in New Issue
Block a user