8000 Comparing v13.1.2...v13.2.0 · Quick/Nimble · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
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: Quick/Nimble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.1.2
Choose a base ref
...
head repository: Quick/Nimble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.2.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 3 contributors

Commits on Jan 6, 2024

  1. New matcher: map, for running a function on a value and running a mat…

    …cher against the return value of that function (#1112)
    younata authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    1b75ed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Build the carthage frameworks in a github action (#1107)

    * Build the carthage frameworks in a github action
    
    * Use the carthage build script to deploy release
    
    Drop the unused driverkit platform
    
    * Carthage --archive does not work correctly with --use-xcframeworks, so use a workaround.
    younata authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    390f387 View commit details
    Browse the repository at this point in the history
  2. Bump cocoapods from 1.14.2 to 1.14.3 (#1100)

    Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.14.2 to 1.14.3.
    - [Release notes](https://github.com/CocoaPods/CocoaPods/releases)
    - [Changelog](https://github.com/CocoaPods/CocoaPods/blob/1.14.3/CHANGELOG.md)
    - [Commits](CocoaPods/CocoaPods@1.14.2...1.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: cocoapods
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    419dd7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c8d41 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add visionOS support (#1098)

    * add compiler directives for visionOS support
    
    * add SPM visionOS support
    
    * add CocoaPods visionOS support
    
    * update Carthage dependencies
    
    * add visionOS support when using the Xcode project
    
    * extend test script to include visionOS
    
    * fix cocoapods support by modifying dependencies directly
    
    * do not break older Swift version support by creating a swift 5.9 explicit Package.swift file
    
    * skip tests on visionOS if it's not present
    
    * fix build issues below Xcode 15
    
    * skip visionOS cocoapod validation if visionOS is not present
    
    * move TARGET_OS_VISION definition to umbrella header
    
    * bump CwlPreconditionTesting to 2.2.0
    
    * link CwlPreconditionTesting on visionOS
    
    * add visionOS for to dependencies array
    
    * add CI execution for visionOS with Xcode 15.2
    
    * remove visionOS testing on Xcode 15.2
    
    * it looks like the visionOS simulator is not created by default on the used macOS image
    stonko1994 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    52c7526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f3dd6 View commit details
    Browse the repository at this point in the history
Loading
0