1.11.0
Added
- Added
showEnvVars
to build scripts to disable printing the environment 351 @keith - Added
requiresObjCLinking
totarget
354 @brentleyjones - Added
targetTemplates
355 @yonaskolb - Added
aggregateTargets
353 381 @yonaskolb - Added
options.groupSortPosition
356 @yonaskolb - Added ability to specify
copyFiles
build phase for sources 345 @brentleyjones - Added ability to specify a
minimumXcodeGenVersion
349 @brentleyjones - Added
customArchiveName
andrevealArchiveInOrganizer
toarchive
367 @sxua
Fixed
- Sort files using localizedStandardCompare 341 @rohitpal440
- Use the latest
xcdatamodel
when sorted by version 341 @rohitpal440 - Fixed compiler flags being set on non source files in mixed build phase target sources 347 @brentleyjones
- Fixed
options.xcodeVersion
not being parsed 348 @brentleyjones - Fixed non-application targets using
carthage copy-frameworks
361 @brentleyjones - Set
xcdatamodel
based onxccurrentversion
if available 364 @rpassis - XPC Services are now correctly copied 368 @brentley
- Fixed
.metal
files being added to resources 380 @vgorloff
Changed
- Improved linking for
static.library
targets 352 @brentleyjones - Changed default group sorting to be after files 356 @yonaskolb
- Moved
Frameworks
andProducts
top level groups to bottom 356 @yonaskolb modulemap
files are automatically copied to the products directory for static library targets 346 @brentleyjones- Public header files are automatically copied to the products directory for static library targets 365 @brentleyjones
- Swift Objective-C Interface Header files are automatically copied to the products directory for static library targets 366 @brentleyjones
FRAMEWORK_SEARCH_PATHS
are adjusted forframework
dependencies 373 @brentleylibrary.static
targets haveSKIP_INSTALL
set toYES
358 @brentley- Copy files phases have descriptive names 360 @brentley
Internal
- Moved brew formula to homebrew core
- Added
CONTRIBUTING.md