Skip to content

KADCloudKitCondition.h/.m wrong type used #12

@Linasses

Description

@Linasses

Unless I have completely misunderstood the code, I think that:
Attribute:
@property (nonatomic, assign) CKApplicationPermissions permission;
should be:
@property (nonatomic, assign) CKApplicationPermissionStatus permission;
Obviously this type change needs to cascade to all calls too.
The former is for use in sharing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions