Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb authored Oct 31, 2023
1 parent 97d36fd commit 4c0b4ae
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@

## Next Version

### Feature support for multiple deployment targets with xcode 14

- Added `supportedDestinations` for target
- Added a new platform value `auto` that we can use only with `supportedDestinations`
- Added the possiblity to avoid the definition of plaform, only when we use `supportedDestinations`, that fallbacks to 'auto'
- Added `destinationFilters` for sources and dependecies
- Added `inferDestinationFiltersByPath`, a convenience filter for sources
- Added visionOS support

### Added

- [Multi-destination targets](https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#supported-destinations) #1336 @amatig
- Added `supportedDestinations` to target
- Added optional new `platform` value of `auto` when using `supportedDestinations`
- Added `destinationFilters` for sources and dependecies
- Added `inferDestinationFiltersByPath`, a convenience filter for sources
- `.mlpackage` files now default to being a source type #1398 @aaron-foreflight
- Added support for `Build Tool Plug-ins` in `AggregateTarget` #1390 @BarredEwe

Expand Down

0 comments on commit 4c0b4ae

Please sign in to comment.