Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Removed unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
NSExceptional committed Aug 11, 2015
1 parent aea7544 commit d6fa743
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Pod/Classes/Networking/SKClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ - (void)signInWithUsername:(NSString *)username password:(NSString *)password gm
@"timestamp": timestamp};

NSDictionary *headers = @{SKHeaders.clientAuthToken: [NSString stringWithFormat:@"Bearer %@", self.googleAuthToken],
SKHeaders.clientAuth: @"wesrdtfyguhi"};
SKHeaders.clientAuth: @""};
SKRequest *request = [[SKRequest alloc] initWithPOSTEndpoint:SKEPAccount.login token:nil query:post headers:headers ts:timestamp];
NSURLSession *session = [NSURLSession sessionWithConfiguration:[NSURLSessionConfiguration defaultSessionConfiguration]];

Expand Down
5 changes: 0 additions & 5 deletions Pod/Classes/SnapchatKit-Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ SK_NAMESPACE(SKAttestation, {
/** Google Play Services version used to make the attestation request. */
NSInteger GMSVersion;
/** Authentication token sent to verify requests with the server to prevent abuse. */
NSNSString *auth;
/** Casper™ attestation request URL. Special thanks to Liam! */
NSNSString *URLCasper;
/** SnapKeep™ attestation request URL. Special thanks to Harry! */
NSNSString *URLSnapKeep;
NSNSString *droidGuard;
NSNSString *digest9_8;
NSNSString *digest9_9;
Expand Down
3 changes: 0 additions & 3 deletions Pod/Classes/SnapchatKit-Constants.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ BOOL SKMediaKindIsVideo(SKMediaKind mediaKind) {
.userAgent = @"SafetyNet/7329000 (klte KOT49H); gzip",
.certificateDigest = @"Lxyq/KHtMNC044hj7vq+oOgVcR+kz3m4IlGaglnZWlg=",
.GMSVersion = 7329038,
.auth = @"cp4craTcEr82Pdf5j8mwFKyb8FNZbcel",
.URLCasper = @"http://attest.casper.io/attestation",
.URLSnapKeep = @"[redacted]",
.digest9_8 = @"vXCcGhQ7RfL1LUiE3F6vcNORNo7IFSOvuDBunK87mEI=",
.digest9_9 = @"Yk9Wqmx7TrTatldWI+5PWbQjGA8Gi8ZoO8X9OUAw1hg=",
.digest9_10 = @"JJShKOLH4YYjWZlJQ71A2dPTcmxbaMboyfo0nsKYayE=",
Expand Down

0 comments on commit d6fa743

Please sign in to comment.