-
Notifications
You must be signed in to change notification settings - Fork 12
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
0 parents
commit a719532
Showing
93 changed files
with
9,625 additions
and
0 deletions.
There are no files selected for viewing
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,71 @@ | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
|
||
## Build generated | ||
build/ | ||
DerivedData/ | ||
|
||
## Various settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
|
||
## Other | ||
*.moved-aside | ||
*.xccheckout | ||
*.xcscmblueprint | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
*.ipa | ||
*.dSYM.zip | ||
*.dSYM | ||
|
||
## Playgrounds | ||
timeline.xctimeline | ||
playground.xcworkspace | ||
|
||
# Swift Package Manager | ||
# | ||
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. | ||
# Packages/ | ||
# Package.pins | ||
# Package.resolved | ||
.build/ | ||
|
||
# CocoaPods | ||
# | ||
# We recommend against adding the Pods directory to your .gitignore. However | ||
# you should judge for yourself, the pros and cons are mentioned at: | ||
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control | ||
# | ||
# Pods/ | ||
|
||
# Carthage | ||
# | ||
# Add this line if you want to avoid checking in source code from Carthage dependencies. | ||
# Carthage/Checkouts | ||
|
||
Carthage/Build | ||
|
||
# fastlane | ||
# | ||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the | ||
# screenshots whenever they are needed. | ||
# For more information about the recommended setup visit: | ||
# https://docs.fastlane.tools/best-practices/source-control/#source-control | ||
|
||
fastlane/report.xml | ||
fastlane/Preview.html | ||
fastlane/screenshots | ||
fastlane/test_output | ||
/.DS_Store | ||
.DS_Store | ||
/Framework/docs |
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,122 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Enumerations Reference</title> | ||
<link rel="stylesheet" type="text/css" href="css/jazzy.css" /> | ||
<link rel="stylesheet" type="text/css" href="css/highlight.css" /> | ||
<meta charset='utf-8'> | ||
<script src="js/jquery.min.js" defer></script> | ||
<script src="js/jazzy.js" defer></script> | ||
|
||
</head> | ||
<body> | ||
<a title="Enumerations Reference"></a> | ||
<header> | ||
<div class="content-wrapper"> | ||
<p><a href="index.html">Keychain Docs</a> (100% documented)</p> | ||
</div> | ||
</header> | ||
<div class="content-wrapper"> | ||
<p id="breadcrumbs"> | ||
<a href="index.html">Keychain Reference</a> | ||
<img id="carat" src="img/carat.png" /> | ||
Enumerations Reference | ||
</p> | ||
</div> | ||
<div class="content-wrapper"> | ||
<nav class="sidebar"> | ||
<ul class="nav-groups"> | ||
<li class="nav-group-name"> | ||
<a href="Enums.html">Enumerations</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="Enums/KeychainError.html">KeychainError</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="Protocols.html">Protocols</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="Protocols/KeychainItem.html">KeychainItem</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="Structs.html">Structures</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="Structs/Keychain.html">Keychain</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Structs/Keychain/Access.html">– Access</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Structs/Keychain/Storage.html">– Storage</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Structs/Keychain/Configuration.html">– Configuration</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="Typealiases.html">Type Aliases</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="Typealiases.html#/s:8Keychain0A5Querya">KeychainQuery</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<article class="main-content"> | ||
<section> | ||
<section class="section"> | ||
<h1>Enumerations</h1> | ||
<p>The following enumerations are available globally.</p> | ||
|
||
</section> | ||
<section class="section task-group-section"> | ||
<div class="task-group"> | ||
<ul> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:8Keychain0A5ErrorO"></a> | ||
<a name="//apple_ref/swift/Enum/KeychainError" class="dashAnchor"></a> | ||
<a class="token" href="#/s:8Keychain0A5ErrorO">KeychainError</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>List of possible error cases thrown by <strong>Keychain</strong> operations.</p> | ||
|
||
<a href="Enums/KeychainError.html" class="slightly-smaller">See more</a> | ||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">KeychainError</span><span class="p">:</span> <span class="kt">Error</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
</section> | ||
<section id="footer"> | ||
<p>© 2018 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2018-03-08)</p> | ||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> | ||
</section> | ||
</article> | ||
</div> | ||
</body> | ||
</div> | ||
</html> |
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,166 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>KeychainError Enumeration Reference</title> | ||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" /> | ||
<meta charset='utf-8'> | ||
<script src="../js/jquery.min.js" defer></script> | ||
<script src="../js/jazzy.js" defer></script> | ||
|
||
</head> | ||
<body> | ||
<a name="//apple_ref/swift/Enum/KeychainError" class="dashAnchor"></a> | ||
<a title="KeychainError Enumeration Reference"></a> | ||
<header> | ||
<div class="content-wrapper"> | ||
<p><a href="../index.html">Keychain Docs</a> (100% documented)</p> | ||
</div> | ||
</header> | ||
<div class="content-wrapper"> | ||
<p id="breadcrumbs"> | ||
<a href="../index.html">Keychain Reference</a> | ||
<img id="carat" src="../img/carat.png" /> | ||
KeychainError Enumeration Reference | ||
</p> | ||
</div> | ||
<div class="content-wrapper"> | ||
<nav class="sidebar"> | ||
<ul class="nav-groups"> | ||
<li class="nav-group-name"> | ||
<a href="../Enums.html">Enumerations</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="../Enums/KeychainError.html">KeychainError</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="../Protocols.html">Protocols</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="../Protocols/KeychainItem.html">KeychainItem</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="../Structs.html">Structures</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="../Structs/Keychain.html">Keychain</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="../Structs/Keychain/Access.html">– Access</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="../Structs/Keychain/Storage.html">– Storage</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="../Structs/Keychain/Configuration.html">– Configuration</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="../Typealiases.html">Type Aliases</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="../Typealiases.html#/s:8Keychain0A5Querya">KeychainQuery</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<article class="main-content"> | ||
<section> | ||
<section class="section"> | ||
<h1>KeychainError</h1> | ||
<div class="declaration"> | ||
<div class="language"> | ||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">KeychainError</span><span class="p">:</span> <span class="kt">Error</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
<p>List of possible error cases thrown by <strong>Keychain</strong> operations.</p> | ||
|
||
</section> | ||
<section class="section task-group-section"> | ||
<div class="task-group"> | ||
<ul> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:8Keychain0A5ErrorO18unexpectedItemDataA2CmF"></a> | ||
<a name="//apple_ref/swift/Element/unexpectedItemData" class="dashAnchor"></a> | ||
<a class="token" href="#/s:8Keychain0A5ErrorO18unexpectedItemDataA2CmF">unexpectedItemData</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>Keychain search returned unexpected item data.</p> | ||
<div class="aside aside-note"> | ||
<p class="aside-title">Note</p> | ||
Only thrown when retrieving items from the <strong>Keychain</strong> fails due to <strong>SecItemCopyMatching</strong> query returning anything but an array of <code>[String: AnyObject]</code>. | ||
|
||
</div> | ||
|
||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">unexpectedItemData</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="task-group"> | ||
<ul> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:8Keychain0A5ErrorO9unhandledACs5Int32VcACmF"></a> | ||
<a name="//apple_ref/swift/Element/unhandled" class="dashAnchor"></a> | ||
<a class="token" href="#/s:8Keychain0A5ErrorO9unhandledACs5Int32VcACmF">unhandled</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>Unhandled error returned by <strong>Keychain</strong> operation.</p> | ||
|
||
<p>For list of <strong>OSStatus</strong> codes, please see <a href="https://www.osstatus.com/">https://www.osstatus.com/</a></p> | ||
|
||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="k">case</span> <span class="nf">unhandled</span><span class="p">(</span><span class="kt">OSStatus</span><span class="p">)</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
</section> | ||
<section id="footer"> | ||
<p>© 2018 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2018-03-08)</p> | ||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> | ||
</section> | ||
</article> | ||
</div> | ||
</body> | ||
</div> | ||
</html> |
Oops, something went wrong.