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: yonaskolb/XcodeGen Loading
base: 2.26.0
Choose a base ref
...
head repository: yonaskolb/XcodeGen Loading
compare: 2.27.0
Choose a head ref
  • 11 commits
  • 28 files changed
  • 9 contributors

Commits on Feb 9, 2022

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

Commits on Mar 6, 2022

  1. Fixed Glob crash (#1181)

    tr1ckyf0x committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    a10c7c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add coverage targets for target schemes (#1189)

    * Changes
    
    * Tests and docs
    
    * Update fixtures
    
    * Update CHANGELOG.md
    
    Co-authored-by: Yonas Kolb <[email protected]>
    
    Co-authored-by: Yonas Kolb <[email protected]>
    gabriellanata and yonaskolb committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3b5ca91 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    yonaskolb committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    07fa819 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Skip compile sources for watch apps (#1185)

    * Skip compile sources build phase for watch2 apps if empty
    
    * add changelog entry
    
    * Fix tests
    
    Co-authored-by: Yonas Kolb <[email protected]>
    evandcoleman and yonaskolb committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    7b9d95a View commit details
    Browse the repository at this point in the history
  2. add .gyb as an accepted source file (#1191)

    * add .gyb to source files
    
    * Update CHANGELOG.md
    
    Co-authored-by: Christian Huck <[email protected]>
    hakkurishian and Christian Huck committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    e77caa8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    yonaskolb committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    146eaad View commit details
    Browse the repository at this point in the history
  4. Support test target for local Swift Package (#1169)

    * support local Swift Package test case into test scheme
    
    * update test
    
    * add test
    
    * update CHABGELOG.md
    
    * Update CHANGELOG.md
    
    * revert resolved package test
    
    * Update Sources/XcodeGenKit/SchemeGenerator.swift
    
    Co-authored-by: Kohki Miki <[email protected]>
    
    * make TargetReference convert from new JSON format
    
    * add .package for location of target reference
    
    * receive target reference format at target of scheme
    
    * update test
    
    * update XcodeProj
    
    * add test and fix small bugs
    
    * update docs
    
    * support multiple style of coverageTargets
    
    * add edge case of parsing test targets
    
    * fix docs
    
    * Update Docs/ProjectSpec.md
    
    Co-authored-by: Yonas Kolb <[email protected]>
    
    * create TestableTargetReference for not making API complex
    
    * fix code format
    
    * fix parameter name to Testable Target Reference
    
    * support directly writing key of Testable Target Reference
    
    * fix compile error in build
    
    Co-authored-by: Kohki Miki <[email protected]>
    Co-authored-by: Yonas Kolb <[email protected]>
    3 people committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    245f171 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    yonaskolb committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    8ff92cf View commit details
    Browse the repository at this point in the history
  6. Update to 2.27.0

    yonaskolb committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    d7accac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6cdd09 View commit details
    Browse the repository at this point in the history
Loading