8.8.0
Change log
Fixed
- Fix equality checking of dictionaries #667 by @brentleyjones
- Quiet new warnings from Xcode 13.3 #673 by @hisaac
- Fix typo in PBXOutputSettings.swift #678 by @eltociear
- Fix syntax error in docs #679 by @maxwellE
- Misspelling in comment #680 by @maxwellE
- Misspelling in comment #681 by @maxwellE
- Ensure correct
LaunchAction
scheme order #686 by @maxwellE - Fix TestAction scheme attribute ordering #689 by @maxwellE
- Fix
Testables
element ordering #702 by @maxwellE - Fix
RemoteRunnable
scheme attr order #701 by @maxwellE - Fix ordering of Scheme toplevel attrs #698 by @maxwellE
- Fix order for
askForAppToLaunch
attr #705 by @maxwellE - Fix ordering of diagnostics scheme options #704 by @kwridan
Added
- Add
addDependency()
helper method toPBXAggregateTarget
#677 by @brentleyjones - Allow for initializing a PBXProj via a direct path #682 by @maxwellE
- Add
.extensionKitExtension
as the newPBXProductType
#691 by @mtj0928 - Added
disablePerformanceAntipatternChecker
toXCScheme
#693 by @Bogdan-Belogurov - Added missing
askForAppToLaunch
inProfileAction
#700 by @maxwellE - Add
launchAutomaticallySubstyle
->ProfileAction
#699 by @maxwellE - Add
DEAD_CODE_STRIPPING
default project setting #706 by @kwridan
Changed
New Contributors
- @brentleyjones made their first contribution in #667
- @maxwellE made their first contribution in #679
- @mtj0928 made their first contribution in #691
- @Bogdan-Belogurov made their first contribution in #694