From c4ed487c0fab181fa8c002676f900298f427e038 Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Mon, 3 Aug 2020 15:22:27 -0400 Subject: [PATCH] Updating README with new samples --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82e78c43..36701d6a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ The Azure Notification Hubs can be added to your app via Cocoapods, Carthage, Sw **This introduces a new API as of version 3.0, and the usage of `SBNotificationHub` with registrations is still supported, but discouraged as we have the new `MSNotificationHub` which uses the Installation API and modern Apple APIs.** -1. NH Sample App for iOS/Mac Catalyst [Swift](SampleNHAppSwift) | [Objective-C](SampleNHAppObjC) -2. NH Sample App for macOS [Swift](SampleNHAppMacSwift) | [Objective-C](SampleNHAppMacObjC) +1. NH Sample App for iOS/Mac Catalyst ([Swift](SampleNHAppSwift) | [Objective-C](SampleNHAppObjC)) +2. NH Sample App for macOS ([Swift](SampleNHAppMacSwift) | [Objective-C](SampleNHAppMacObjC)) +3. NH Sample App for SwiftUI ([iOS](SampleNHAppSwiftUI) | [macOS](SampleNHAppMacSwiftUI)) +4. NH Sample Legacy App using Legacy APIs ([Swift](SampleNHAppLegacySwift) | [Objective-C](SampleNHAppLegacyObjC)) ### Integration with Cocoapods