Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Aug 20, 2023
1 parent fdc8aa8 commit 827970a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ To add SafariUI as a dependency to an Xcode Project:

Other distribution mechanisms like CocoaPods or Carthage may be added in the future.

*Note: The package contains multiple modules. You can import all of the provided tools using the `SwiftUI` modules, or individual modules like `SafariView` and `WebAuthentication` as needed.*

## Usage & Documentation

SafariUI's documentation is built with [DocC](https://developer.apple.com/documentation/docc) and included in the repository as a DocC archive. The latest version is hosted on [GitHub Pages](https://pages.github.com) and is available [here](https://vsanthanam.github.io/SafariUI/docs/documentation/safariui).
Expand Down
2 changes: 2 additions & 0 deletions Sources/SafariUI/SafariUI.docc/SafariUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SafariServices in SwiftUI

`SafariUI` is a package that allows you to display instances of Safari inside your SwiftUI applications. Use ``WebAuthentication`` when using Safari to authenticate users, and ``SafariView`` for a standard Safari experience.

Both `WebAuthentication` and `SafariView` are separate modules that can be imported individualy, or together using the `SafariUI` module.

## Topics

### Views
Expand Down

0 comments on commit 827970a

Please sign in to comment.