Azure / mobile-services-samples

Apache License 2.0
93 stars 259 forks source link

The MSSyncContextDataSource protocol has a typo #31

Open atheken opened 9 years ago

atheken commented 9 years ago

The 2.0-beta MSSyncContextDataSource includes an optional method signature for

"-(NSUInteger) systemPropetiesForTable:(NSString *)table;"

Should be "Properties":

/// Returns the MSSystemProperties that should be stored locally (example: __createdAt, __updatedAt)
/// If not implemented, the default of __version will be asked for from the server
-(NSUInteger) systemPropetiesForTable:(NSString *)table;