Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Jazz Hands #405

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -43,3 +43,5 @@ SmartDeviceLink-iOS/infer-out
# This ignore here is prevent projects fetching sdl_ios as a submodule using
# Carthage from resulting as `-dirty` in the `git status`.
Carthage/Build

docs/docsets/
17 changes: 17 additions & 0 deletions SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
Expand Up @@ -3268,6 +3268,7 @@
5D61FA181A84237100846EE7 /* Frameworks */,
5D61FA191A84237100846EE7 /* Headers */,
5D61FA1A1A84237100846EE7 /* Resources */,
96FAF7E11CF61DF5004BC340 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -3377,6 +3378,22 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
96FAF7E11CF61DF5004BC340 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if hash jazzy 2>/dev/null; then\n jazzy --objc --framework-root SmartDeviceLink --sdk iphonesimulator --umbrella-header SmartDeviceLink/SmartDeviceLink.h --theme ../theme --output ../docs\nfi\n\n\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
5D4019AB1A76EC350006B0C2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down
5,187 changes: 5,187 additions & 0 deletions docs/Classes.html

Large diffs are not rendered by default.

158 changes: 158 additions & 0 deletions docs/Classes/SDLAbstractProtocol.html
@@ -0,0 +1,158 @@
<h1>SDLAbstractProtocol Class Reference</h1>

<h3>Section Contents</h3>

<ul>
<li><a href="#section-debugConsoleGroupName">debugConsoleGroupName</a></li>
<li><a href="#section-transport">transport</a></li>
<li><a href="#section-protocolDelegateTable">protocolDelegateTable</a></li>
<li><a href="#section--sendStartSessionWithType:">-sendStartSessionWithType:</a></li>
<li><a href="#section--sendEndSessionWithType:">-sendEndSessionWithType:</a></li>
<li><a href="#section--sendRPC:">-sendRPC:</a></li>
<li><a href="#section--sendRPCRequest:">-sendRPCRequest:</a></li>
<li><a href="#section--sendHeartbeat">-sendHeartbeat</a></li>
<li><a href="#section--sendRawDataStream:withServiceType:">-sendRawDataStream:withServiceType:</a></li>
<li><a href="#section--sendRawData:withServiceType:">-sendRawData:withServiceType:</a></li>
<li><a href="#section--handleBytesFromTransport:">-handleBytesFromTransport:</a></li>
<li><a href="#section--dispose">-dispose</a></li>
</ul>

<h3>Overview</h3>

<p>Undocumented</p>


<section class="section task-group-section">
<h3>
debugConsoleGroupName
</h3>

<p>Undocumented</p>






<h3>
transport
</h3>

<p>Undocumented</p>






<h3>
protocolDelegateTable
</h3>

<p>Undocumented</p>






<h3>
-sendStartSessionWithType:
</h3>

<p>Undocumented</p>






<h3>
-sendEndSessionWithType:
</h3>

<p>Undocumented</p>






<h3>
-sendRPC:
</h3>

<p>Undocumented</p>






<h3>
-sendRPCRequest:
</h3>

<p>Undocumented</p>






<h3>
-sendHeartbeat
</h3>

<p>Undocumented</p>






<h3>
-sendRawDataStream:withServiceType:
</h3>

<p>Undocumented</p>






<h3>
-sendRawData:withServiceType:
</h3>

<p>Undocumented</p>






<h3>
-handleBytesFromTransport:
</h3>

<p>Undocumented</p>






<h3>
-dispose
</h3>

<p>Undocumented</p>






</section>
98 changes: 98 additions & 0 deletions docs/Classes/SDLAbstractTransport.html
@@ -0,0 +1,98 @@
<h1>SDLAbstractTransport Class Reference</h1>

<h3>Section Contents</h3>

<ul>
<li><a href="#section-delegate">delegate</a></li>
<li><a href="#section-debugConsoleGroupName">debugConsoleGroupName</a></li>
<li><a href="#section--connect">-connect</a></li>
<li><a href="#section--disconnect">-disconnect</a></li>
<li><a href="#section--sendData:">-sendData:</a></li>
<li><a href="#section--dispose">-dispose</a></li>
<li><a href="#section--retryDelay">-retryDelay</a></li>
</ul>

<h3>Overview</h3>

<p>Undocumented</p>


<section class="section task-group-section">
<h3>
delegate
</h3>

<p>Undocumented</p>






<h3>
debugConsoleGroupName
</h3>

<p>Undocumented</p>






<h3>
-connect
</h3>

<p>Undocumented</p>






<h3>
-disconnect
</h3>

<p>Undocumented</p>






<h3>
-sendData:
</h3>

<p>Undocumented</p>






<h3>
-dispose
</h3>

<p>Undocumented</p>






<h3>
-retryDelay
</h3>

<p>Undocumented</p>






</section>