Skip to content

Commit

Permalink
Update General.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Aug 13, 2015
1 parent 3bbf2f4 commit 0376143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorial-team-build/General.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0376143

Please sign in to comment.