Fixed accessibility for search results.

This commit is contained in:
GRMrGecko 2015-06-04 07:07:47 -05:00
parent e5db00ae3d
commit 2d857bcf70
2 changed files with 4 additions and 3 deletions

View File

@ -68,7 +68,8 @@
return @"video";
}
- (NSString *)accessibilityDescription {
return @"";
NSDictionary *snippet = [item objectForKey:@"snippet"];
return [snippet objectForKey:@"title"];
}
- (NSDictionary *)item {
return item;

View File

@ -66,7 +66,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<string>0.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -81,7 +81,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.6</string>
<string>0.6.1</string>
<key>MGMGRBugsEmail</key>
<string>bugs@mrgeckosmedia.com</string>
<key>MGMGRContactEmail</key>