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

[swift] Added solution for deprecated "UTTypeCopyPreferredTagWithClass" #18330

Merged
merged 3 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. Added solution for deprecated "UTTypeCopyPreferredTagWithClass"

    UTTypeCopyPreferredTagWithClass is deprecated with iOS 15, so apps targeting iOS 15+ were getting this warning on any auto-generated code. This solution will solve that warning and works both iOS 15 and below.
    egesucu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3af97ba View commit details
    Browse the repository at this point in the history
  2. Project built

    egesucu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    554e39b View commit details
    Browse the repository at this point in the history
  3. macOS Related fixes applied

    egesucu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4761413 View commit details
    Browse the repository at this point in the history