Skip to content

Commit

Permalink
Prepare for first test release of 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolomko committed Nov 5, 2017
1 parent 64f12cc commit f71d345
Show file tree
Hide file tree
Showing 115 changed files with 3,584 additions and 2,517 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ clean: true
exclude: Tests/
author: Timofey Solomko
module: SWCompression
module_version: 4.0.0-dev
module_version: 4.0.0-test.1
copyright: '© 2017 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/develop
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1
theme: fullwidth

custom_categories:
Expand Down
2 changes: 1 addition & 1 deletion SWCompression.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SWCompression"
s.version = "4.0.0-dev"
s.version = "4.0.0-test.1"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Service/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0-dev</string>
<string>4.0.0-test.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
26 changes: 13 additions & 13 deletions docs/Archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a class="header-link" href="index.html">
SWCompression Docs
</a>
(86% documented)
(82% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -81,12 +81,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/GzipHeader.html">GzipHeader</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/GzipHeader/CompressionMethod.html">– CompressionMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/XZArchive.html">XZArchive</a>
</li>
Expand Down Expand Up @@ -188,9 +182,15 @@
<li class="nav-group-name">
<a class="nav-group-name-link" href="Other Enums.html">Other Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/CompressionMethod.html">CompressionMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/ContainerEntryType.html">ContainerEntryType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/FileSystemType.html">FileSystemType</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -259,7 +259,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L9-L208">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L9-L209">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -294,7 +294,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L9-L163">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipHeader.swift#L9-L147">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -329,7 +329,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZArchive.swift#L9-L306">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/XZ/XZArchive.swift#L9-L195">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -364,7 +364,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibArchive.swift#L9-L73">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/Zlib/ZlibArchive.swift#L9-L73">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -399,7 +399,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L9-L93">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/Zlib/ZlibHeader.swift#L9-L93">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -413,7 +413,7 @@ <h4>Declaration</h4>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
24 changes: 12 additions & 12 deletions docs/Classes/BZip2.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
SWCompression Docs
</a>
(86% documented)
(82% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -82,12 +82,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/GzipHeader.html">GzipHeader</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/GzipHeader/CompressionMethod.html">– CompressionMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/XZArchive.html">XZArchive</a>
</li>
Expand Down Expand Up @@ -189,9 +183,15 @@
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Enums.html">Other Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/CompressionMethod.html">CompressionMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/ContainerEntryType.html">ContainerEntryType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/FileSystemType.html">FileSystemType</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -297,7 +297,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2.swift#L23-L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2.swift#L23-L27">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -356,7 +356,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -417,7 +417,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -452,7 +452,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -466,7 +466,7 @@ <h4>Declaration</h4>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
34 changes: 17 additions & 17 deletions docs/Classes/BZip2/BlockSize.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../../index.html">
SWCompression Docs
</a>
(86% documented)
(82% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -82,12 +82,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Structs/GzipHeader.html">GzipHeader</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Structs/GzipHeader/CompressionMethod.html">– CompressionMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Classes/XZArchive.html">XZArchive</a>
</li>
Expand Down Expand Up @@ -189,9 +183,15 @@
<li class="nav-group-name">
<a class="nav-group-name-link" href="../../Other Enums.html">Other Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Enums/CompressionMethod.html">CompressionMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Enums/ContainerEntryType.html">ContainerEntryType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Enums/FileSystemType.html">FileSystemType</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -266,7 +266,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -300,7 +300,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -334,7 +334,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L19">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -368,7 +368,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -402,7 +402,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -436,7 +436,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -470,7 +470,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -504,7 +504,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -538,7 +538,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -552,7 +552,7 @@ <h4>Declaration</h4>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
Loading

0 comments on commit f71d345

Please sign in to comment.