Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings related to @State used inline in Xcode previews #3739

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dmytro-horbel
Copy link

@dmytro-horbel dmytro-horbel commented Jan 15, 2025

Task/Issue URL: N/A

Description:

  • Fix warnings related to @State used inline in Xcode previews by adding @Previewable.
  • To use @Previewable we need to specify @available(macOS 14.0, *). That should be fine as the project is expected to run on the latest version of Xcode (a build script forces Xcode 16.2 which runs on macOS 14.5 or later).
Screenshot 2025-01-15 at 16 29 13

Optional E2E tests:

  • Run PIR E2E tests
    Check this to run the Personal Information Removal end to end tests. If updating CCF, or any PIR related code, tick this.

Steps to test this PR:
1.

Definition of Done:


Internal references:

Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation

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