All Versions
63
Latest Version
Avg Release Cycle
34 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.29.0 Changes
โก๏ธ Some support for Xcode Test Plans has been added. For now test plans are not generated by XcodeGen and must be created in Xcode and checked in, and then referenced by path. If the test targets are added, removed or renamed, the test plans may need to be updated in Xcode
โ Added
- โ
Schemes and Target Schemes can now reference existing Test Plans under
{scheme}.test.testPlans
and{target}.scheme.testPlans
, respectively. #716 @yonaskolb @omares
๐ Fixed
- ๐ Fixed an issue where DocC was not added to source file list #1202 @hiragram
๐ Changed
- โก๏ธ Updated XcodeProj to 8.7.1 #1213 @yonaskolb
- โ
Schemes and Target Schemes can now reference existing Test Plans under
-
v2.28.0 Changes
โ Added
- ๐ Support for specifying custom group locations for SPM packages. #1173 @John-Connolly
๐ Fixed
- ๐ Fix Monterey macOS shell version, shell login flag for environments #1167 @bimawa
- ๐ Fixed crash caused by a simultaneous write during a glob processing #1177 @tr1ckyf0x
๐ Changed
- โ Run target source pattern matching in parallel #1197 @alvarhansen
-
v2.27.0 Changes
โ Added
- ๐ Support test target for local Swift Package #1074 @freddi-kit
- โ Added
coverageTargets
for target test schemes. This enables to gather code coverage for specific targets. #1189 @gabriellanata - ๐ Fixed issue where .gyb files could not be added to source file list #1191 @hakkurishian
๐ Fixed
- ๐ Fixed crash caused by a simultaneous write during a glob processing #1177 @tr1ckyf0x
- ๐ Skip generating empty compile sources build phases for watch apps #1185 @evandcoleman
-
v2.25.0 Changes
โ Added
- ๐ Allow specifying a
copy
setting for each dependency. #1038 @JakubBednar
๐ Fixed
- ๐ Fix broken codesign option for bundle dependency #1104 @kateinoigakukun
- Ensure fileTypes are mapped to JSON value #1112 @namolnad
- ๐ Fix platform filter for package dependecies #1123 @raptorxcz
- ๐ Fix Xcode 13 build #1130 @raptorxcz @mthole
๐ Changed
- โก๏ธ Update XcodeProj to 8.2.0 #1125 @nnsnodnb
- ๐ Allow specifying a
-
v2.24.0 Changes
โ Added
- โ Added support for DocC Catalogs #1091 @brevansio
- โ Added support for "driver-extension" and "system-extension" product types #1092 @vgorloff
- โ Add support for conditionally linking dependencies for specific platforms #1087 @daltonclaybrook
- โ Add ability to specify UI testing screenshot behavior in test schemes #942 @daltonclaybrook
๐ Changed
- ๐ฅ Breaking: Rename the
platform
field onDependency
toplatformFilter
#1087 @daltonclaybrook
-
v2.23.0 Changes
โ Added
- โ Added ability to set custom platform for dependency #934 @raptorxcz
๐ Fixed
-
v2.22.0 Changes
โ Added
- ๐ Support
runPostActionsOnFailure
for running build post scripts on failing build #1075 @freddi-kit
๐ Changed
- Xcode no longer alerts to project changes after regeneration, due to internal workspace not regenerating if identical #1072 @yonaskolb
๐ Fixed
- ๐ Support
-
v2.21.0 Changes
โ Added
- ๐ Support weak link for Swift Package Dependency #1064 @freddi-kit
๐ Changed
- Carthage frameworks are no longer embedded for "order-only" target dependencies. This avoid redundant embeds in situations where a target's sources import a Carthage framework but do not have a binary dependency on it (like a test target which runs in a host app). #1041 @elliottwilliams
๐ Fixed