chore(ios): set ios.buildNumber to 3 (matches Android versionCode) for TestFlight

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-11 22:42:50 +02:00
parent af87893eb9
commit 0bad2185ec

View File

@ -20,6 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
ios: {
supportsTablet: true,
bundleIdentifier: "org.rebreak.app",
buildNumber: "3",
config: {
usesNonExemptEncryption: false,
},