From 35de98a95247d4118b66a4db8c8492e95cb56cf8 Mon Sep 17 00:00:00 2001 From: Brandon Kurtz Date: Sun, 24 Oct 2021 22:23:13 -0700 Subject: [PATCH] add a little more detail on demo usage --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ab22bb1..325349b 100644 --- a/README.md +++ b/README.md @@ -329,8 +329,7 @@ For more details, see [Adding Package Dependencies to Your App](https://develope

-You can see how it works on each platform and compare it with the other naive implementations in the demo project. Check out the demo app by opening BetterSafariView.xcworkspace. - +You can see how it works on each platform and compare it with the other naive implementations in the demo project. Check out the demo app by opening BetterSafariViewDemo.xcodeproj, adding the BetterSafariView package dependency in Xcode (`File` > `Add Packages` > `Add Local` > select the root folder of BetterSafariView), and finally run build. **NOTE:** This demo project is available for iOS 14.0+, macOS 11.0+, and watchOS 7.0+, while the package is compatible with iOS 13.0+, macOS 10.15+, and watchOS 6.2+. ## License