Fixed accessibility for search results.
This commit is contained in:
parent
e5db00ae3d
commit
2d857bcf70
@ -68,7 +68,8 @@
|
|||||||
return @"video";
|
return @"video";
|
||||||
}
|
}
|
||||||
- (NSString *)accessibilityDescription {
|
- (NSString *)accessibilityDescription {
|
||||||
return @"";
|
NSDictionary *snippet = [item objectForKey:@"snippet"];
|
||||||
|
return [snippet objectForKey:@"title"];
|
||||||
}
|
}
|
||||||
- (NSDictionary *)item {
|
- (NSDictionary *)item {
|
||||||
return item;
|
return item;
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.6</string>
|
<string>0.6.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
@ -81,7 +81,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.6</string>
|
<string>0.6.1</string>
|
||||||
<key>MGMGRBugsEmail</key>
|
<key>MGMGRBugsEmail</key>
|
||||||
<string>bugs@mrgeckosmedia.com</string>
|
<string>bugs@mrgeckosmedia.com</string>
|
||||||
<key>MGMGRContactEmail</key>
|
<key>MGMGRContactEmail</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user