Skip to content

Commit

Permalink
chore: update tablet support and build number on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Birloi Florian authored and Birloi Florian committed Dec 19, 2023
1 parent 4c6ce9d commit 838c67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const expoConfig: ExpoConfig = {
},
assetBundlePatterns: ['**/*'],
ios: {
buildNumber: '4',
supportsTablet: true,
buildNumber: '5',
supportsTablet: false,
bundleIdentifier: 'org.commitglobal.vic',
entitlements: {
'com.apple.developer.applesignin': ['Default'],
Expand Down

0 comments on commit 838c67b

Please sign in to comment.