Skip to content

Commit 3f2c09b

Browse files
committed
Merge branch 'development' of github.com:shazino/SZNZotero into development
2 parents 9548706 + 18f0960 commit 3f2c09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/SZNZoteroDemo/SZNZoteroDemo/classes/SZNAppDelegate.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ @implementation SZNAppDelegate
2121
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
2222
[AFNetworkActivityIndicatorManager sharedManager].enabled = YES;
2323

24-
NSString *clientKey = @"50deb7b415ab44276310";
25-
NSString *clientSecret = @"1c521d94225e31dccf62";
24+
NSString *clientKey = @"###";
25+
NSString *clientSecret = @"###";
2626

2727
SZNZoteroAPIClient *client = [[SZNZoteroAPIClient alloc] initWithKey:clientKey secret:clientSecret URLScheme:SZNURLScheme];
2828

0 commit comments

Comments
 (0)