Skip to content

Commit

Permalink
Prepare for second test release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolomko committed Oct 2, 2017
1 parent 6734af9 commit 8881c60
Show file tree
Hide file tree
Showing 103 changed files with 773 additions and 769 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: 3.4.0-test
module_version: 3.4.0-test.2
copyright: '© 2017 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.4.0-test
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2
theme: fullwidth

custom_categories:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.4.0-test.2

- Fix compile issues on some platforms.

## 3.4.0-test

- Added BZip2 compression.
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 = "3.4.0-test"
s.version = "3.4.0-test.2"
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>3.4.0-test</string>
<string>3.4.0-test.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
14 changes: 7 additions & 7 deletions docs/Archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
<a class="nav-group-task-link" href="Protocols/ContainerEntry.html">ContainerEntry</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
<a class="nav-group-task-link" href="Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
<a class="nav-group-task-link" href="Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -238,7 +238,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipArchive.swift#L9-L208">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipArchive.swift#L9-L208">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipHeader.swift#L9-L163">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipHeader.swift#L9-L163">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/XZArchive.swift#L9-L341">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/XZArchive.swift#L9-L352">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/ZlibArchive.swift#L9-L73">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/ZlibArchive.swift#L9-L73">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -378,7 +378,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/ZlibHeader.swift#L9-L93">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/ZlibHeader.swift#L9-L93">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/Classes/BZip2.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<a class="nav-group-task-link" href="../Protocols/ContainerEntry.html">ContainerEntry</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
<a class="nav-group-task-link" href="../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -276,7 +276,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2.swift#L23-L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2.swift#L23-L27">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+Compress.swift#L10-L12">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+Compress.swift#L10-L12">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -339,7 +339,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+Compress.swift#L14-L44">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+Compress.swift#L26-L56">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -374,7 +374,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L10-L20">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L10-L44">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
22 changes: 11 additions & 11 deletions docs/Classes/BZip2/BlockSize.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<a class="nav-group-task-link" href="../../Protocols/ContainerEntry.html">ContainerEntry</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
<a class="nav-group-task-link" href="../../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
<a class="nav-group-task-link" href="../../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -257,7 +257,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -283,7 +283,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -309,7 +309,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -335,7 +335,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -361,7 +361,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -387,7 +387,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -413,7 +413,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -439,7 +439,7 @@ <h1>BlockSize</h1>

</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/BZip2+BlockSize.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/Deflate.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<a class="nav-group-task-link" href="../Protocols/ContainerEntry.html">ContainerEntry</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
<a class="nav-group-task-link" href="../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/Deflate.swift#L25-L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/Deflate.swift#L25-L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/Deflate+Compress.swift#L21-L72">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/Deflate+Compress.swift#L21-L72">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/Classes/GzipArchive.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<a class="nav-group-task-link" href="../Protocols/ContainerEntry.html">ContainerEntry</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
<a class="nav-group-task-link" href="../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipArchive.swift#L12-L20">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipArchive.swift#L12-L20">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -315,7 +315,7 @@ <h4>Return Value</h4>
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipArchive.swift#L39-L44">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipArchive.swift#L39-L44">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -384,7 +384,7 @@ <h4>Return Value</h4>
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipArchive.swift#L63-L73">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipArchive.swift#L63-L73">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -527,7 +527,7 @@ <h4>Return Value</h4>
<p>Resulting archive&rsquo;s data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipArchive.swift#L114-L206">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipArchive.swift#L114-L206">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/GzipArchive/Member.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<a class="nav-group-task-link" href="../../Protocols/ContainerEntry.html">ContainerEntry</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
<a class="nav-group-task-link" href="../../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Protocols/CompressionAlgorithm.html">CompressionAlgorithm</a>
<a class="nav-group-task-link" href="../../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -245,7 +245,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipArchive.swift#L15">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipArchive.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -275,7 +275,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test/Sources/GzipArchive.swift#L18">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.4.0-test.2/Sources/GzipArchive.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
Loading

0 comments on commit 8881c60

Please sign in to comment.