Skip to content

Commit 1cab193

Browse files
committed
Updated docs 💡
1 parent 9617333 commit 1cab193

File tree

95 files changed

+509
-342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+509
-342
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
All changes to ID3TagEditor will be documented in this file.
33

4+
## [5.0.0](https://github.com/chicio/ID3TagEditor/releases/tag/5.0.0)
5+
Release date: 2024-10-12
6+
7+
#### Added
8+
- Swift 6
9+
- Swift Testing
10+
- All demo now based on new targets and SwiftUI
11+
12+
#### Fixed
13+
- Broken isoLatin1 support on Linux platforms, now fallback to utf-8
14+
415
## [4.6.0](https://github.com/chicio/ID3TagEditor/releases/tag/4.6.0)
516
Release date: 2023-04-19
617

ID3TagEditor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
455CF98B2340C4E1004C880A /* PULL_REQUEST_TEMPLATE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PULL_REQUEST_TEMPLATE.md; sourceTree = "<group>"; };
5151
45925B99253B4EB4001C8D4F /* codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = codecov.yml; sourceTree = "<group>"; };
5252
45925B9A253B5277001C8D4F /* codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = codecov.yml; sourceTree = "<group>"; };
53+
459679DB2CBAE67100F841E7 /* .ruby-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".ruby-version"; sourceTree = "<group>"; };
5354
45AB7193204AD842004A2239 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
5455
45AB7194204AD842004A2239 /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
5556
45AB7195204AD842004A2239 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
@@ -230,6 +231,7 @@
230231
455CF9862340C14B004C880A /* ID3TagEditor.podspec */,
231232
45AB7193204AD842004A2239 /* Package.swift */,
232233
45D4C39A25399ABD00501417 /* .codebeatignore */,
234+
459679DB2CBAE67100F841E7 /* .ruby-version */,
233235
45D4C39C25399ABD00501417 /* .gitignore */,
234236
45D4C39B25399ABD00501417 /* .swiftlint.yml */,
235237
45925B9A253B5277001C8D4F /* codecov.yml */,

ID3TagEditor.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Fabrizio Duroni
3+
Copyright (c) 2024 Fabrizio Duroni
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Scripts/generate-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
jazzy \
1010
--output docs \
1111
--module ID3TagEditor \
12-
--xcodebuild-arguments -workspace,ID3TagEditor.xcworkspace,-scheme,"ID3TagEditor iOS" -x USE_SWIFT_RESPONSE_FILE=NO \
12+
--build-tool-arguments -workspace,ID3TagEditor.xcworkspace,-scheme,"ID3TagEditor iOS",-arch,arm64 \
1313
--author_url https://www.fabrizioduroni.it \
1414
--github_url https://github.com/chicio/ID3TagEditor \
15-
--copyright "2020 [Fabrizio Duroni](https://www.fabrizioduroni.it)"
15+
--copyright "2024 [Fabrizio Duroni](https://www.fabrizioduroni.it)"

docs/Classes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Classes Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="index.html">ID3TagEditor 4.6.0 Docs</a> (100% documented)</p>
20+
<p><a href="index.html">ID3TagEditor 5.0.0 Docs</a> (100% documented)</p>
2121
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
2222
<div class="header-right">
2323
<form role="search" action="search.json">
@@ -28,7 +28,7 @@
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
31-
<a href="index.html">ID3TagEditor Reference</a>
31+
<a href="index.html">ID3TagEditor</a>
3232
<img id="carat" src="img/carat.png" alt=""/>
3333
Classes Reference
3434
</p>
@@ -634,8 +634,8 @@ <h4>Declaration</h4>
634634
</section>
635635
</section>
636636
<section id="footer">
637-
<p>2020 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
638-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
637+
<p>2024 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
638+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
639639
</section>
640640
</article>
641641
</div>

docs/Classes/ID32v2TagBuilder.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="ID32v2TagBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ID3TagEditor 4.6.0 Docs</a> (100% documented)</p>
20+
<p><a href="../index.html">ID3TagEditor 5.0.0 Docs</a> (100% documented)</p>
2121
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
2222
<div class="header-right">
2323
<form role="search" action="../search.json">
@@ -28,7 +28,9 @@
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
31-
<a href="../index.html">ID3TagEditor Reference</a>
31+
<a href="../index.html">ID3TagEditor</a>
32+
<img id="carat" src="../img/carat.png" alt=""/>
33+
<a href="../Classes.html">Classes</a>
3234
<img id="carat" src="../img/carat.png" alt=""/>
3335
ID32v2TagBuilder Class Reference
3436
</p>
@@ -1628,8 +1630,8 @@ <h4>Return Value</h4>
16281630
</section>
16291631
</section>
16301632
<section id="footer">
1631-
<p>2020 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
1632-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
1633+
<p>2024 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
1634+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
16331635
</section>
16341636
</article>
16351637
</div>

docs/Classes/ID32v3TagBuilder.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="ID32v3TagBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ID3TagEditor 4.6.0 Docs</a> (100% documented)</p>
20+
<p><a href="../index.html">ID3TagEditor 5.0.0 Docs</a> (100% documented)</p>
2121
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
2222
<div class="header-right">
2323
<form role="search" action="../search.json">
@@ -28,7 +28,9 @@
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
31-
<a href="../index.html">ID3TagEditor Reference</a>
31+
<a href="../index.html">ID3TagEditor</a>
32+
<img id="carat" src="../img/carat.png" alt=""/>
33+
<a href="../Classes.html">Classes</a>
3234
<img id="carat" src="../img/carat.png" alt=""/>
3335
ID32v3TagBuilder Class Reference
3436
</p>
@@ -2078,8 +2080,8 @@ <h4>Return Value</h4>
20782080
</section>
20792081
</section>
20802082
<section id="footer">
2081-
<p>2020 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
2082-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
2083+
<p>2024 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
2084+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
20832085
</section>
20842086
</article>
20852087
</div>

docs/Classes/ID32v4TagBuilder.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="ID32v4TagBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ID3TagEditor 4.6.0 Docs</a> (100% documented)</p>
20+
<p><a href="../index.html">ID3TagEditor 5.0.0 Docs</a> (100% documented)</p>
2121
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
2222
<div class="header-right">
2323
<form role="search" action="../search.json">
@@ -28,7 +28,9 @@
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
31-
<a href="../index.html">ID3TagEditor Reference</a>
31+
<a href="../index.html">ID3TagEditor</a>
32+
<img id="carat" src="../img/carat.png" alt=""/>
33+
<a href="../Classes.html">Classes</a>
3234
<img id="carat" src="../img/carat.png" alt=""/>
3335
ID32v4TagBuilder Class Reference
3436
</p>
@@ -1928,8 +1930,8 @@ <h4>Return Value</h4>
19281930
</section>
19291931
</section>
19301932
<section id="footer">
1931-
<p>2020 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
1932-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
1933+
<p>2024 <a class="link" href="https://www.fabrizioduroni.it" target="_blank" rel="external noopener">Fabrizio Duroni</a></p>
1934+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
19331935
</section>
19341936
</article>
19351937
</div>

0 commit comments

Comments
 (0)