Skip to content

Commit

Permalink
Prepare for first test release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolomko committed Aug 14, 2017
1 parent a65666c commit 8229afd
Show file tree
Hide file tree
Showing 106 changed files with 13,245 additions and 450 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.2.0
module_version: 3.3.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/v3.2.0
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1
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,4 +1,8 @@
# Changelog
v3.3.0-test.1
----------------
- Introduced support for 7-Zip containers.

v3.2.0
----------------
- Split source files.
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.2.0"
s.version = "3.3.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>3.2.0</string>
<string>3.3.0-test.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
48 changes: 42 additions & 6 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>
(100% documented)
(69% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -170,6 +170,42 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Other Classes.html">Other Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/SevenZipContainer.html">SevenZipContainer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/SevenZipEntry.html">SevenZipEntry</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Other Enums.html">Other Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/SevenZipError.html">SevenZipError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Other Structs.html">Other Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/SevenZipEntryInfo.html">SevenZipEntryInfo</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/SevenZipEntryInfo/Permissions.html">– Permissions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/SevenZipEntryInfo/DosAttributes.html">– DosAttributes</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/SevenZipEntryInfo/UnixType.html">– UnixType</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand Down Expand Up @@ -211,7 +247,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/GzipArchive.swift#L9-L206">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/GzipArchive.swift#L9-L206">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -246,7 +282,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/GzipHeader.swift#L9-L163">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/GzipHeader.swift#L9-L163">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -281,7 +317,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/ZlibArchive.swift#L9-L75">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/ZlibArchive.swift#L9-L75">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -316,7 +352,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/ZlibHeader.swift#L9-L94">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/ZlibHeader.swift#L9-L94">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -351,7 +387,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/XZArchive.swift#L9-L365">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/XZArchive.swift#L9-L366">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
40 changes: 38 additions & 2 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>
(100% documented)
(69% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -171,6 +171,42 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Classes.html">Other Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/SevenZipContainer.html">SevenZipContainer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/SevenZipEntry.html">SevenZipEntry</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Enums.html">Other Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/SevenZipError.html">SevenZipError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Structs.html">Other Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo.html">SevenZipEntryInfo</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/Permissions.html">– Permissions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/DosAttributes.html">– DosAttributes</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/UnixType.html">– UnixType</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand Down Expand Up @@ -249,7 +285,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/BZip2.swift#L23-L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/BZip2.swift#L23-L27">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
42 changes: 39 additions & 3 deletions docs/Classes/Deflate.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>
(100% documented)
(69% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -171,6 +171,42 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Classes.html">Other Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/SevenZipContainer.html">SevenZipContainer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/SevenZipEntry.html">SevenZipEntry</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Enums.html">Other Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/SevenZipError.html">SevenZipError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Structs.html">Other Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo.html">SevenZipEntryInfo</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/Permissions.html">– Permissions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/DosAttributes.html">– DosAttributes</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/UnixType.html">– UnixType</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand Down Expand Up @@ -254,7 +290,7 @@ <h4>Return Value</h4>
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/Deflate.swift#L58-L62">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/Deflate.swift#L58-L62">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -318,7 +354,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/DeflateCompression.swift#L23-L74">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/DeflateCompression.swift#L23-L74">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
48 changes: 42 additions & 6 deletions docs/Classes/GzipArchive.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>
(100% documented)
(69% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -171,6 +171,42 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Classes.html">Other Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/SevenZipContainer.html">SevenZipContainer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/SevenZipEntry.html">SevenZipEntry</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Enums.html">Other Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/SevenZipError.html">SevenZipError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Other Structs.html">Other Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo.html">SevenZipEntryInfo</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/Permissions.html">– Permissions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/DosAttributes.html">– DosAttributes</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/SevenZipEntryInfo/UnixType.html">– UnixType</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand Down Expand Up @@ -219,7 +255,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/GzipArchive.swift#L12-L20">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/GzipArchive.swift#L12-L20">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -288,7 +324,7 @@ <h4>Return Value</h4>
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/GzipArchive.swift#L39-L44">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/GzipArchive.swift#L39-L44">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -311,7 +347,7 @@ <h4>Return Value</h4>
<div class="aside aside-note">
<p class="aside-title">Note</p>
<p><code>wrongCRC</code> error contains only last processed member&rsquo;s data as their associated value
instead of all successfully processed members.
instead of all successfully processed members.
This is a known issue and it will be fixed in future major version
because solution requires backwards-incompatible API changes.</p>

Expand Down Expand Up @@ -357,7 +393,7 @@ <h4>Return Value</h4>
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v3.2.0/Sources/GzipArchive.swift#L63-L73">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/GzipArchive.swift#L63-L73">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -500,7 +536,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.2.0/Sources/GzipArchive.swift#L112-L204">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v3.3.0-test.1/Sources/GzipArchive.swift#L112-L204">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
Loading

0 comments on commit 8229afd

Please sign in to comment.