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.20.0
Choose a base ref
...
head repository: tuist/XcodeProj Loading
compare: 8.21.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 4 contributors

Commits on Mar 25, 2024

  1. Fix package manifest (#816)

    Resolves #815
                    
    - Add explicit dependencies declaration in package manifest
    0111b committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e061707 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Add Privacy Manifest in 'Projects Using' README table (#819)

    Adds my Privacy Manifest CLI tool [^1] in the list of open-source
    projects using the XcodeProj library.
    
    [^1]: https://github.com/stelabouras/privacy-manifest
    stelabouras committed May 25, 2024
    Configuration menu
    Copy the full SHA
    2f17e9e View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency macos to v14 (#818)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed May 25, 2024
    Configuration menu
    Copy the full SHA
    0aa43b7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Adopt Strict Concurrency checking (#821)

    * Convert `var` to `let` for structured concurrency
    
    * Add Sendable conformance to types triggering warnings
    
    * Add strict concurrency checking to package
    
    * Annotation `PathKit` imports with `@preconcurrency`
    
    * Convert to a global funciton to avoid shared global state.
    
    Darwin.glob and Glibc.glob would likely need to be marked as `@Sendable` to be able to be referenced from global scope
    waltflanagan committed May 28, 2024
    Configuration menu
    Copy the full SHA
    19f5029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d5803 View commit details
    Browse the repository at this point in the history
Loading