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

Commit 76a6d14

Browse files
author
Craig
committed
add #ios12 tag
1 parent 151f5d8 commit 76a6d14

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

ios12/ARKitVision/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Vision in Real Time with ARKit
3-
description: Manage Vision resources for efficient execution of a Core ML image classifier, and use SpriteKit to display image classifier output in AR. Build...
3+
description: "Manage Vision resources for efficient execution of a Core ML image classifier, and use SpriteKit to display image classifier output in AR #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/ARMultiuser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Multiuser AR Experience
3-
description: This sample demonstrates how to transmit ARKit world-mapping data between nearby devices with the MultipeerConnectivity framework to create a...
3+
description: "Demonstrates how to transmit ARKit world-mapping data between nearby devices with the MultipeerConnectivity framework to create a... #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/BreakfastFinder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Breakfast Finder
3-
description: This sample is a C port of Apple's Recognizing Objects in Live Capture sample app. It demonstrates how to use the Vision framework and Core ML in...
3+
description: "A C# port of Apple's Recognizing Objects in Live Capture sample app. It demonstrates how to use the Vision framework and Core ML #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/ExceptionalAccessibility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Delivering an Exceptional Accessibility Experience
3-
description: Make improvements to your app’s interaction model to support assistive technologies such as VoiceOver. To see the sample app in action, use Visual...
3+
description: "Make improvements to your app’s interaction model to support assistive technologies such as VoiceOver. To see the sample app in action... #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/GroupedNotifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Grouped Notifications
3-
description: This sample app demonstrates how to use the User Notifications framework to group notifications by their thread identifiers, a new feature...
3+
description: "This sample app demonstrates how to use the User Notifications framework to group notifications by their thread identifiers... #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/MarsHabitatCoreMLTimer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - MarsHabitatCoreMLTimer
3-
description: This sample uses the MarsHabitatPricer Core ML model from Apple's Integrating a Core ML Model into Your App sample to demonstrate the performance...
3+
description: "Use the MarsHabitatPricer Core ML model from Apple's Integrating a Core ML Model to demonstrate the performance... #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/MarsHabitatPricePredictor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Integrating a Core ML Model into Your App
3-
description: Add a simple model to an app, pass input data to the model, and process the model's predictions. This app uses a trained model,...
3+
description: "Add a simple model to an app, pass input data to the model, and process the model's predictions. This app uses a trained model #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/RedGreenNotifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Red & Green Notifications
3-
description: 'iOS 12 introduced various notification-related features, including: - Provisional notifications - Notification management features - Dynamic...'
3+
description: "iOS 12 introduced various notification-related features, including Provisional notifications, Notification management features... #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/ScanningAndDetecting3DObjects/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Scanning App
3-
description: This is a port of the Apple sample Scanning and Detecting 3D Objects. The architecture and code design of the app follows that of the Swift app,...
3+
description: "This is a port of the Apple sample Scanning and Detecting 3D Objects. The architecture and code design of the app follows the Swift app #ios12"
44
page_type: sample
55
languages:
66
- csharp
@@ -10,7 +10,7 @@ urlFragment: ios12-scanninganddetecting3dobjects
1010
---
1111
# Scanning App
1212

13-
This is a port of the Apple sample [Scanning and Detecting 3D Objects](https://developer.apple.com/documentation/arkit/scanning_and_detecting_3d_objects). The architecture and code design of the app follows that of the Swift app, with some exceptions discussed below.
13+
This is a port of the Apple sample [Scanning and Detecting 3D Objects](https://developer.apple.com/documentation/arkit/scanning_and_detecting_3d_objects). The architecture and code design of the app follows that of the Swift app, with some exceptions discussed below.
1414

1515
This sample requires a device that supports ARKit's "object scanning" configuration (`ARObjectScanningConfiguration`). This configuration is processor-intensive and may not be supported or may not produce adequate tracking on older hardware. This configuration also "disables ARKit features not necessary for reference object scanning," and should only be used for, essentially, the use-case embodied in this app.
1616

ios12/SoupChef/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Soup Chef
3-
description: This is a Xamarin port of Apple's Soup Chef sample. It demonstrates how to create an app that makes use of Siri Shortcuts, introduced in iOS 12....
3+
description: "This is a Xamarin port of Apple's Soup Chef sample. It demonstrates how to create an app that makes use of Siri Shortcuts #ios12"
44
page_type: sample
55
languages:
66
- csharp
@@ -11,7 +11,7 @@ urlFragment: ios12-soupchef
1111
# Soup Chef
1212

1313
This is a Xamarin port of Apple's [Soup Chef](https://developer.apple.com/documentation/sirikit/accelerating_app_interactions_with_shortcuts?language=objc)
14-
sample. It demonstrates how to create an app that makes use of Siri
14+
sample. It demonstrates how to create an app that makes use of Siri
1515
Shortcuts, introduced in iOS 12.
1616

1717
The application provides a way to order soup from a fictitious soup

ios12/VisionObjectTrack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Tracking Multiple Objects or Rectangles in Video
3-
description: This sample demonstrates how to apply Vision algorithms to track objects or rectangles throughout a video. Build Requirements Xamarin.iOS 12.0 or...
3+
description: "Demonstrates how to apply Vision algorithms to track objects or rectangles throughout a video #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/XamarinNL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - XamarinNL
3-
description: This app demonstrates how to use Apple's Natural Language framework to recognize languages, tokenize text into words and sentences, and tag named...
3+
description: "Demonstrates how to use Apple's Natural Language framework to recognize languages, tokenize text into words and sentences, and tag... #ios12"
44
page_type: sample
55
languages:
66
- csharp

ios12/XamarinShot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 'Xamarin.iOS - XamarinShot: Creating a Game for Augmented Reality'
3-
description: XamarinShot is an AR game for two to six players, featured in the WWDC18 keynote. Use this sample code project to experience it on your own device,...
3+
description: "XamarinShot is an AR game for two to six players, featured in the WWDC18 keynote. Use this sample project to experience it on your device... #ios12"
44
page_type: sample
55
languages:
66
- csharp

0 commit comments

Comments
 (0)