fastlane: destination en vez de sdk global y widgets a build 80

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013H6bXqGX1ygwib1Dm3n3UG
This commit is contained in:
alexandrev-tibco
2026-09-08 23:13:35 +02:00
parent 639afb7303
commit 7ad1033a76
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>79</string>
<string>80</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
+1 -1
View File
@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>79</string>
<string>80</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
+3 -1
View File
@@ -28,10 +28,12 @@ platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
increment_build_number(xcodeproj: "MealMood.xcodeproj")
# No `sdk:` here: forcing one SDK globally breaks the watchOS targets,
# which must build against watchos within the same archive.
build_app(
scheme: "MealMood",
export_method: "app-store",
sdk: "iphoneos26.5",
destination: "generic/platform=iOS",
export_options: EXPORT_OPTIONS
)
upload_to_testflight(