You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSEntityMigrationPolicy subclasses referenced by .xcmappingmodel are now retained.
ValueTransformer subclasses referenced by .xcdatamodeld are now retained.
Properties of types directly or indirectly conforming to Encodable are now automatically retained. The --external-encodable-protocols option has been added to instruct Periphery that the specified external protocols also inherit Encodable.
Bug Fixes
Fix --index-exclude resulting in an error about unindexed files.
Fix an error during guided setup when xcodebuild is not setup for command line use.
CodingKey enums of Encodable conforming types are now also retained like Decodable types.
Fix detection of assign-only properties when the getter is shadowed by a parameter with the same name.