Skip to content

Commit

Permalink
Synchronize Hompage & Publish Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Jul 9, 2023
1 parent 705a285 commit 7411acc
Show file tree
Hide file tree
Showing 1,328 changed files with 1,720 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# SafariView

[![MIT License](https://img.shields.io/github/license/vsanthanam/SafariView)](https://github.com/vsanthanam/SafariView/blob/main/LICENSE)
[![Package Releases](https://img.shields.io/github/v/release/vsanthanam/SafariView)](https://github.com/vsanthanam/SafariView/releases)
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
9 changes: 9 additions & 0 deletions docs/css/chunk-2f6c85d7.a2bfd365.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic.f9c0a5b2.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic~topic.b6287bcf.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/index.d1ba4e57.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/topic.ace42ae9.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/tutorials-overview.f0ea4317.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/data/documentation/safariview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"content","content":[{"anchor":"Overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"codeVoice","code":"SafariView"},{"type":"text","text":" is a wrapper around "},{"type":"reference","isActive":true,"identifier":"https:\/\/developer.apple.com\/documentation\/safariservices\/sfsafariviewcontroller"},{"type":"text","text":" for use within SwiftUI applications. The view includes Safari features such as Reader, AutoFill, Fraudulent Website Detection, and content blocking. The user’s activity and interaction with "},{"type":"codeVoice","code":"SafariView"},{"type":"text","text":" are not visible to your app, which cannot access AutoFill data, browsing history, or website data. You do not need to secure data between your app and Safari. If you would like to share data between your app and Safari, so it is easier for a user to log in only one time, use "},{"type":"reference","isActive":true,"identifier":"https:\/\/developer.apple.com\/documentation\/authenticationservices\/aswebauthenticationsession"},{"type":"text","text":" instead."}]},{"style":"important","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"In accordance with "},{"type":"reference","isActive":true,"identifier":"https:\/\/developer.apple.com\/app-store\/review\/guidelines\/"},{"type":"text","text":", this view must be used to visibly present information to users; the view may not be hidden or obscured by other views or layers. Additionally, an app may not use "},{"type":"codeVoice","code":"SafariView"},{"type":"text","text":" to track users without their knowledge and consent."}]}],"type":"aside","name":"Important"},{"type":"paragraph","inlineContent":[{"type":"text","text":"UI features include the following:"}]},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A read-only address field with a security indicator and a Reader button"}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"An Action button that invokes an activity view controller offering custom services from your app, and activities, such as messaging, from the system and other extensions"}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A Done button, back and forward navigation buttons, and a button to open the page directly in Safari"}]}]}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"The library contains a single "},{"type":"codeVoice","code":"View"},{"type":"text","text":"-conforming struct, also named "},{"type":"codeVoice","code":"SafariView"},{"type":"text","text":", as well as several view modifiers used to control the appearance, behavior and presentation of a "},{"type":"reference","isActive":true,"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/safariview"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/SafariView\/documentation\/SafariView","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SafariServices in SwiftUI"}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"SafariView","title":"SafariView","symbolKind":"module","role":"collection","modules":[{"name":"SafariView"}]},"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Views","identifiers":["doc:\/\/SafariView\/documentation\/SafariView\/SafariView"]},{"title":"Modifiers","identifiers":["doc:\/\/SafariView\/documentation\/SafariView\/SwiftUI\/View"]},{"title":"Environment","identifiers":["doc:\/\/SafariView\/documentation\/SafariView\/SwiftUI\/EnvironmentValues"]}],"references":{"doc://SafariView/documentation/SafariView":{"role":"collection","title":"SafariView","abstract":[{"type":"text","text":"SafariServices in SwiftUI"}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView","kind":"symbol","type":"topic","url":"\/documentation\/safariview"},"https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession":{"title":"ASWebAuthenticationSession","titleInlineContent":[{"type":"codeVoice","code":"ASWebAuthenticationSession"}],"type":"link","identifier":"https:\/\/developer.apple.com\/documentation\/authenticationservices\/aswebauthenticationsession","url":"https:\/\/developer.apple.com\/documentation\/authenticationservices\/aswebauthenticationsession"},"https://developer.apple.com/app-store/review/guidelines/":{"title":"App Store Review Guidelines","titleInlineContent":[{"type":"text","text":"App Store Review Guidelines"}],"type":"link","identifier":"https:\/\/developer.apple.com\/app-store\/review\/guidelines\/","url":"https:\/\/developer.apple.com\/app-store\/review\/guidelines\/"},"doc://SafariView/documentation/SafariView/SafariView":{"role":"symbol","title":"SafariView","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SafariView"}],"abstract":[{"type":"text","text":"A wrapper for "},{"type":"codeVoice","code":"SFSafariViewController"},{"type":"text","text":" in SwiftUI"}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SafariView"}],"url":"\/documentation\/safariview\/safariview"},"doc://SafariView/documentation/SafariView/SwiftUI/View":{"role":"symbol","title":"View","fragments":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"kind":"identifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[{"type":"text","text":"View modifiers used configure and present Safari Views."}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SwiftUI\/View","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"View"}],"url":"\/documentation\/safariview\/swiftui\/view"},"https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller":{"title":"SFSafariViewController","titleInlineContent":[{"type":"codeVoice","code":"SFSafariViewController"}],"type":"link","identifier":"https:\/\/developer.apple.com\/documentation\/safariservices\/sfsafariviewcontroller","url":"https:\/\/developer.apple.com\/documentation\/safariservices\/sfsafariviewcontroller"},"doc://SafariView/documentation/SafariView/SwiftUI/EnvironmentValues":{"role":"symbol","title":"EnvironmentValues","fragments":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"kind":"identifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"}],"abstract":[{"type":"text","text":"Enviornment Values"}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SwiftUI\/EnvironmentValues","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"EnvironmentValues"}],"url":"\/documentation\/safariview\/swiftui\/environmentvalues"}}}
Loading

0 comments on commit 7411acc

Please sign in to comment.