From 0376143a8a8b7bc48686dcbc35c63f25199dbd8a Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 12 Aug 2015 22:18:50 -0700 Subject: [PATCH] Update General.md --- tutorial-team-build/General.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial-team-build/General.md b/tutorial-team-build/General.md index 961b5c22..612a6123 100644 --- a/tutorial-team-build/General.md +++ b/tutorial-team-build/General.md @@ -355,9 +355,9 @@ xcrun -v -sdk iphoneos PackageApplication "${WORKSPACE}/platforms/ios/build/devi ###Visual Studio Specific Features A quick way to get you project working with Visual Studio specific features outside of Cordova is to add the sample [Visual Studio Tools for Apache Cordova CLI Support Plugin](http://go.microsoft.com/fwlink/?LinkID=533753) to your project. It adds in support for three things: -1. To support the Task Explorer, the plugin takes advantage of the technique illustrated in the [Gulp tutorial](../tutorial-gulp/gulp-ci.md) for wiring in Gulp tasks to Cordova build events. -2. To support res/native, the plugin uses a similar approach and we will briefly cover how this works behind the scenes. -3. The plugin also adds in support for the VS specific Windows packaging elements in config.xml. +1. Adds support for Visual Studio's res/native feature. +2. Adds in support for VS specific Windows packaging elements in config.xml. +3. Applies some workarounds for common problems when building for iOS. ##### Behind the Scenes: res/native Hook If you are using Tools for Apache Cordova in Visual Studio, you may be taking advantage of the "res/native" folder in your project. This provides a useful way to update native project build artifacts without having to check in the platforms folder but is not currently a base Cordova CLI feature.