Skip to content

Commit

Permalink
Merge pull request #1351 from NativeScript/minorChange
Browse files Browse the repository at this point in the history
CocoaPods.md -> the CocoaPods article
  • Loading branch information
N3ll committed Dec 15, 2015
2 parents 15304dd + 848219f commit 2176482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).<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.
* `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.

Expand Down Expand Up @@ -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.
Finally, make sure to update your code not to use the uninstalled plugin.

0 comments on commit 2176482

Please sign in to comment.