Skip to content

Instantly share code, notes, and snippets.

@koleson
Created November 5, 2013 23:10
Show Gist options
  • Save koleson/7328042 to your computer and use it in GitHub Desktop.
Save koleson/7328042 to your computer and use it in GitHub Desktop.
//
// CLLocationManager+AutomationMock.m
//
#import "CLLocationManager+AutomationMock.h"
@implementation CLLocationManager (AutomationMock)
+ (BOOL)authorizationStatus
{
return kCLAuthorizationStatusAuthorized;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment