Skip to content

Use light mode for iOS apps#4978

Merged
externl merged 1 commit into
zeroc-ice:3.7from
externl:light-mode
Jan 29, 2026
Merged

Use light mode for iOS apps#4978
externl merged 1 commit into
zeroc-ice:3.7from
externl:light-mode

Conversation

@externl

@externl externl commented Jan 29, 2026

Copy link
Copy Markdown
Member

No description provided.

@externl
externl changed the base branch from main to 3.7 January 29, 2026 14:44
@externl
externl requested a review from pepone January 29, 2026 14:44
@externl
externl marked this pull request as ready for review January 29, 2026 14:44
Copilot AI review requested due to automatic review settings January 29, 2026 14:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the sample iOS test apps to always use light mode instead of following the system appearance.

Changes:

  • Add UIUserInterfaceStyle with value Light to the Swift test driver's iOS Info.plist.
  • Add UIUserInterfaceStyle with value Light to the Objective-C iOS controller test app Info.plist.
  • Add UIUserInterfaceStyle with value Light to the C++ iOS controller test app Info.plist.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
swift/test/TestDriver/iOS/Info.plist Forces the Swift iOS test driver app UI to light mode.
objective-c/test/ios/controller/Classes/Info.plist Forces the Objective-C controller iOS test app UI to light mode.
cpp/test/ios/controller/Classes/Info.plist Forces the C++ controller iOS test app UI to light mode.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@externl
externl merged commit 556169b into zeroc-ice:3.7 Jan 29, 2026
7 checks passed
@externl externl mentioned this pull request Mar 12, 2026
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.

Bogus call to ERR_get_error

3 participants