kas-kad / AdvancedNSOperations

Objective-C implementation of concepts introduced at WWDC 2015 Session 226 Advanced NSOperations.
53 stars 13 forks source link

KADCloudKitCondition.h/.m wrong type used #12

Open Linasses opened 7 years ago

Linasses commented 7 years ago

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.