All Versions
85
Latest Version
Avg Release Cycle
26 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v6.6.0 Changes
March 01, 2019๐ Fixed
- ๐ Fix adding files to
PBXBuildPhase
#380 @danilsmakotin. - ๐ Improve project encoding performance #371 by @CognitiveDisson.
- ๐ Project decoding performance issue #365 by @CognitiveDisson.
- ๐ Fix PBXTarget extension methods #367 by @danilsmakotin.
โ Added
- โ Added
GPUFrameCaptureMode
andGPUValidationMode
options toLaunchAction
#368 by @schiewe. - โ Add Swiftformat #375 by @pepibumur.
๐ Changed
- ๐ฅ Breaking Rename GPUFrameCaptureMode cases to start with a lowercase letter #375 by @pepibumur.
- ๐ Fix linting issues #375 by @pepibumur.
- ๐ Fix adding files to
-
v6.5.0 Changes
February 02, 2019 -
v6.4.0 Changes
January 06, 2019โ Added
- โ Added
projReferenceFormat
toPBXOutputSettings
to allow changing the output format of generated references.withPrefixAndSuffix
will give the legacy behaviourxcode
will generate 32 character references as XCode does. #345 by @samskiter. - Danger #357 by @pepibumur.
- ๐ Support for WorkspaceSettings #359 by @pepibumur.
- โ Added
-
v6.3.0 Changes
October 18, 2018โ Added
- โ Added
parallelizable
andrandomExecutionOrdering
attributes toXCScheme.TestableReference
#340 by @alvarhansen.
๐ Fixed
- ๐ Fixed possible generated UUID conflicts #342 by @yonaskolb.
- ๐ Fixed not working PBXFileElement.fullPath(sourceRoot:) method #343 by @Vyeczorny.
- โ Added
-
v6.2.0 Changes
October 12, 2018โ Added
- ๐ Carthage and CocoaPods support #339 by @pepibumur.
๐ Changed
- ๐ Improved writing performance #336 #337 #338 by @yonaskolb.
- ๐ฆ Replaced Swift Package Manager dependency with PathKit #334 by @yonaskolb.
-
v6.1.0 Changes
October 10, 2018โ Added
- โ Added ability to pass in a
PBXObject
into thePBXProject.targetAttributes
dictionary, which will be encoded into its UUID. Can be used forTestTargetID
#333 by @yonaskolb.
๐ Changed
- ๐ Changed
XCScheme.BuildableReference
init to makeblueprint
aPBXObject
and added asetBlueprint(:)
function #320 by @yonaskolb. - โฌ๏ธ Bump AEXML version to 4.3.3 #310 by @pepibumur.
- ๐ Improves performance of object references #332 by @yonaskolb.
- Prefix reference with object type acronym. eg.
PBXFileReference
becomesFR_XXXXXXXXXXXXXXXXX
#332 by @yonaskolb. - โ Add
TEMP
prefix to temporary unfixed reference values #332 by @yonaskolb.
๐ Fixed
- ๐ Fixed written order of scheme attributes in Swift 4.2 #325 and #331 by @yonaskolb and @drekka
- โ Added ability to pass in a
-
v6.0.1 Changes
September 24, 2018๐ Fixed
- ๐ Fixes
PBXProject
attributes not being set properly #318 by @yonaskolb. - ๐ Fixed remoteGlobalID typo #315 by @yonaskolb.
- ๐ Fixed
XCBuildConfiguration.buildConfiguration
type #316 by @yonaskolb.
- ๐ Fixes
-
v6.0.0 Changes
Note: Migration guidelines are included in the project README.
๐ Changed
- ๐ฅ Breaking Make
PBXObjectReference
internal https://github.com/tuist/xcodeproj/pull/300 by @pepibumur. - ๐ฅ Breaking Make
PBXObjects
internal https://github.com/tuist/xcodeproj/pull/300 by @pepibumur. - ๐ฅ Breaking Move
PBXObjects
helpers toPBXProj
https://github.com/tuist/xcodeproj/pull/300 by @pepibumur.
- ๐ฅ Breaking Make
-
v5.2.0 Changes
๐ Changed
- ๐ Some tweaks to support Xcode 10 https://github.com/tuist/xcodeproj/pull/298 by @pepibumur.
-
v5.1.1 Changes
๐ Changed
- ๐ฅ Breaking Change
PBXBuildFile.file
attribute to be of typePBXFileElement
https://github.com/tuist/xcodeproj/pull/297 by @pepibumur.
โ Added
- โ Add
PBXBuildPhase.add(file:)
method that takes a file element and returns a build file https://github.com/tuist/xcodeproj/pull/297 by @pepibumur. - โ Add
PBXProj.rootObject
attribute https://github.com/tuist/xcodeproj/pull/297 by @pepibumur.
๐ Fixed
XCBuildConfiguration.baseConfiguration
type https://github.com/tuist/xcodeproj/pull/297 @pepibumur.
- ๐ฅ Breaking Change