mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs(readme): tighten platform differences table labels and wrapping
This commit is contained in:
parent
2fc67879e4
commit
a5ec91df79
2 changed files with 5 additions and 5 deletions
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 488;
|
||||
CURRENT_PROJECT_VERSION = 489;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 488;
|
||||
CURRENT_PROJECT_VERSION = 489;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
|
|
@ -382,9 +382,9 @@ Most editor features are shared across macOS, iOS, and iPadOS.
|
|||
|
||||
| Capability | macOS | iOS | iPadOS | Notes |
|
||||
|---|---|---|---|---|
|
||||
| Quick Open (`Cmd+P`) |  |  |  | iOS requires a hardware keyboard for shortcut-driven flow. |
|
||||
| Bracket helper presentation |  |  |  | Functionality is equivalent; UI surface differs by platform. |
|
||||
| Markdown preview interaction |  |  |  | Preview behavior adapts to screen size and interaction model. |
|
||||
| Quick Open<br><sub>`Cmd+P`</sub> |  |  |  | iOS needs a hardware keyboard<br>for shortcut-driven flow. |
|
||||
| Bracket Helper |  |  |  | Same behavior across platforms;<br>only the UI surface differs. |
|
||||
| Markdown Preview |  |  |  | Interaction adapts to screen size<br>and platform input model. |
|
||||
|
||||
## Trust & Reliability Signals
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue