Skip to content

Commit 2176482

Browse files
committed
Merge pull request #1351 from NativeScript/minorChange
CocoaPods.md -> the CocoaPods article
2 parents 15304dd + 848219f commit 2176482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PLUGINS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ my-plugin/
8383
* `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).
8484
* `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).
8585
* `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).<br/>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.
86-
* `platforms/ios/Podfile`: This file describes the dependency to the library that you want to use. For more information, see [CocoaPods.md](CocoaPods.md).
86+
* `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).
8787

8888
NativeScript plugins which contain both native Android and iOS libraries might have the following directory structure.
8989

@@ -336,4 +336,4 @@ Make sure to run the command for all platforms configured for the project. Durin
336336
337337
Next, open your `platforms\ios\Info.plist` file and remove any leftover entries from the plugin `Info.plist` file.
338338

339-
Finally, make sure to update your code not to use the uninstalled plugin.
339+
Finally, make sure to update your code not to use the uninstalled plugin.

0 commit comments

Comments
 (0)