Skip to content

fix(ios): restore RocketChat Watch scheme for Official target#7385

Open
Rohit3523 wants to merge 1 commit into
developfrom
fix/restore-watch-scheme
Open

fix(ios): restore RocketChat Watch scheme for Official target#7385
Rohit3523 wants to merge 1 commit into
developfrom
fix/restore-watch-scheme

Conversation

@Rohit3523
Copy link
Copy Markdown
Member

@Rohit3523 Rohit3523 commented Jun 7, 2026

Proposed changes

Restores RocketChat Watch.xcscheme which was removed in #7322 because it referenced the now-deleted Experimental main app target.

The Watch target (Rocket.Chat.Watch) and its full source tree (RocketChat Watch App/) were never removed — only the scheme was lost. Without it, the Watch app cannot be built or run from Xcode.

The new scheme is identical to the deleted one except the Experimental build entry (Rocket.Chat Experimental.app, RocketChatRN) is replaced with the Official main app (Rocket.Chat.app, Rocket.Chat, 7AAB3E0D257E6A6E00707CF6).

Issue(s)

https://rocketchat.atlassian.net/browse/NATIVE-1250

How to test or reproduce

  1. Open ios/RocketChatRN.xcodeproj in Xcode
  2. Select the RocketChat Watch scheme from the scheme picker
  3. Choose a paired iPhone + Apple Watch simulator
  4. Build and run — the Watch app should launch on the watch simulator

Screenshots

N/A

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Documentation update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

@Rohit3523 Rohit3523 requested a deployment to approve_e2e_testing June 7, 2026 15:31 — with GitHub Actions Waiting
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 7, 2026

Review Change Stack

Walkthrough

This PR adds a new Xcode scheme file (RocketChat Watch.xcscheme) that configures build, test, launch, profile, analyze, and archive actions for the RocketChat Watch app target. The scheme specifies buildable entries for both the Watch app and main app, with launch and profiling configured for Debug and Release configurations targeting the Watch app.

Changes

RocketChat Watch Scheme Configuration

Layer / File(s) Summary
RocketChat Watch Xcode scheme definition
ios/RocketChatRN.xcodeproj/xcshareddata/xcschemes/RocketChat Watch.xcscheme
New Xcode scheme XML defines BuildAction with Watch and main app buildable entries, TestAction for Debug, LaunchAction and ProfileAction for Debug/Release targeting Watch with LLDB configuration, plus AnalyzeAction and ArchiveAction for Debug/Release.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

type: bug

Suggested reviewers

  • OtavioStasiak
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: restoring the RocketChat Watch scheme for the Official target, which directly corresponds to the single file addition shown in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant