Skip to content

Commit

Permalink
Release 4.4.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Duroni committed Oct 2, 2022
1 parent 07d5069 commit cf09b99
Show file tree
Hide file tree
Showing 84 changed files with 3,971 additions and 25,149 deletions.
2 changes: 1 addition & 1 deletion ID3TagEditor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "ID3TagEditor"
s.version = "4.3.0"
s.version = "4.4.0"
s.summary = "A swift library to read and modify ID3 Tag of any mp3 file"
s.description = <<-DESC
A swift library to read and modify ID3 Tag of any mp3 file.
Expand Down
2 changes: 1 addition & 1 deletion Source/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.3.0</string>
<string>4.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.4.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
194 changes: 33 additions & 161 deletions docs/Classes.html

Large diffs are not rendered by default.

1,020 changes: 59 additions & 961 deletions docs/Classes/ID32v2TagBuilder.html

Large diffs are not rendered by default.

1,335 changes: 77 additions & 1,258 deletions docs/Classes/ID32v3TagBuilder.html

Large diffs are not rendered by default.

1,230 changes: 71 additions & 1,159 deletions docs/Classes/ID32v4TagBuilder.html

Large diffs are not rendered by default.

33 changes: 5 additions & 28 deletions docs/Classes/ID3Frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ID3Frame Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ID3TagEditor 4.3.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">ID3TagEditor 4.4.0 Docs</a> (0% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -159,13 +159,6 @@
<section>
<section class="section">
<h1>ID3Frame</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ID3Frame</span></code></pre>

</div>
</div>
<p>A class that represent an ID3Tag frame. It contains the common information of all the ID3 frames.</p>

</section>
Expand All @@ -175,9 +168,9 @@ <h1>ID3Frame</h1>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A5FrameC13id3IdentifierSSSgvp"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Property/id3Identifier" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A5FrameC13id3IdentifierSSSgvp">id3Identifier</a>
<a class="token" href="#/">id3Identifier</a>
</code>
</div>
<div class="height-container">
Expand All @@ -188,23 +181,15 @@ <h1>ID3Frame</h1>
<p>The ID3 frame identifier as specified in the ID3 tag standard.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">internal(set)</span> <span class="k">var</span> <span class="nv">id3Identifier</span><span class="p">:</span> <span class="kt">String</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A5FrameC4sizeSiSgvp"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Property/size" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A5FrameC4sizeSiSgvp">size</a>
<a class="token" href="#/">size</a>
</code>
</div>
<div class="height-container">
Expand All @@ -215,14 +200,6 @@ <h4>Declaration</h4>
<p>The ID3 frame size as specified in the ID3 tag standard.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">internal(set)</span> <span class="k">var</span> <span class="nv">size</span><span class="p">:</span> <span class="kt">Int</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>

</div>
</div>
</section>
</div>
</li>
Expand Down
161 changes: 13 additions & 148 deletions docs/Classes/ID3FrameAttachedPicture.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ID3FrameAttachedPicture Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ID3TagEditor 4.3.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">ID3TagEditor 4.4.0 Docs</a> (0% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -159,13 +159,6 @@
<section>
<section class="section">
<h1>ID3FrameAttachedPicture</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ID3FrameAttachedPicture</span> <span class="p">:</span> <span class="kt"><a href="../Classes/ID3Frame.html">ID3Frame</a></span><span class="p">,</span> <span class="kt">Equatable</span><span class="p">,</span> <span class="kt">CustomDebugStringConvertible</span></code></pre>

</div>
</div>
<p>A class used to represent an ID3 attached picture frame to be used in the ID3 tag.</p>

</section>
Expand All @@ -175,9 +168,9 @@ <h1>ID3FrameAttachedPicture</h1>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A20FrameAttachedPictureC7picture10Foundation4DataVvp"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Property/picture" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A20FrameAttachedPictureC7picture10Foundation4DataVvp">picture</a>
<a class="token" href="#/">picture</a>
</code>
</div>
<div class="height-container">
Expand All @@ -188,23 +181,15 @@ <h1>ID3FrameAttachedPicture</h1>
<p>The image bytes as <code>Data</code>.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">picture</span><span class="p">:</span> <span class="kt">Data</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A20FrameAttachedPictureC4typeAA0aF4TypeOvp"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Property/type" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A20FrameAttachedPictureC4typeAA0aF4TypeOvp">type</a>
<a class="token" href="#/">type</a>
</code>
</div>
<div class="height-container">
Expand All @@ -215,23 +200,15 @@ <h4>Declaration</h4>
<p>The ID3 type of the image (see <code><a href="../Enums/ID3PictureType.html">ID3PictureType</a></code>).</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">type</span><span class="p">:</span> <span class="kt"><a href="../Enums/ID3PictureType.html">ID3PictureType</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A20FrameAttachedPictureC6formatAA0aF6FormatOvp"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Property/format" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A20FrameAttachedPictureC6formatAA0aF6FormatOvp">format</a>
<a class="token" href="#/">format</a>
</code>
</div>
<div class="height-container">
Expand All @@ -242,23 +219,15 @@ <h4>Declaration</h4>
<p>The file format. Only Jpeg and Png are supported by the standard (cross compatibility).</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">format</span><span class="p">:</span> <span class="kt"><a href="../Enums/ID3PictureFormat.html">ID3PictureFormat</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A20FrameAttachedPictureC16debugDescriptionSSvp"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Property/debugDescription" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A20FrameAttachedPictureC16debugDescriptionSSvp">debugDescription</a>
<a class="token" href="#/">debugDescription</a>
</code>
</div>
<div class="height-container">
Expand All @@ -269,23 +238,15 @@ <h4>Declaration</h4>
<p>ID3FrameAttachedPicture debug description.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">debugDescription</span><span class="p">:</span> <span class="kt">String</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A20FrameAttachedPictureC7picture4type6formatAC10Foundation4DataV_AA0aF4TypeOAA0aF6FormatOtcfc"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Method/init(picture:type:format:)" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A20FrameAttachedPictureC7picture4type6formatAC10Foundation4DataV_AA0aF4TypeOAA0aF6FormatOtcfc">init(picture:<wbr>type:<wbr>format:<wbr>)</a>
<a class="token" href="#/">init(picture:<wbr>type:<wbr>format:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -296,68 +257,15 @@ <h4>Declaration</h4>
<p>Init an ID3 attached picture frame.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">picture</span><span class="p">:</span> <span class="kt">Data</span><span class="p">,</span> <span class="nv">type</span><span class="p">:</span> <span class="kt"><a href="../Enums/ID3PictureType.html">ID3PictureType</a></span><span class="p">,</span> <span class="nv">format</span><span class="p">:</span> <span class="kt"><a href="../Enums/ID3PictureFormat.html">ID3PictureFormat</a></span><span class="p">)</span></code></pre>

</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>picture</em>
</code>
</td>
<td>
<div>
<p>the image bytes as <code>Data</code>.</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>type</em>
</code>
</td>
<td>
<div>
<p>the ID3 type of the attached picture. See <code><a href="../Enums/ID3PictureType.html">ID3PictureType</a></code>
for a complete list of the available picture types.</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>format</em>
</code>
</td>
<td>
<div>
<p>the format of the image. See <code><a href="../Enums/ID3PictureFormat.html">ID3PictureFormat</a></code>.
types.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:12ID3TagEditor0A20FrameAttachedPictureC2eeoiySbAC_ACtFZ"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Method/==(_:_:)" class="dashAnchor"></a>
<a class="token" href="#/s:12ID3TagEditor0A20FrameAttachedPictureC2eeoiySbAC_ACtFZ">==(_:<wbr>_:<wbr>)</a>
<a class="token" href="#/">==(_:<wbr>_:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -368,49 +276,6 @@ <h4>Parameters</h4>
<p>Compare two AttachedPicture.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="kd">func</span> <span class="o">==</span> <span class="p">(</span><span class="nv">lhs</span><span class="p">:</span> <span class="kt">ID3FrameAttachedPicture</span><span class="p">,</span> <span class="nv">rhs</span><span class="p">:</span> <span class="kt">ID3FrameAttachedPicture</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Bool</span></code></pre>

</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>lhs</em>
</code>
</td>
<td>
<div>
<p>left side of compare operation.</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>rhs</em>
</code>
</td>
<td>
<div>
<p>right side of compare operation.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<h4>Return Value</h4>
<p>true if the attached pictures values are the same, else false.</p>
</div>
</section>
</div>
</li>
Expand Down
Loading

0 comments on commit cf09b99

Please sign in to comment.