diff --git a/GLPaint-GameView/Metadata.xml b/GLPaint-GameView/Metadata.xml index dee4164b..a40edca3 100644 --- a/GLPaint-GameView/Metadata.xml +++ b/GLPaint-GameView/Metadata.xml @@ -5,5 +5,5 @@ Intermediate Graphics, Games, Touch true - An example on using the iPhoneOSGameView class with OpenGL to create a touch painting application. + Demonstrates using iPhoneOSGameView with OpenGL to create a touch painting application. diff --git a/NSZombieApocalypse/Metadata.xml b/NSZombieApocalypse/Metadata.xml index abcffcb6..16371568 100644 --- a/NSZombieApocalypse/Metadata.xml +++ b/NSZombieApocalypse/Metadata.xml @@ -6,5 +6,5 @@ Media, Graphics, Games Indie true - The NSZombieApocalypse is a contrived game that exemplifies how to use the UIAccessibility protocol. + A game that demonstrates how to use the UIAccessibility protocol. \ No newline at end of file diff --git a/OpenGLESSample-GameView/Metadata.xml b/OpenGLESSample-GameView/Metadata.xml index 69b4e1ee..35ce5f3d 100644 --- a/OpenGLESSample-GameView/Metadata.xml +++ b/OpenGLESSample-GameView/Metadata.xml @@ -5,5 +5,5 @@ Beginning Graphics, Games true - A simple example of using OpenGLES with a iPhoneOSGameView in a Xamarin.iOS application. + Demonstrates the use of OpenGLES with an iPhoneOSGameView. diff --git a/RegionDefiner/Metadata.xml b/RegionDefiner/Metadata.xml index 490ef281..4ae2dc4e 100644 --- a/RegionDefiner/Metadata.xml +++ b/RegionDefiner/Metadata.xml @@ -5,5 +5,5 @@ Intermediate Maps + Location true - This sample is an example to generate GeoJSON coverage files for use with the Maps routing apps API. + Demonstrates generating GeoJSON coverage files for use with the Maps routing apps API. \ No newline at end of file diff --git a/SharedResources/Metadata.xml b/SharedResources/Metadata.xml index 9b32d123..9c9fd926 100644 --- a/SharedResources/Metadata.xml +++ b/SharedResources/Metadata.xml @@ -5,5 +5,5 @@ Intermediate Device Features true - Sample shows how to work with accelerometer, photo/video library, camera, battery status, contacts, file system, and network activity indicator. + Demonstrates how to work with various iOS resources. diff --git a/SimpleDrillDown/Metadata.xml b/SimpleDrillDown/Metadata.xml index 7c3cba00..3ca418c2 100644 --- a/SimpleDrillDown/Metadata.xml +++ b/SimpleDrillDown/Metadata.xml @@ -5,5 +5,5 @@ Beginning User Interface true - Sample shows how you can make a table with cells that allow the user to drill further down to a detailed view. + Demonstrates making a table with cells that can be drilled further down to a detailed view. diff --git a/Sound/Metadata.xml b/Sound/Metadata.xml index b3b64696..30fca1a0 100644 --- a/Sound/Metadata.xml +++ b/Sound/Metadata.xml @@ -1 +1 @@ - a2ce0b86-212c-4eae-ad3e-49d49e2c9c4f false Intermediate Media true Example of how to record an AAC file using the iPhone microphone or externally attached recording hardware. \ No newline at end of file + a2ce0b86-212c-4eae-ad3e-49d49e2c9c4f false Intermediate Media true Demonstrates recording an AAC file using internal or external recording hardware. \ No newline at end of file diff --git a/SpriteTour/Metadata.xml b/SpriteTour/Metadata.xml index 6d7fd405..dd0ceb61 100644 --- a/SpriteTour/Metadata.xml +++ b/SpriteTour/Metadata.xml @@ -6,5 +6,5 @@ Games, Platform Features Starter true - This Sprite Kit example uses multiple scenes to demonstrate different features of the SKSpriteNode class. + Demonstrates different features of the SKSpriteNode class. \ No newline at end of file diff --git a/StateRestoration/Metadata.xml b/StateRestoration/Metadata.xml index 446025b2..725b0c47 100644 --- a/StateRestoration/Metadata.xml +++ b/StateRestoration/Metadata.xml @@ -7,5 +7,5 @@ iOS true Starter - Demonstrates how to use UICollectionView, a way to present ordered data to users in a grid-like fashion. + Demonstrates a way to present ordered data to users in a grid-like fashion. diff --git a/TableParts/Metadata.xml b/TableParts/Metadata.xml index 5446cbff..30167741 100644 --- a/TableParts/Metadata.xml +++ b/TableParts/Metadata.xml @@ -5,5 +5,5 @@ Intermediate User Interface true - This sample illustrates the constituent parts of a table, including rows, sections, headers and footers. + This sample illustrates the constituent parts of a table. diff --git a/TicTacToe/Metadata.xml b/TicTacToe/Metadata.xml index 848f3f69..07b459fb 100644 --- a/TicTacToe/Metadata.xml +++ b/TicTacToe/Metadata.xml @@ -6,5 +6,5 @@ Games Indie true - This sample shows how to customize UIKit controls, tintColor, and renderingMode and build custom controls. + Demonstrates how to customize UIKit and build custom controls. \ No newline at end of file diff --git a/WayUpSample/Metadata.xml b/WayUpSample/Metadata.xml index a87583a5..46e43379 100644 --- a/WayUpSample/Metadata.xml +++ b/WayUpSample/Metadata.xml @@ -5,5 +5,5 @@ Beginning User Interface true - An example showing the usage of the ShouldAutorotateToInterfaceOrientation method. + Demonstrates how to autorate to interface orientation.