diff --git a/MealMoodWatchWidget/Info.plist b/MealMoodWatchWidget/Info.plist
index aa3e5e2..4fbaab6 100644
--- a/MealMoodWatchWidget/Info.plist
+++ b/MealMoodWatchWidget/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.1.0
CFBundleVersion
- 79
+ 80
NSExtension
NSExtensionPointIdentifier
diff --git a/MealMoodWidget/Info.plist b/MealMoodWidget/Info.plist
index aa3e5e2..4fbaab6 100644
--- a/MealMoodWidget/Info.plist
+++ b/MealMoodWidget/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.1.0
CFBundleVersion
- 79
+ 80
NSExtension
NSExtensionPointIdentifier
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 189ad41..821b052 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -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(