Skip to content

Commit

Permalink
🔧 app: disable ios tablet support
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 20, 2024
1 parent 1abc87c commit f912e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
icon: "src/assets/icon-ios.png",
bundleIdentifier: "app.exactly",
associatedDomains: [`webcredentials:${process.env.EXPO_PUBLIC_DOMAIN ?? "web.exactly.app"}`],
supportsTablet: true,
supportsTablet: false,
buildNumber: String(versionCode),
infoPlist: {
NSCameraUsageDescription: "This app uses the camera to verify your identity.",
Expand Down

0 comments on commit f912e14

Please sign in to comment.