Skip to content

Commit

Permalink
Merge pull request #40 from square/federman/inbox
Browse files Browse the repository at this point in the history
Enable Aardvark to create bug reports with Inbox
  • Loading branch information
dfed committed Dec 13, 2016
2 parents 3590861 + 73a96aa commit ace602d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aardvark.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aardvark'
s.version = '3.0.0'
s.version = '3.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Aardvark is a library that makes it dead simple to create actionable bug reports.'
s.homepage = 'https://github.com/square/Aardvark'
Expand Down
2 changes: 1 addition & 1 deletion Aardvark/ARKEmailBugReporter.m
Expand Up @@ -460,7 +460,7 @@ - (NSData *)_mostRecentImageAsPNG:(NSArray *)logMessages;
- (NSURL *)_emailURLWithRecipients:(NSArray *)recipients CC:(NSString *)CCLine subject:(NSString *)subjectLine body:(NSString *)bodyText;
{
NSString *const defaultPrefix = @"mailto:";
NSArray *const prefixes = @[@"sparrow://", @"googlegmail:///co", defaultPrefix];
NSArray *const prefixes = @[@"inbox-gmail://co", @"sparrow://", @"googlegmail:///co", defaultPrefix];

NSURL *URL = nil;
for (NSString *prefix in prefixes) {
Expand Down

0 comments on commit ace602d

Please sign in to comment.