AdvancedNSOperations
AdvancedNSOperations copied to clipboard
KADCloudKitCondition.h/.m wrong type used
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.