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: square/Valet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3df8eaa
Choose a base ref
...
head repository: square/Valet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23bad01
Choose a head ref
  • 8 commits
  • 60 files changed
  • 3 contributors

Commits on Apr 23, 2024

  1. Get Cocoapods on a recent version (#309)

    * Get Cocoapods on a recent version
    
    * Run Pod Lint CI on latest Xcode
    dfed authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ac8f34b View commit details
    Browse the repository at this point in the history
  2. Get CI running Xcode 15 (#310)

    * Get CI running Xcode 14
    
    * Add SPM build too
    
    * Use checkout@v4
    
    * Get Carthage build on Xcode 15
    
    * Use Xcode 15 and macOS-14 when possible
    dfed authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e1738b5 View commit details
    Browse the repository at this point in the history
  3. Get watchOS tests running in CI (#311)

    * Get watchOS tests running in CI
    
    * Run the tests
    
    * Parallelize (#312)
    
    * Actually fail CI when tests fail (#313)
    
    * Actually fail CI when tests fail
    
    * Throw when we encounter errors
    
    * Remove builds with Xcode that do not support Swift Concurrency
    
    * Use appropriate Xcode for the job
    
    * More tests require signed environments now
    
    * Fix macOS 14 test sdk
    
    * Use correct simulator name
    
    * Do not embed watchOS
    
    * Massage compiler
    
    * Remove unnecessary Valet watchOS Test Host App.app
    
    * New watch host target
    
    * simpler
    
    * stop testing watchOS_8
    
    * Xcode 13 or later
    dfed authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    37c0dfc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    f93bd52 View commit details
    Browse the repository at this point in the history
  2. Delete .gitmodules (#315)

    dfed authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    398816d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    e161af3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Bump rexml from 3.2.8 to 3.3.6 (#317)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.2.8...v3.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e900692 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Adopt Swift 6 and Xcode 16 (#322)

    * Adopt Swift 6 and Xcode 16
    
    * Project updates
    
    * Lower macOS deployment to macOS 10.13 – match README
    
    * Remove @available checks that no longer apply
    
    * Remove renamed method hints
    
    * Remove v2 (objc) compatibility tests
    
    * Update README
    
    * Add migration method
    dfed authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    23bad01 View commit details
    Browse the repository at this point in the history
Loading