feat(companion): add iPhone Buddy app and watch sync#218
Open
fengye404 wants to merge 19 commits into
Open
Conversation
…on-prototype # Conflicts: # Info.plist # Sources/CodeIsland/ESP32StatePublisher.swift # Tests/CodeIslandCoreTests/JSONLTailerTests.swift # Tests/CodeIslandTests/AppStatePrimarySourceTests.swift
7 tasks
nguyenvanduocit
pushed a commit
to nguyenvanduocit/CodeIsland
that referenced
this pull request
Jun 5, 2026
No new upstream code changes since f878234 (May 31). Documents three new items: issue wxtsky#216 (third T-057 report), issue wxtsky#217 (global shortcuts, not applicable), PR wxtsky#218 (iOS companion, out of scope). Corrects prior scout error noting issues as disabled. https://claude.ai/code/session_01TEbc5ZfFBaJNtzVRnMPdnT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Code Island Buddy for iPhone and Apple Watch, plus the Mac-side publishing bridge needed to mirror Code Island sessions outside the Mac. It includes the iPhone app, Live Activity / Dynamic Island / Lock Screen / StandBy surfaces, Apple Watch app and widget, Bluetooth/local-network sync from the Mac, tests, smoke scripts, and App Store release documentation.
The iOS app has already been successfully published on the App Store as a free app available globally: https://apps.apple.com/us/app/code-island-buddy/id6773881129
The China mainland App Store storefront is temporarily unavailable because the required ICP filing is not ready yet.
Screenshots
The Mac surface is Settings -> Buddy, where this PR adds and renames the iPhone Buddy broadcasting controls. A Mac screenshot is not embedded because there is no committed clean Mac settings screenshot in the branch.
Changes
Added
Changed
mainbefore opening this PR.Compatibility Notes
ios/CodeIslandCompanion/; product docs and screenshots are contained underapple-companion/.Testing
git diff --checkswift testswift test --filter AppleCompanionPayloadTestsswift test --filter 'AppleCompanionPayloadTests|AppStatePrimarySourceTests|AppStateQuestionFlowTests'swift test --filter 'AppleCompanionPayloadTests|AppStatePrimarySourceTests|AppStateQuestionFlowTests|JSONLTailerTests|ESP32ProtocolTests'scripts/check-companion-ui-regressions.shscripts/smoke-companion.shscripts/smoke-companion-ui.shapple-companion/images/.Release Notes
This PR does not include a signed Mac DMG artifact. The final Mac DMG should be produced by the maintainer after merge using the repository's Developer ID certificate, Apple notarization profile, Sparkle update signing key, and GitHub Release permissions.