Fix Bundle ID and ASC App ID for App Store Connect

Updated to match existing App Store Connect app:
- Bundle ID: com.wellnuo.app (was com.kosyakorel1.wellnuo)
- ASC App ID: 6756504446 (was 6755984871)
- Added SKU: EX1765577542748

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sergei 2025-12-12 17:29:40 -08:00
parent 8590202d53
commit 78e65f2dfd
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"newArchEnabled": true, "newArchEnabled": true,
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "com.kosyakorel1.wellnuo", "bundleIdentifier": "com.wellnuo.app",
"infoPlist": { "infoPlist": {
"ITSAppUsesNonExemptEncryption": false "ITSAppUsesNonExemptEncryption": false
} }

View File

@ -19,7 +19,7 @@
"production": { "production": {
"ios": { "ios": {
"appleId": "serter2069@gmail.com", "appleId": "serter2069@gmail.com",
"ascAppId": "6755984871" "ascAppId": "6756504446"
} }
} }
} }