AdvancedNSOperations icon indicating copy to clipboard operation
AdvancedNSOperations copied to clipboard

KADCloudKitCondition.h/.m wrong type used

Open Linasses opened this issue 7 years ago • 0 comments

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.

Linasses avatar Mar 01 '17 16:03 Linasses