From 1600bcd44d89db295873bbd2b1b9bcc306a4ef8c Mon Sep 17 00:00:00 2001
From: joshavant <830519+joshavant@users.noreply.github.com>
Date: Tue, 26 May 2026 15:51:48 -0700
Subject: [PATCH] fix: mark ios watch app as watchkit app
---
apps/ios/WatchApp/Info.plist | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/ios/WatchApp/Info.plist b/apps/ios/WatchApp/Info.plist
index 13de3b35701..3eea1e6ff09 100644
--- a/apps/ios/WatchApp/Info.plist
+++ b/apps/ios/WatchApp/Info.plist
@@ -20,9 +20,9 @@
$(OPENCLAW_MARKETING_VERSION)
CFBundleVersion
$(OPENCLAW_BUILD_VERSION)
- WKApplication
-
WKCompanionAppBundleIdentifier
$(OPENCLAW_APP_BUNDLE_ID)
+ WKWatchKitApp
+