Add meow as the recommended iOS client - #312
Merged
Merged
Conversation
List meow (https://madeye.github.io/meow-ios/) in the GUI Clients section of Getting Started and document its core Shadowsocks features. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Verified against the meow-ios and meow-rs sources: SIP002 ss:// link parsing (paste or QR scan), AEAD and AEAD-2022 ciphers, and native in-process SIP003 plugins (simple-obfs, v2ray-plugin). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the Getting Started documentation to add meow as the default iOS Shadowsocks client and describe its primary capabilities for iOS users.
Changes:
- Adds meow to the GUI clients list as the default iOS client.
- Introduces a new “Default iOS client: meow” section describing core functionality and requirements.
- Adds a link reference for the meow iOS project site.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Drop the redundant "(default iOS client)" from the list entry, tighten the section intro, and note that the GUI feature-comparison table covers desktop/Android clients only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Values verified against the meow-ios source: system-wide packet tunnel (System Proxy), CN-IP bypass/GeoIP rules (CHNRoutes), profile switching, and QR code scanning; no PAC or QR code generation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
meow-ios commit e4facb7 added exporting ss:// URIs and subscription URLs as QR codes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Test plan
yarn install && yarn docs:build(same as CI) passes locally🤖 Generated with Claude Code