お世話になります。現在ドキュメントベースのアプリケーションを開発中ですが、アプリケーションを起動すると、デバッグログエリアに下記のような警告が表示されます。

-[NSDocumentController fileExtensionsFromType:] is deprecated, and does not work when passed a uniform type identifier (UTI). If the
application didn't invoke it directly then the problem is probably
that some other NSDocument or NSDocumentController method is getting
confused by a UTI that's not actually declared anywhere. Maybe it
should be declared in the UTExportedTypeDeclarations section of this
app's Info.plist but is not. The alleged UTI in question is "xxx".

この警告が出ない様にするには、Info.plistをどの様に修正すれば良いのかご存じの方、ご教示よろしくお願いします。