Skip to content

Rename COObject.isPersistent/Shared to COObject.persistent/shared #56

Description

@qmathe

For consistency with Swift and Objective-C style guide, properties COObject.isPersistent and COObject.isShared should be declared like that:

@property (nonatomic, getter=isPersistent, readonly) BOOL persistent;
@property (nonatomic, getter=isShared, readonly) BOOL shared;

This requires to change CoreObject metamodel and create a schema migration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions