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 deprecation warning when targeting macOS 13 #814

Merged
merged 1 commit into from Mar 8, 2024

Conversation

jszumski
Copy link
Contributor

@jszumski jszumski commented Mar 6, 2024

Another attempt at #710

Short description πŸ“

Fixes this deprecation warning when targeting macOS 13:

Sources/XcodeProj/Extensions/String+md5.swift:63:16: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' was deprecated in macOS 13: String does not support no-copy initialization
        return String(bytesNoCopy: ptr, length: hexLen, encoding: .utf8, freeWhenDone: true)!

Solution πŸ“¦

I cherry-picked an updated version from swift-crypto

Implementation πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

  • Applied cherry pick
  • swift test

Copy link
Collaborator

@kwridan kwridan left a comment

Choose a reason for hiding this comment

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

Awesome thank you for addressing this @jszumski

@kwridan kwridan merged commit 313aaf1 into tuist:main Mar 8, 2024
5 checks passed
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.

None yet

4 participants