Skip to content

Conversation

@ManAnRuck
Copy link
Member

This pull request makes minor configuration adjustments to improve iOS compatibility and clarify development settings. The most notable changes are in the iOS app configuration, where a new compatibility key is added to the infoPlist, and a small cleanup is made to the VSCode settings.

iOS app configuration improvements:

  • Added UIDesignRequiresCompatibility: true to the infoPlist in app.config.ts to ensure compatibility with certain iOS design requirements.
  • Refactored the conditional logic for infoPlist to always include the compatibility key and only add NSAppTransportSecurity settings in non-CI environments.

Development environment cleanup:

  • Removed the "typescript.tsserver.log": "verbose" setting from .vscode/settings.json to reduce unnecessary logging during development.

@ManAnRuck ManAnRuck self-assigned this Oct 29, 2025
Copilot AI review requested due to automatic review settings October 29, 2025 19:36
Copy link
Contributor

Copilot AI left a comment

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 adds iOS compatibility support for legacy iPads and removes verbose TypeScript logging from VSCode settings.

  • Adds UIDesignRequiresCompatibility: true to iOS infoPlist configuration to enable backward compatibility with legacy iPad designs
  • Removes the typescript.tsserver.log: "verbose" setting from VSCode configuration, which was likely used for debugging

Reviewed Changes

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

File Description
app.config.ts Adds UIDesignRequiresCompatibility flag to iOS infoPlist and restructures the configuration to properly spread conditional NSAppTransportSecurity settings
.vscode/settings.json Removes verbose TypeScript server logging setting

@ManAnRuck ManAnRuck merged commit 876f351 into main Oct 29, 2025
14 checks passed
@ManAnRuck ManAnRuck deleted the fix/header-button-styles branch October 29, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants