From a6577adcdf15681e6c01d39f079d6b0b88d61c1f Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 19 Jul 2019 18:59:42 -0700 Subject: [PATCH] sample metadata schema fix (remove tech) --- .gitignore | 1 + AnimatedClock/README.md | 2 -- AnimatingViews/README.md | 4 +--- AzureTodoMac/Readme.md | 2 -- ButtonMadness/Readme.md | 2 -- CAQuartzComposition/README.md | 2 -- CFNetwork/Readme.md | 2 -- CircleView/Readme.md | 2 -- Constraints/README.md | 2 -- CoreAnimationBook/README.md | 2 -- CoreTextArcMonoMac/ReadMe.md | 2 -- CoreWLANWirelessManager/README.md | 2 -- CustomFont/Readme.md | 2 -- DatePicker/README.md | 2 -- DockAppIcon/README.md | 2 -- DocumentSample/README.md | 2 -- DragAndDropExample/Readme.md | 2 -- DrawerMadness/Readme.md | 2 -- ExtensionSamples/README.md | 2 -- FSEvents/README.md | 2 -- Fire/Readme.md | 2 -- GLFullScreen/README.md | 2 -- GLSLShader/README.md | 2 -- GlossyClock/README.md | 2 -- HeartRateMonitor/README.md | 2 -- Hello_Mac/Readme.md | 12 +++++------- HttpClient/README.md | 2 -- ImageKitDemoStep1/README.md | 2 -- ImageProtocolSample/README.md | 2 -- MacCollectionNew/Readme.md | 2 -- MacControls/Readme.md | 2 -- MacCopyPaste/Readme.md | 2 -- MacCustomControl/Readme.md | 2 -- MacDatabase/Readme.md | 2 -- MacDatabinding-Storyboard/Readme.md | 2 -- MacDatabinding-XIBs/Readme.md | 2 -- MacDialog/Readme.md | 2 -- MacImages/Readme.md | 2 -- MacInspector/Readme.md | 2 -- MacMenus/Readme.md | 2 -- MacOpenTK/Readme.md | 2 -- MacOutlines/Readme.md | 2 -- MacSourceLists/Readme.md | 2 -- MacTables/Readme.md | 2 -- MacToolbar/Readme.md | 2 -- MacWindows/Readme.md | 2 -- MacXibless/Readme.md | 2 -- MarkdownViewer/README.md | 2 -- MonoMacGameWindow/Readme.md | 2 -- MouseTrackingExample/Readme.md | 2 -- NSAlert/Readme.md | 2 -- NSComboBoxTest/README.md | 2 -- NSCustomView/README.md | 2 -- NSImageName/README.md | 2 -- NSOutlineViewAndTableView/README.md | 2 -- NSPortExample/Readme.md | 2 -- NSScrollExample/Readme.md | 2 -- NSTableViewBinding/README.md | 2 -- NSTextViewSample/README.md | 2 -- OpenGL-NeHe/README.md | 2 -- OpenGLLayer/readme.md | 2 -- OpenGLViewSample/Readme.md | 2 -- OutlineView/README.md | 2 -- PopupBindings/README.md | 2 -- PredicateEditorSample/README.md | 2 -- ProgressBarExample/Readme.md | 2 -- QTRecorder/README.md | 2 -- ReactiveUIExample/Readme.md | 2 -- RoundedTransparentWindow/README.md | 2 -- Rulers/README.md | 2 -- SCNetworkReachability/README.md | 2 -- SceneKitViewer/README.md | 2 -- SearchField/README.md | 2 -- SkinnableApp/Readme.md | 2 -- SourceWriter/Readme.md | 2 -- StillMotion/README.md | 2 -- UseMSBuildToCopyFilesToBundleExample/Readme.md | 2 -- UserNotificationExample/Readme.md | 2 -- VillainTracker/Readme.md | 2 -- WhereIsMyMac/README.md | 2 -- XMBindingExample/Readme.md | 2 -- XMLocalizationSample/README.md | 2 -- guiunit-example/Readme.md | 2 -- yosemite/Bananas/README.md | 2 -- yosemite/Earthquakes/README.md | 2 -- yosemite/FileCards/README.md | 2 -- yosemite/SceneKitSessionWWDC2013/README.md | 2 -- yosemite/SceneKitSessionWWDC2014/README.md | 2 -- yosemite/VisualEffectPlayground/README.md | 2 -- 89 files changed, 7 insertions(+), 182 deletions(-) diff --git a/.gitignore b/.gitignore index f33b39d5..49596db1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ packages/ *.lock.json *.nuget.props *.nuget.targets +.vscode/settings.json diff --git a/AnimatedClock/README.md b/AnimatedClock/README.md index b9330fd3..595cf495 100644 --- a/AnimatedClock/README.md +++ b/AnimatedClock/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: animatedclock --- # AnimatedClock diff --git a/AnimatingViews/README.md b/AnimatingViews/README.md index 72dc96c4..305ac272 100644 --- a/AnimatingViews/README.md +++ b/AnimatingViews/README.md @@ -6,10 +6,8 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: animatingviews --- # AnimatingViews -The Animating View sample shows how to use `CoreAnimation` to animate views. The code that does the animation lives in the `AnimatingViewsWindowController.cs` file and shows how to animate either using the simple API (just assigning a value to the Frame property) or manually controlling the animation's properties. \ No newline at end of file +The Animating View sample shows how to use `CoreAnimation` to animate views. The code that does the animation lives in the `AnimatingViewsWindowController.cs` file and shows how to animate either using the simple API (just assigning a value to the Frame property) or manually controlling the animation's properties. diff --git a/AzureTodoMac/Readme.md b/AzureTodoMac/Readme.md index 2ee8dead..c0cf04aa 100644 --- a/AzureTodoMac/Readme.md +++ b/AzureTodoMac/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: azuretodomac --- # AzureToDoMac diff --git a/ButtonMadness/Readme.md b/ButtonMadness/Readme.md index e12b2969..b4f0cac9 100644 --- a/ButtonMadness/Readme.md +++ b/ButtonMadness/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: buttonmadness --- # ButtonMaddness diff --git a/CAQuartzComposition/README.md b/CAQuartzComposition/README.md index bc252ed7..3c4e2240 100644 --- a/CAQuartzComposition/README.md +++ b/CAQuartzComposition/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: caquartzcomposition --- # CAQuartzComposition diff --git a/CFNetwork/Readme.md b/CFNetwork/Readme.md index f1457c5a..6d17a203 100644 --- a/CFNetwork/Readme.md +++ b/CFNetwork/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: cfnetwork --- # CFNetwork diff --git a/CircleView/Readme.md b/CircleView/Readme.md index 2c106d35..7a09930c 100644 --- a/CircleView/Readme.md +++ b/CircleView/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: circleview --- # CircleView diff --git a/Constraints/README.md b/Constraints/README.md index f1b3a80f..a0c5c12c 100644 --- a/Constraints/README.md +++ b/Constraints/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: constraints --- # Constraints diff --git a/CoreAnimationBook/README.md b/CoreAnimationBook/README.md index 86c2dbfe..d9b94c89 100644 --- a/CoreAnimationBook/README.md +++ b/CoreAnimationBook/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: coreanimationbook --- # CoreAnimationBook diff --git a/CoreTextArcMonoMac/ReadMe.md b/CoreTextArcMonoMac/ReadMe.md index d35545f0..56fd0a93 100644 --- a/CoreTextArcMonoMac/ReadMe.md +++ b/CoreTextArcMonoMac/ReadMe.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: coretextarcmonomac --- # CoreTextArcMonoMac diff --git a/CoreWLANWirelessManager/README.md b/CoreWLANWirelessManager/README.md index 850e193d..21140706 100644 --- a/CoreWLANWirelessManager/README.md +++ b/CoreWLANWirelessManager/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: corewlanwirelessmanager --- # CoreWLANWirelessManager diff --git a/CustomFont/Readme.md b/CustomFont/Readme.md index a2dcd96a..eb92563d 100644 --- a/CustomFont/Readme.md +++ b/CustomFont/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: customfont --- # Custom Fonts diff --git a/DatePicker/README.md b/DatePicker/README.md index 29b52c60..9223e25f 100644 --- a/DatePicker/README.md +++ b/DatePicker/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: datepicker --- # DatePicker diff --git a/DockAppIcon/README.md b/DockAppIcon/README.md index df2cf0ce..dfe5de6f 100644 --- a/DockAppIcon/README.md +++ b/DockAppIcon/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: dockappicon --- # DockAppIcon diff --git a/DocumentSample/README.md b/DocumentSample/README.md index 57242753..cd17927b 100644 --- a/DocumentSample/README.md +++ b/DocumentSample/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: documentsample --- # DocumentSample diff --git a/DragAndDropExample/Readme.md b/DragAndDropExample/Readme.md index 8aad2442..0e1b7a3f 100644 --- a/DragAndDropExample/Readme.md +++ b/DragAndDropExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: draganddropexample --- # Drag and Drop Example diff --git a/DrawerMadness/Readme.md b/DrawerMadness/Readme.md index 932fd923..fb714bb3 100644 --- a/DrawerMadness/Readme.md +++ b/DrawerMadness/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: drawermadness --- # DrawerMadness diff --git a/ExtensionSamples/README.md b/ExtensionSamples/README.md index 43dd8c8f..493f0cb0 100644 --- a/ExtensionSamples/README.md +++ b/ExtensionSamples/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: extensionsamples --- # ExtensionSamples diff --git a/FSEvents/README.md b/FSEvents/README.md index 54ec5abe..d97f37e8 100644 --- a/FSEvents/README.md +++ b/FSEvents/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: fsevents --- # FSEvent Watcher diff --git a/Fire/Readme.md b/Fire/Readme.md index 4166af1e..98d93465 100644 --- a/Fire/Readme.md +++ b/Fire/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: fire --- # Fire diff --git a/GLFullScreen/README.md b/GLFullScreen/README.md index c54c0300..f5e8e7a4 100644 --- a/GLFullScreen/README.md +++ b/GLFullScreen/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: glfullscreen --- # GLFullScreen diff --git a/GLSLShader/README.md b/GLSLShader/README.md index acc02629..fe196cb7 100644 --- a/GLSLShader/README.md +++ b/GLSLShader/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: glslshader --- # GLSLShader diff --git a/GlossyClock/README.md b/GlossyClock/README.md index b5f3ab4f..7fd407bf 100644 --- a/GlossyClock/README.md +++ b/GlossyClock/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: glossyclock --- # GlossyClock diff --git a/HeartRateMonitor/README.md b/HeartRateMonitor/README.md index cdcaf59f..28e64e2b 100644 --- a/HeartRateMonitor/README.md +++ b/HeartRateMonitor/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: heartratemonitor --- # HeartRateMonitor diff --git a/Hello_Mac/Readme.md b/Hello_Mac/Readme.md index 7299424f..0d6c3621 100644 --- a/Hello_Mac/Readme.md +++ b/Hello_Mac/Readme.md @@ -1,13 +1,11 @@ --- name: Xamarin.Mac - Hello, Mac -description: Source code for the [Hello, Mac Getting Started Guide] on the [Xamarin Developer Center]. Uses [Xamarin.Mac]. Consists of a single window, button... +description: "Source code for the 'Hello, Mac get started guide' in the Xamarin Documentation. #getstarted" page_type: sample languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: hello-mac --- # Hello, Mac @@ -16,12 +14,12 @@ Source code for the [Hello, Mac Getting Started Guide] on the [Xamarin Developer Uses [Xamarin.Mac]. -Consists of a single window, button and label; demonstrating how to build your first Xamarin.Mac application. +Consists of a single window, button and label; demonstrating how to build your first Xamarin.Mac application. Contains the correct entitlements and other configuration to submit to the Mac App Store. Refer to the [Publishing to the App Store] documentation for more information. -[Hello, Mac Getting Started Guide]:http://docs.xamarin.com/Mac/Guides/Getting_Started/Hello%2C_Mac -[Xamarin Developer Center]:http://docs.xamarin.com +[Hello, Mac Getting Started Guide]:https://docs.microsoft.com/xamarin/mac/get-started/hello-mac +[Xamarin Developer Center]:http://docs.microsoft.com/xamarin [Xamarin.Mac]:http://xamarin.com -[Publishing to the App Store]:http://docs.xamarin.com/Mac/Guides/Deployment%2C_Testing%2C_and_Metrics/Publishing_to_the_App_Store \ No newline at end of file +[Publishing to the App Store]:https://docs.microsoft.com/xamarin/mac/deploy-test/publishing-to-the-app-store/ diff --git a/HttpClient/README.md b/HttpClient/README.md index a2ec88ec..a67a2923 100644 --- a/HttpClient/README.md +++ b/HttpClient/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: httpclient --- # HttpClient diff --git a/ImageKitDemoStep1/README.md b/ImageKitDemoStep1/README.md index 7b2f1ba3..ae8e07c2 100644 --- a/ImageKitDemoStep1/README.md +++ b/ImageKitDemoStep1/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: imagekitdemostep1 --- # ImageKit Demo diff --git a/ImageProtocolSample/README.md b/ImageProtocolSample/README.md index b46b41de..eea89d9a 100644 --- a/ImageProtocolSample/README.md +++ b/ImageProtocolSample/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: imageprotocolsample --- # ImageProtocol diff --git a/MacCollectionNew/Readme.md b/MacCollectionNew/Readme.md index 18ddc760..8dd47cb7 100644 --- a/MacCollectionNew/Readme.md +++ b/MacCollectionNew/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: maccollectionnew --- # MacCollectionNew diff --git a/MacControls/Readme.md b/MacControls/Readme.md index 64201be6..3dae6ab7 100644 --- a/MacControls/Readme.md +++ b/MacControls/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: maccontrols --- # MacControls diff --git a/MacCopyPaste/Readme.md b/MacCopyPaste/Readme.md index ad45b788..c46f4f40 100644 --- a/MacCopyPaste/Readme.md +++ b/MacCopyPaste/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: maccopypaste --- # MacCopyPaste diff --git a/MacCustomControl/Readme.md b/MacCustomControl/Readme.md index d05d0b1f..0931f00d 100644 --- a/MacCustomControl/Readme.md +++ b/MacCustomControl/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: maccustomcontrol --- # MacCustomControl diff --git a/MacDatabase/Readme.md b/MacDatabase/Readme.md index b78868d1..b528ece9 100644 --- a/MacDatabase/Readme.md +++ b/MacDatabase/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macdatabase --- # MacDatabase diff --git a/MacDatabinding-Storyboard/Readme.md b/MacDatabinding-Storyboard/Readme.md index b33d2924..e04150b9 100644 --- a/MacDatabinding-Storyboard/Readme.md +++ b/MacDatabinding-Storyboard/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macdatabinding-storyboard --- # MacDatabinding Storyboard diff --git a/MacDatabinding-XIBs/Readme.md b/MacDatabinding-XIBs/Readme.md index 109c2e8f..4edfcaf5 100644 --- a/MacDatabinding-XIBs/Readme.md +++ b/MacDatabinding-XIBs/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macdatabinding-xibs --- # MacDatabinding XIBs diff --git a/MacDialog/Readme.md b/MacDialog/Readme.md index f841a0f8..6ad88fff 100644 --- a/MacDialog/Readme.md +++ b/MacDialog/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macdialog --- # MacDialog diff --git a/MacImages/Readme.md b/MacImages/Readme.md index 301c95d6..0840f8dd 100644 --- a/MacImages/Readme.md +++ b/MacImages/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macimages --- # MacImages diff --git a/MacInspector/Readme.md b/MacInspector/Readme.md index a45b3b1f..d2dbc133 100644 --- a/MacInspector/Readme.md +++ b/MacInspector/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macinspector --- # MacInspector diff --git a/MacMenus/Readme.md b/MacMenus/Readme.md index f86f5644..4fa6816e 100644 --- a/MacMenus/Readme.md +++ b/MacMenus/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macmenus --- # MacMenus diff --git a/MacOpenTK/Readme.md b/MacOpenTK/Readme.md index ab19bc8e..b70da621 100644 --- a/MacOpenTK/Readme.md +++ b/MacOpenTK/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macopentk --- # MacOpenTK diff --git a/MacOutlines/Readme.md b/MacOutlines/Readme.md index ebfaf1b8..12377925 100644 --- a/MacOutlines/Readme.md +++ b/MacOutlines/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macoutlines --- # MacOutlines diff --git a/MacSourceLists/Readme.md b/MacSourceLists/Readme.md index de1793c4..deb7de03 100644 --- a/MacSourceLists/Readme.md +++ b/MacSourceLists/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macsourcelists --- # MacSourceLists diff --git a/MacTables/Readme.md b/MacTables/Readme.md index 9a751aad..48f3000d 100644 --- a/MacTables/Readme.md +++ b/MacTables/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: mactables --- # MacTables diff --git a/MacToolbar/Readme.md b/MacToolbar/Readme.md index da1e5dc5..d7c2b9cf 100644 --- a/MacToolbar/Readme.md +++ b/MacToolbar/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: mactoolbar --- # MacToolbar diff --git a/MacWindows/Readme.md b/MacWindows/Readme.md index 19f95a40..e5e1d0ba 100644 --- a/MacWindows/Readme.md +++ b/MacWindows/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macwindows --- # MacWindows diff --git a/MacXibless/Readme.md b/MacXibless/Readme.md index ca650771..9566db40 100644 --- a/MacXibless/Readme.md +++ b/MacXibless/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: macxibless --- # MacXibless diff --git a/MarkdownViewer/README.md b/MarkdownViewer/README.md index 0d7eb1be..8f1c36d5 100644 --- a/MarkdownViewer/README.md +++ b/MarkdownViewer/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: markdownviewer --- # MarkdownViewer diff --git a/MonoMacGameWindow/Readme.md b/MonoMacGameWindow/Readme.md index 2d8a1c24..ed2c1bd2 100644 --- a/MonoMacGameWindow/Readme.md +++ b/MonoMacGameWindow/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: monomacgamewindow --- # MonoMacGameView diff --git a/MouseTrackingExample/Readme.md b/MouseTrackingExample/Readme.md index b5b1a09b..06a886ce 100644 --- a/MouseTrackingExample/Readme.md +++ b/MouseTrackingExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: mousetrackingexample --- # MouseTrackingExample diff --git a/NSAlert/Readme.md b/NSAlert/Readme.md index b090d7be..290c3be9 100644 --- a/NSAlert/Readme.md +++ b/NSAlert/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nsalert --- # NSAlert diff --git a/NSComboBoxTest/README.md b/NSComboBoxTest/README.md index 2421a5ca..86b09121 100644 --- a/NSComboBoxTest/README.md +++ b/NSComboBoxTest/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nscomboboxtest --- # NSComboBoxTest diff --git a/NSCustomView/README.md b/NSCustomView/README.md index 08e5a82d..fd52acc0 100644 --- a/NSCustomView/README.md +++ b/NSCustomView/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nscustomview --- # NSCustomView diff --git a/NSImageName/README.md b/NSImageName/README.md index 70702476..137575a7 100644 --- a/NSImageName/README.md +++ b/NSImageName/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nsimagename --- # NSImageName Sample diff --git a/NSOutlineViewAndTableView/README.md b/NSOutlineViewAndTableView/README.md index 393671fe..ffdf2d0f 100644 --- a/NSOutlineViewAndTableView/README.md +++ b/NSOutlineViewAndTableView/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nsoutlineviewandtableview --- # NSTableView / NSOutlineView diff --git a/NSPortExample/Readme.md b/NSPortExample/Readme.md index 9cbb1449..79a4cc5f 100644 --- a/NSPortExample/Readme.md +++ b/NSPortExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nsportexample --- # NSPortExample diff --git a/NSScrollExample/Readme.md b/NSScrollExample/Readme.md index 13945800..a009b90c 100644 --- a/NSScrollExample/Readme.md +++ b/NSScrollExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nsscrollexample --- # NSScrollExample diff --git a/NSTableViewBinding/README.md b/NSTableViewBinding/README.md index 12eb1ec6..12934767 100644 --- a/NSTableViewBinding/README.md +++ b/NSTableViewBinding/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nstableviewbinding --- # NSTableViewBinding diff --git a/NSTextViewSample/README.md b/NSTextViewSample/README.md index dff84cf5..263e72a3 100644 --- a/NSTextViewSample/README.md +++ b/NSTextViewSample/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: nstextviewsample --- # NSTextAttachmentCell diff --git a/OpenGL-NeHe/README.md b/OpenGL-NeHe/README.md index 3634f2f0..90cb91b1 100644 --- a/OpenGL-NeHe/README.md +++ b/OpenGL-NeHe/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: opengl-nehe --- # OpenGL-NeHe diff --git a/OpenGLLayer/readme.md b/OpenGLLayer/readme.md index 96a8e0bb..80c05643 100644 --- a/OpenGLLayer/readme.md +++ b/OpenGLLayer/readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: opengllayer --- # OpenGLLayer diff --git a/OpenGLViewSample/Readme.md b/OpenGLViewSample/Readme.md index 192d01cc..89533dc5 100644 --- a/OpenGLViewSample/Readme.md +++ b/OpenGLViewSample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: openglviewsample --- # OpenGLViewSample diff --git a/OutlineView/README.md b/OutlineView/README.md index 500f8c02..2a6a8df7 100644 --- a/OutlineView/README.md +++ b/OutlineView/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: outlineview --- # OutlineView diff --git a/PopupBindings/README.md b/PopupBindings/README.md index 3de82484..456a5d3a 100644 --- a/PopupBindings/README.md +++ b/PopupBindings/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: popupbindings --- # PopupBindings diff --git a/PredicateEditorSample/README.md b/PredicateEditorSample/README.md index 8e059706..24c4ff96 100644 --- a/PredicateEditorSample/README.md +++ b/PredicateEditorSample/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: predicateeditorsample --- # PredicateEditorSample diff --git a/ProgressBarExample/Readme.md b/ProgressBarExample/Readme.md index fa88dc58..aeb0f696 100644 --- a/ProgressBarExample/Readme.md +++ b/ProgressBarExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: progressbarexample --- # ProgressBarExample diff --git a/QTRecorder/README.md b/QTRecorder/README.md index 4c4850ac..1c43d4d3 100644 --- a/QTRecorder/README.md +++ b/QTRecorder/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: qtrecorder --- # QTRecorder diff --git a/ReactiveUIExample/Readme.md b/ReactiveUIExample/Readme.md index f446dc64..a93e1ec5 100644 --- a/ReactiveUIExample/Readme.md +++ b/ReactiveUIExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: reactiveuiexample --- # ReactiveUIExample diff --git a/RoundedTransparentWindow/README.md b/RoundedTransparentWindow/README.md index bd39332a..4bb783f3 100644 --- a/RoundedTransparentWindow/README.md +++ b/RoundedTransparentWindow/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: roundedtransparentwindow --- # RoundedDisplayWindow Sample diff --git a/Rulers/README.md b/Rulers/README.md index c49fd492..3d3b5a13 100644 --- a/Rulers/README.md +++ b/Rulers/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: rulers --- # Rulers diff --git a/SCNetworkReachability/README.md b/SCNetworkReachability/README.md index 9a007355..acd6334b 100644 --- a/SCNetworkReachability/README.md +++ b/SCNetworkReachability/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: scnetworkreachability --- # SCNetworkReachability diff --git a/SceneKitViewer/README.md b/SceneKitViewer/README.md index 1cc5e714..476fd227 100644 --- a/SceneKitViewer/README.md +++ b/SceneKitViewer/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: scenekitviewer --- # SceneKitViewer diff --git a/SearchField/README.md b/SearchField/README.md index 73be7cba..2b790310 100644 --- a/SearchField/README.md +++ b/SearchField/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: searchfield --- # SearchField diff --git a/SkinnableApp/Readme.md b/SkinnableApp/Readme.md index c78a7f5e..dc49de17 100644 --- a/SkinnableApp/Readme.md +++ b/SkinnableApp/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: skinnableapp --- # SkinnableApp diff --git a/SourceWriter/Readme.md b/SourceWriter/Readme.md index 94d2bd6f..95290beb 100644 --- a/SourceWriter/Readme.md +++ b/SourceWriter/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: sourcewriter --- # SourceWriter diff --git a/StillMotion/README.md b/StillMotion/README.md index fbe40cbd..c183617f 100644 --- a/StillMotion/README.md +++ b/StillMotion/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: stillmotion --- # StillMotion diff --git a/UseMSBuildToCopyFilesToBundleExample/Readme.md b/UseMSBuildToCopyFilesToBundleExample/Readme.md index 722e4792..062f9be4 100644 --- a/UseMSBuildToCopyFilesToBundleExample/Readme.md +++ b/UseMSBuildToCopyFilesToBundleExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: usemsbuildtocopyfilestobundleexample --- # UseMSBuildToCopyFilesToBundleExample diff --git a/UserNotificationExample/Readme.md b/UserNotificationExample/Readme.md index 8c3c03ab..8c014116 100644 --- a/UserNotificationExample/Readme.md +++ b/UserNotificationExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: usernotificationexample --- # UserNotificationExample diff --git a/VillainTracker/Readme.md b/VillainTracker/Readme.md index a22a5cfe..c9bb48ac 100644 --- a/VillainTracker/Readme.md +++ b/VillainTracker/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: villaintracker --- # VillainTracker diff --git a/WhereIsMyMac/README.md b/WhereIsMyMac/README.md index 6f38330c..404d4dc7 100644 --- a/WhereIsMyMac/README.md +++ b/WhereIsMyMac/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: whereismymac --- # WhereIsMyMac diff --git a/XMBindingExample/Readme.md b/XMBindingExample/Readme.md index 280c02ab..52ca516b 100644 --- a/XMBindingExample/Readme.md +++ b/XMBindingExample/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: xmbindingexample --- # XMBindingExample diff --git a/XMLocalizationSample/README.md b/XMLocalizationSample/README.md index 8000d412..49e6ac94 100644 --- a/XMLocalizationSample/README.md +++ b/XMLocalizationSample/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: xmlocalizationsample --- # XMLocalizationSample diff --git a/guiunit-example/Readme.md b/guiunit-example/Readme.md index 7ecc4d75..2d3aa08e 100644 --- a/guiunit-example/Readme.md +++ b/guiunit-example/Readme.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: guiunit-example --- # GUIUnit Example diff --git a/yosemite/Bananas/README.md b/yosemite/Bananas/README.md index 75956169..00dddea3 100644 --- a/yosemite/Bananas/README.md +++ b/yosemite/Bananas/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: yosemite-bananas --- # Bananas diff --git a/yosemite/Earthquakes/README.md b/yosemite/Earthquakes/README.md index f543f568..30a35efc 100644 --- a/yosemite/Earthquakes/README.md +++ b/yosemite/Earthquakes/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: yosemite-earthquakes --- # Earthquakes diff --git a/yosemite/FileCards/README.md b/yosemite/FileCards/README.md index 80e82aaf..68b76500 100644 --- a/yosemite/FileCards/README.md +++ b/yosemite/FileCards/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: yosemite-filecards --- # FileCards diff --git a/yosemite/SceneKitSessionWWDC2013/README.md b/yosemite/SceneKitSessionWWDC2013/README.md index 2df6b2d0..66a4a567 100644 --- a/yosemite/SceneKitSessionWWDC2013/README.md +++ b/yosemite/SceneKitSessionWWDC2013/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: yosemite-scenekitsessionwwdc2013 --- # Scene Kit Session WWDC 2013 diff --git a/yosemite/SceneKitSessionWWDC2014/README.md b/yosemite/SceneKitSessionWWDC2014/README.md index 40f6d9ff..e5ddad34 100644 --- a/yosemite/SceneKitSessionWWDC2014/README.md +++ b/yosemite/SceneKitSessionWWDC2014/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: yosemite-scenekitsessionwwdc2014 --- # Scene Kit Session WWDC 2014 diff --git a/yosemite/VisualEffectPlayground/README.md b/yosemite/VisualEffectPlayground/README.md index 6eb87d63..0cfdabc3 100644 --- a/yosemite/VisualEffectPlayground/README.md +++ b/yosemite/VisualEffectPlayground/README.md @@ -6,8 +6,6 @@ languages: - csharp products: - xamarin -technologies: -- xamarin-mac urlFragment: yosemite-visualeffectplayground --- # Blurs, translucency and vibrancy on OS X