Skip to content

Commit

Permalink
Prepare for the secong test release of 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolomko committed Nov 11, 2017
1 parent 88bf2ee commit 50ac2f0
Show file tree
Hide file tree
Showing 106 changed files with 601 additions and 833 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-test.1
module_version: 4.0.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/v4.0.0-test.1
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2
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-test.1"
s.version = "4.0.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>4.0.0-test.1</string>
<string>4.0.0-test.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
10 changes: 5 additions & 5 deletions docs/Archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L9-L209">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipArchive.swift#L9-L209">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipHeader.swift#L9-L147">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipHeader.swift#L9-L146">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/XZ/XZArchive.swift#L9-L195">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/XZ/XZArchive.swift#L9-L195">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -351,7 +351,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/Zlib/ZlibArchive.swift#L9-L73">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/Zlib/ZlibArchive.swift#L9-L74">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -386,7 +386,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/Zlib/ZlibHeader.swift#L9-L87">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/Zlib/ZlibHeader.swift#L9-L87">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/BZip2.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2.swift#L23-L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2.swift#L23-L27">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/v4.0.0-test.1/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -404,7 +404,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -439,7 +439,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
18 changes: 9 additions & 9 deletions docs/Classes/BZip2/BlockSize.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -287,7 +287,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -321,7 +321,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L19">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -355,7 +355,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -389,7 +389,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -423,7 +423,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -457,7 +457,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -491,7 +491,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -525,7 +525,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/Deflate.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/Deflate/Deflate.swift#L25-L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/Deflate/Deflate.swift#L25-L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -351,7 +351,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/Deflate/Deflate+Compress.swift#L21-L72">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/Deflate/Deflate+Compress.swift#L21-L72">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/GzipArchive.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L12-L22">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipArchive.swift#L12-L22">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -323,7 +323,7 @@ <h4>Return Value</h4>
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L41-L51">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipArchive.swift#L41-L51">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/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L65-L80">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipArchive.swift#L65-L80">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -526,7 +526,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/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L118-L207">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipArchive.swift#L118-L207">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/GzipArchive/Member.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L15">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipArchive.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -283,7 +283,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/GZip/GzipArchive.swift#L18">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/GZip/GzipArchive.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/LZMA.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/LZMA/LZMA.swift#L23-L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/LZMA/LZMA.swift#L23-L27">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/LZMA2.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/LZMA2/LZMA2.swift#L23-L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/LZMA2/LZMA2.swift#L23-L28">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/SevenZipContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h4>Return Value</h4>
<p>Array of <code><a href="../Structs/SevenZipEntry.html">SevenZipEntry</a></code> as an array of <code><a href="../Protocols/ContainerEntry.html">ContainerEntry</a></code>.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/7-Zip/7zContainer.swift#L29-L179">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/7-Zip/7zContainer.swift#L29-L179">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -361,7 +361,7 @@ <h4>Return Value</h4>
<p>Array of <code><a href="../Structs/SevenZipEntryInfo.html">SevenZipEntryInfo</a></code>.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/7-Zip/7zContainer.swift#L199-L220">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/7-Zip/7zContainer.swift#L199-L220">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/TarContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h4>Return Value</h4>
<p>Array of <code><a href="../Structs/TarEntry.html">TarEntry</a></code>.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/TAR/TarContainer.swift#L25-L41">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/TAR/TarContainer.swift#L25-L41">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -319,7 +319,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/TAR/TarContainer.swift#L43-L98">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/TAR/TarContainer.swift#L43-L98">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/XZArchive.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h4>Return Value</h4>
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/XZ/XZArchive.swift#L27-L47">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/XZ/XZArchive.swift#L27-L47">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -318,7 +318,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.1/Sources/XZ/XZArchive.swift#L49-L64">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0-test.2/Sources/XZ/XZArchive.swift#L49-L64">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
Loading

0 comments on commit 50ac2f0

Please sign in to comment.