Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Shorten brief descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly5 committed Apr 23, 2015
1 parent e108912 commit d0ff983
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CAQuartzComposition/Metadata.xml
Expand Up @@ -5,5 +5,5 @@
<Level>Advanced</Level>
<Tags>Graphics</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates use of the `CoreAnimation` and `QuartzComposition` `QCCompositionLayer`.</Brief>
<Brief>Demonstrates use of the `CoreAnimation` and `QuartzComposition`.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion HeartRateMonitor/Metadata.xml
Expand Up @@ -5,5 +5,5 @@
<Level>Advanced</Level>
<Tags>Device Features, Graphics</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates discovering, connecting to, and retrieving heart rate data from Bluetooth LE heart rate monitors.</Brief>
<Brief>Demonstrates discovering, connecting and retrieving data from Bluetooth LE heart rate monitors.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion ImageKitDemoStep1/Metadata.xml
Expand Up @@ -5,5 +5,5 @@
<Level>Intermediate</Level>
<Tags>Media, Graphics</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates IKImageBrowserView, IKImageBrowserDataSource, IKImageBrowserItem, and drag and drop support.</Brief>
<Brief>Demonstrates IKImageBrowserView, IKImageBrowserDataSource, IKImageBrowserItem, and more.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion NSComboBoxTest/Metadata.xml
Expand Up @@ -4,5 +4,5 @@
<Level>Beginner</Level>
<Tags>User Interface</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use an `NSComboBox` with an `NSComboBoxData` source to provide completion hints.</Brief>
<Brief>Demonstrates how to provide completion hints.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion NSOutlineViewAndTableView/Metadata.xml
Expand Up @@ -4,5 +4,5 @@
<Level>Beginner</Level>
<Tags>User Interface</Tags>
<Gallery>true</Gallery>
<Brief>This quick start guide will walk you through the programmatic creation of and use of `NSTableView`/`NSOutlineView` with Xamarin.Mac.</Brief>
<Brief>Demonstrates the programmatic creation of and use of `NSTableView`/`NSOutlineView`.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion NSTextViewSample/Metadata.xml
Expand Up @@ -4,5 +4,5 @@
<Level>Intermediate</Level>
<Tags>User Interface, Media</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use the default `NSTextAttachmentCell` with an NSImage and how to subclass `NSTextAttachmentCell` to perform custom cell sizing and rendering.</Brief>
<Brief>Demonstrates how to perform custom cell sizing and rendering.</Brief>
</SampleMetadata>
3 changes: 2 additions & 1 deletion OutlineView/Metadata.xml
Expand Up @@ -4,5 +4,6 @@
<IsFullApplication>false</IsFullApplication>
<Level>Intermediate</Level>
<Tags>User Interface</Tags>
<Gallery>true</Gallery>
<Gallery>true</Gallery>
<Brief>Demonstrates how to populate an OutlineView using an NSViewOutlineDataSource</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion PopupBindings/Metadata.xml
Expand Up @@ -5,5 +5,5 @@
<Level>Intermediate</Level>
<Tags>Binding + Interop</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use the bindings to manage the contents and selection of the `NSPopupButton` class.</Brief>
<Brief>Demonstrates how to use the bindings to manage the contents of `NSPopupButton`.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion StillMotion/Metadata.xml
Expand Up @@ -5,5 +5,5 @@
<Level>Intermediate</Level>
<Tags>Media</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates how to capture live video from the system camera, and recording individual frames to create a new movie file that can then be played back.</Brief>
<Brief>Demonstrates how to capture live video from the system camera.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion yosemite/Earthquakes/Metadata.xml
Expand Up @@ -6,5 +6,5 @@
<Tags>Backgrounding, Data, Yosemite</Tags>
<LicenseRequirement>Indie</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use a "private" persistent store coordinator when creating managed objects using data from a remote server.</Brief>
<Brief>Demonstrates how to use a "private" persistent store coordinator.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion yosemite/VisualEffectPlayground/Metadata.xml
Expand Up @@ -6,5 +6,5 @@
<Tags>User Interface, Getting Started, Yosemite</Tags>
<LicenseRequirement>Indie</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use various options of NSVisualEffectView to do blurs, translucency and vibrancy on OS X.</Brief>
<Brief>Demonstrates how to use the options of NSVisualEffectView to do blurs, translucency and vibrancy.</Brief>
</SampleMetadata>

0 comments on commit d0ff983

Please sign in to comment.