We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9548706 + 18f0960 commit 3f2c09bCopy full SHA for 3f2c09b
Examples/SZNZoteroDemo/SZNZoteroDemo/classes/SZNAppDelegate.m
@@ -21,8 +21,8 @@ @implementation SZNAppDelegate
21
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
22
[AFNetworkActivityIndicatorManager sharedManager].enabled = YES;
23
24
- NSString *clientKey = @"50deb7b415ab44276310";
25
- NSString *clientSecret = @"1c521d94225e31dccf62";
+ NSString *clientKey = @"###";
+ NSString *clientSecret = @"###";
26
27
SZNZoteroAPIClient *client = [[SZNZoteroAPIClient alloc] initWithKey:clientKey secret:clientSecret URLScheme:SZNURLScheme];
28
0 commit comments