UNPKG

724 BMarkdownView Raw
1# iOS permissions and dependencies
2
3
4* (Optional) Use Info.plist to describe any permissions, features or other configuration specifics required or used by your plugin for iOS.
5NOTE: The NativeScript CLI will not resolve any contradicting or duplicate entries during the merge. After the plugin is installed, you need to manually resolve such issues.
6* (Optional) Use build.xcconfig configuration to describe any plugin the native dependencies. If there are no such, this file can be removed. For more information, see the [build.xcconfig Specification section](http://docs.nativescript.org/plugins/plugins#buildxcconfig-specification).
7
8
9[Read more about nativescript plugins](http://docs.nativescript.org/plugins/plugins)
\No newline at end of file