Skip to content

Commit

Permalink
Hotfix for Imgur paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayer committed Mar 13, 2019
1 parent e6bb2f7 commit be8d7dc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Code/YLContextualMenuManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ - (IBAction) tinyurl: (id)sender

-(IBAction)imgur:(id)sender {
NSData* data = [sender representedObject];
[[ImgurAnonymousAPIClient client] uploadImageData:data withFilename:@"nally-uploaded" completionHandler:^(NSURL *imgurURL, NSError *error) {
[[ImgurAnonymousAPIClient sharedClient] uploadImageData:data withFilename:@"nally-uploaded" completionHandler:^(NSURL *imgurURL, NSError *error) {
if(error) {
NSLog(@"Error! %@", error);
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Code/YLContextualMenuManager.m"
timestampString = "574139824.0320179"
timestampString = "574166507.330093"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "200"
Expand All @@ -26,7 +26,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Code/YLContextualMenuManager.m"
timestampString = "574139824.032393"
timestampString = "574166507.33061"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "277"
Expand Down Expand Up @@ -67,5 +67,21 @@
</Locations>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Code/YLContextualMenuManager.m"
timestampString = "574166507.331396"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "285"
endingLineNumber = "285"
landmarkName = "-imgur:"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>

0 comments on commit be8d7dc

Please sign in to comment.