2.0.1: build 66 subida a TestFlight (fix onboarding)

La primera subida la rechazo App Store Connect con 90062: el IPA salio con
CFBundleShortVersionString 2.0. MARKETING_VERSION del pbxproj no manda; la
version real esta hardcodeada en MealMood/Resources/Info.plist y en el
Info.plist del widget.

Corregidos ambos a 2.0.1 y alineados en build 66. Documentado en CLAUDE.md que
un cambio de version toca tres sitios y que fastlane solo automatiza el build
number de la app.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Ks8uUcMA9mjypVK7F2Pkt
This commit is contained in:
alexandrev-tibco
2026-08-06 08:22:56 +02:00
parent d10517b356
commit dfe97e9553
4 changed files with 20 additions and 11 deletions
+6 -6
View File
@@ -15,11 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<string>2.0.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@@ -32,7 +28,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>64</string>
<string>66</string>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-1549720748100858~9985112590</string>
<key>ITSAppUsesNonExemptEncryption</key>
@@ -56,6 +52,10 @@
</dict>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<key>UILaunchScreen</key>
<dict>
<key>UILaunchScreen</key>