valdistt
valdistt

Reputation: 204

How to fill keywords field for MacOSX app, coded in Xcode?

How is it possible to fill some text in MacOSX Get Info screen's keywords field? For example, Contacts app there has keywords "Address Book" - how is it possible to do it from XCode? enter image description here

Upvotes: 5

Views: 494

Answers (1)

omz
omz

Reputation: 53551

You can add an MDItemKeywords entry in your Info.plist. It seems that this is only used if you also have this entry in the localized InfoPlist.strings file however.

Upvotes: 7

Related Questions