From 848219fd1ed31b6ec30ce9f507083448b999b3ad Mon Sep 17 00:00:00 2001 From: Neli Chakarova Date: Tue, 15 Dec 2015 10:18:32 +0200 Subject: [PATCH] CocoaPods.md -> the CocoaPods article --- PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index 5fac790cfc..abecd6009e 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -83,7 +83,7 @@ my-plugin/ * `platforms\android\include.gradle`: This file modifies the native Android configuration of your NativeScript project such as native dependencies, build types and configurations. For more information about the format of `include.gradle`, see [include.gradle file](#includegradle-specification). * `platforms/android/res`: (Optional) This directory contains resources declared by the `AndroidManifest.xml` file. You can look at the folder structure [here](http://developer.android.com/guide/topics/resources/providing-resources.html#ResourceTypes). * `platforms/ios/Info.plist`: This file describes any specific configuration changes required for your plugin to work. For example: required permissions. For more information about the format of `Info.plist`, see [About Information Property List Files](https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html).
During the plugin installation, the NativeScript CLI will merge the plugin `Info.plist` with the `Info.plist` for your project. 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. -* `platforms/ios/Podfile`: This file describes the dependency to the library that you want to use. For more information, see [CocoaPods.md](CocoaPods.md). +* `platforms/ios/Podfile`: This file describes the dependency to the library that you want to use. For more information, see [the CocoaPods article](CocoaPods.md). NativeScript plugins which contain both native Android and iOS libraries might have the following directory structure. @@ -336,4 +336,4 @@ Make sure to run the command for all platforms configured for the project. Durin Next, open your `platforms\ios\Info.plist` file and remove any leftover entries from the plugin `Info.plist` file. -Finally, make sure to update your code not to use the uninstalled plugin. \ No newline at end of file +Finally, make sure to update your code not to use the uninstalled plugin.