-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Oct 2, 2023
1 parent
4c0c5e2
commit 1db0458
Showing
84 changed files
with
4,988 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
1.7.0/css/documentation-topic~topic~tutorials-overview.d6f5411c.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
{ | ||
"hierarchy" : { | ||
"paths" : [ | ||
[ | ||
|
||
] | ||
] | ||
}, | ||
"identifier" : { | ||
"interfaceLanguage" : "swift", | ||
"url" : "doc:\/\/DeviceInformation\/documentation\/DeviceInformation" | ||
}, | ||
"kind" : "symbol", | ||
"metadata" : { | ||
"externalID" : "DeviceInformation", | ||
"modules" : [ | ||
{ | ||
"name" : "DeviceInformation" | ||
} | ||
], | ||
"role" : "collection", | ||
"roleHeading" : "Framework", | ||
"symbolKind" : "module", | ||
"title" : "DeviceInformation" | ||
}, | ||
"schemaVersion" : { | ||
"major" : 0, | ||
"minor" : 3, | ||
"patch" : 0 | ||
}, | ||
"sections" : [ | ||
|
||
], | ||
"topicSections" : [ | ||
{ | ||
"identifiers" : [ | ||
"doc:\/\/DeviceInformation\/documentation\/DeviceInformation\/DeviceInfo" | ||
], | ||
"title" : "Structures" | ||
}, | ||
{ | ||
"identifiers" : [ | ||
"doc:\/\/DeviceInformation\/documentation\/DeviceInformation\/SwiftUI" | ||
], | ||
"title" : "Extended Modules" | ||
} | ||
], | ||
"variants" : [ | ||
{ | ||
"paths" : [ | ||
"\/documentation\/deviceinformation" | ||
], | ||
"traits" : [ | ||
{ | ||
"interfaceLanguage" : "swift" | ||
} | ||
] | ||
} | ||
] | ||
, | ||
"references": { | ||
"doc://DeviceInformation/documentation/DeviceInformation": { | ||
"abstract" : [ | ||
|
||
], | ||
"identifier" : "doc:\/\/DeviceInformation\/documentation\/DeviceInformation", | ||
"kind" : "symbol", | ||
"role" : "collection", | ||
"title" : "DeviceInformation", | ||
"type" : "topic", | ||
"url" : "\/documentation\/deviceinformation" | ||
}, | ||
"doc://DeviceInformation/documentation/DeviceInformation/DeviceInfo": { | ||
"abstract" : [ | ||
{ | ||
"text" : "Contains the information about a device.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "struct" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "DeviceInfo" | ||
} | ||
], | ||
"identifier" : "doc:\/\/DeviceInformation\/documentation\/DeviceInformation\/DeviceInfo", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "DeviceInfo" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "DeviceInfo", | ||
"type" : "topic", | ||
"url" : "\/documentation\/deviceinformation\/deviceinfo" | ||
}, | ||
"doc://DeviceInformation/documentation/DeviceInformation/SwiftUI": { | ||
"abstract" : [ | ||
|
||
], | ||
"identifier" : "doc:\/\/DeviceInformation\/documentation\/DeviceInformation\/SwiftUI", | ||
"kind" : "symbol", | ||
"role" : "collection", | ||
"title" : "SwiftUI", | ||
"type" : "topic", | ||
"url" : "\/documentation\/deviceinformation\/swiftui" | ||
} | ||
} | ||
} |
Oops, something went wrong.