Skip to content

feat(ios): enable the approved multicast networking entitlement#48

Merged
psimaker merged 2 commits into
mainfrom
feat/multicast-entitlement
Jun 15, 2026
Merged

feat(ios): enable the approved multicast networking entitlement#48
psimaker merged 2 commits into
mainfrom
feat/multicast-entitlement

Conversation

@psimaker

Copy link
Copy Markdown
Owner

Apple approved com.apple.developer.networking.multicast for this App ID — this enables
it in the app's entitlements.

Why: Syncthing's local peer discovery uses multicast. Without the entitlement iOS
blocks it, so same-Wi-Fi peers are only found via global discovery + direct dial
(slower, relay-prone). With it, local discovery works directly — completing the
local-network work from 1.7.0.

Changes:

  • ios/project.yml → generated entitlements.properties (source of truth) +
    regenerated ios/VaultSync/VaultSync.entitlements.
  • CHANGELOG.md → 1.7.1 "Changed" note.

No code or test changes.

Before the next App Store archive: the Distribution provisioning profile must
include the new entitlement — Xcode automatic signing refreshes it on archive; with
manual signing, regenerate and re-download the Distribution profile in the Developer
portal first.

psimaker added 2 commits June 15, 2026 11:40
Apple granted com.apple.developer.networking.multicast for this App ID, so
Syncthing's local discovery can use multicast to find same-Wi-Fi peers
directly instead of detouring through a relay. Add the entitlement to
project.yml's generated entitlement properties (the source of truth) and the
regenerated VaultSync.entitlements.
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@psimaker, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 6 minutes and 40 seconds. Learn how PR review limits work.

To continue reviewing without waiting, enable usage-based billing in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3bb48d0a-e08b-4ed7-8041-241b388c40c0

📥 Commits

Reviewing files that changed from the base of the PR and between 450dc59 and f825b11.

📒 Files selected for processing (3)
  • CHANGELOG.md
  • ios/VaultSync/VaultSync.entitlements
  • ios/project.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/multicast-entitlement

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.

@psimaker psimaker merged commit 0a35b39 into main Jun 15, 2026
13 checks passed
@psimaker psimaker deleted the feat/multicast-entitlement branch June 15, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant