| 82 | | [NSSWF:@"(kMDItemDisplayName IN[cd] '%@') && (kMDItemContentTypeTree == 'public.image')", |
|---|
| 83 | | [[url path] substringFromIndex:1]]]]; |
|---|
| | 86 | [NSSWF:@"(kMDItemDisplayName IN[cd] '%@' || kMDItemAuthors IN[cd] '%@' || kMDItemCity IN[cd] '%@' || kMDItemContributors IN[cd] '%@' || kMDItemDescription IN[cd] '%@' || kMDItemHeadline IN[cd] '%@' || kMDItemInstructions IN[cd] '%@' || kMDItemKeywords IN[cd] '%@' || kMDItemStateOrProvince IN[cd] '%@' || kMDItemTitle IN[cd] '%@') && (kMDItemContentTypeTree == 'public.image')", |
|---|
| | 87 | string, string, string, string, string, string, string, string, string, string]]]; |
|---|