Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tuist/XcodeProj Loading
base: 8.19.0
Choose a base ref
...
head repository: tuist/XcodeProj Loading
compare: 8.20.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 21, 2024

  1. Update changelog

    pepicrft committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2685cdf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Fix deprecation warning when targeting macOS 13 (#814)

    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:
    
    * cherry-picked an [updated version from swift-crypto](https://github.com/apple/swift-crypto/blob/606608da0875e3dee07cb37da3b38585420db111/Sources/Crypto/Util/PrettyBytes.swift#L40-L54)
    jszumski committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    313aaf1 View commit details
    Browse the repository at this point in the history
Loading