Fix Apple Team ID to Robert Zmrzli (UHLZD54ULZ)

- app.json: Added appleTeamId for correct team
- eas.json: Added submit.production.ios.appleTeamId

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sergei 2025-12-24 17:40:47 -08:00
parent 47443cc46e
commit 74550abf1f
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.wellnuo.BluetoothScanner",
"appleTeamId": "UHLZD54ULZ",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}

View File

@ -18,7 +18,7 @@
"submit": {
"production": {
"ios": {
"appleTeamId": "RC753H2474"
"appleTeamId": "UHLZD54ULZ"
}
}
}