How to find all the NS[whatever]UsageDescription keys my dependencies will require?

孤者浪人 提交于 2019-12-11 15:53:16

问题


I have an Xcode project which depends on a bunch of third-party frameworks. I'd like to start preparing for an app submission and I'm wondering whether Xcode forewarns me of all the NS[whatever]UsageDescription keys I'll need to provide.

When I look at the the "Info" tab in Xcode I only see one of these Privacy - [whatever] Usage Description keys. I'm suspicious because I expected to find more.

I'd like to be 100% sure that the frameworks I depend on do not use additional native API's that I'm not aware of before I submit my app.

Is there a way for Xcode to search for dependencies? Or is there way to get this programmatically?

来源:https://stackoverflow.com/questions/53710674/how-to-find-all-the-nswhateverusagedescription-keys-my-dependencies-will-requi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!