Skip to content

Replace device-name placeholder with generic "this device"#2

Open
ryanlim wants to merge 1 commit into
glarue:mainfrom
ryanlim:main
Open

Replace device-name placeholder with generic "this device"#2
ryanlim wants to merge 1 commit into
glarue:mainfrom
ryanlim:main

Conversation

@ryanlim

@ryanlim ryanlim commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

The status subhead's hardcoded "iPhone 15 Pro" was a prototype leftover. Ideally we'd use the per-device name in Settings/General/About/Name, but it (UIDevice.current.name) is privacy-gated behind a request-only entitlement on iOS 16+, so use a neutral "this device" string instead.

Test plan

It builds

Notes for reviewers

n/a

The status subhead's hardcoded "iPhone 15 Pro" was a prototype
leftover. The real per-device name (UIDevice.current.name) is
privacy-gated behind a request-only entitlement on iOS 16+, so use a
neutral "this device" string instead.
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