Finalize Drawer iOS release candidate - #9
Merged
Merged
Conversation
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
Finalizes the native iPhone companion without changing Drawer's product identity. The iOS app stays small, tactile and task-first; the same user-selected
Drawer.mdused by the Mac app / Files / Obsidian remains canonical. No account, backend or second task database is introduced.Canonical file correctness
NSFileCoordinatorboundary for local, iCloud and third-party Files providersiPhone experience
Focus / ambient iOS surfaces
Tactile + accessibility polish
ViewThatFitsPrivacy / App Store readiness
1C8F.1) in addition to app-private preferencesdrawer://deep links are validated by CIiOS/RELEASE.mdgives App Review a zero-dependency Files-only setup plus the signed-device acceptance matrixProduct invariant
Drawer.mdis always canonical. No widget cache, cloud placeholder, staged replacement, Focus timer, Live Activity, UI animation or Undo buffer is allowed to become a second source of truth.Automated release gate
The exact PR head must pass:
DrawerCoresuiteThe workflow now also runs for relevant changes on
main, so iOS release integrity remains protected after merge.Hardware/account gate
Simulator CI cannot prove real Taptic Engine tuning, security-scoped File Provider behavior after reboot/lock, iCloud eviction/materialization timing, Dynamic Island/Lock Screen behavior, Apple provisioning, Organizer validation or processed TestFlight installation. Those checks are explicit—not hand-waved—in
iOS/RELEASE.mdandiOS/README.md.This PR is mergeable only when the exact final head SHA is green. App Store submission remains separately gated by the signed-device/TestFlight matrix that requires Apple credentials and real hardware.