Skip to content

Commit c9564cb

Browse files
committed
4.0.2 release
1 parent 6aae8c3 commit c9564cb

Some content is hidden

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

60 files changed

+1185
-1118
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 4.0.2 (TBD)
7+
## [4.0.2](https://github.com/ngageoint/tiff-ios/releases/tag/4.0.2) (11-06-2023)
88

9-
* TBD
9+
* Module definition
1010

1111
## [4.0.1](https://github.com/ngageoint/tiff-ios/releases/tag/4.0.1) (01-09-2023)
1212

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,20 @@ Open tiff-ios.xcworkspace in Xcode or build from command line:
9191

9292
Run tests from Xcode or from command line:
9393

94-
xcodebuild test -workspace 'tiff-ios.xcworkspace' -scheme tiff-ios -destination 'platform=iOS Simulator,name=iPhone 14'
94+
xcodebuild test -workspace 'tiff-ios.xcworkspace' -scheme tiff-ios -destination 'platform=iOS Simulator,name=iPhone 15'
9595

9696
### Include Library ###
9797

9898
Include this repository by specifying it in a Podfile using a supported option.
9999

100100
Pull from [CocoaPods](https://cocoapods.org/pods/tiff-ios):
101101

102-
pod 'tiff-ios', '~> 4.0.1'
102+
pod 'tiff-ios', '~> 4.0.2'
103103

104104
Pull from GitHub:
105105

106106
pod 'tiff-ios', :git => 'https://github.com/ngageoint/tiff-ios.git', :branch => 'master'
107-
pod 'tiff-ios', :git => 'https://github.com/ngageoint/tiff-ios.git', :tag => '4.0.1'
107+
pod 'tiff-ios', :git => 'https://github.com/ngageoint/tiff-ios.git', :tag => '4.0.2'
108108

109109
Include as local project:
110110

docs/docs/api/Classes.html

Lines changed: 22 additions & 22 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">tiff-ios 4.0.1 Docs</a> (62% documented)</p>
20+
<p><a href="index.html">tiff-ios 4.0.2 Docs</a> (62% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/tiff-ios"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
2222
<div class="header-right">
2323
<form role="search" action="search.json">
@@ -345,7 +345,7 @@ <h4>Declaration</h4>
345345
</div>
346346
</div>
347347
<div class="slightly-smaller">
348-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFFieldTagTypes.h#L129-L159">Show on GitHub</a>
348+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFFieldTagTypes.h#L129-L159">Show on GitHub</a>
349349
</div>
350350
</section>
351351
</div>
@@ -381,7 +381,7 @@ <h4>Declaration</h4>
381381
</div>
382382
</div>
383383
<div class="slightly-smaller">
384-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFFieldTypes.h#L32-L93">Show on GitHub</a>
384+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFFieldTypes.h#L32-L93">Show on GitHub</a>
385385
</div>
386386
</section>
387387
</div>
@@ -418,7 +418,7 @@ <h4>Declaration</h4>
418418
</div>
419419
</div>
420420
<div class="slightly-smaller">
421-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFFileDirectory.h#L21-L941">Show on GitHub</a>
421+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFFileDirectory.h#L21-L941">Show on GitHub</a>
422422
</div>
423423
</section>
424424
</div>
@@ -454,7 +454,7 @@ <h4>Declaration</h4>
454454
</div>
455455
</div>
456456
<div class="slightly-smaller">
457-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFFileDirectoryEntry.h#L15-L74">Show on GitHub</a>
457+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFFileDirectoryEntry.h#L15-L74">Show on GitHub</a>
458458
</div>
459459
</section>
460460
</div>
@@ -490,7 +490,7 @@ <h4>Declaration</h4>
490490
</div>
491491
</div>
492492
<div class="slightly-smaller">
493-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFImage.h#L14-L83">Show on GitHub</a>
493+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFImage.h#L14-L83">Show on GitHub</a>
494494
</div>
495495
</section>
496496
</div>
@@ -526,7 +526,7 @@ <h4>Declaration</h4>
526526
</div>
527527
</div>
528528
<div class="slightly-smaller">
529-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFImageWindow.h#L16-L63">Show on GitHub</a>
529+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFImageWindow.h#L16-L63">Show on GitHub</a>
530530
</div>
531531
</section>
532532
</div>
@@ -562,7 +562,7 @@ <h4>Declaration</h4>
562562
</div>
563563
</div>
564564
<div class="slightly-smaller">
565-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFRasters.h#L14-L391">Show on GitHub</a>
565+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFRasters.h#L14-L391">Show on GitHub</a>
566566
</div>
567567
</section>
568568
</div>
@@ -598,7 +598,7 @@ <h4>Declaration</h4>
598598
</div>
599599
</div>
600600
<div class="slightly-smaller">
601-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFReader.h#L14-L96">Show on GitHub</a>
601+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFReader.h#L14-L96">Show on GitHub</a>
602602
</div>
603603
</section>
604604
</div>
@@ -643,7 +643,7 @@ <h4>Declaration</h4>
643643
</div>
644644
</div>
645645
<div class="slightly-smaller">
646-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/TIFFWriter.h#L24-L78">Show on GitHub</a>
646+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/TIFFWriter.h#L24-L78">Show on GitHub</a>
647647
</div>
648648
</section>
649649
</div>
@@ -679,7 +679,7 @@ <h4>Declaration</h4>
679679
</div>
680680
</div>
681681
<div class="slightly-smaller">
682-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/compression/TIFFDeflateCompression.h#L15-L17">Show on GitHub</a>
682+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/compression/TIFFDeflateCompression.h#L15-L17">Show on GitHub</a>
683683
</div>
684684
</section>
685685
</div>
@@ -715,7 +715,7 @@ <h4>Declaration</h4>
715715
</div>
716716
</div>
717717
<div class="slightly-smaller">
718-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/compression/TIFFLZWCompression.h#L15-L17">Show on GitHub</a>
718+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/compression/TIFFLZWCompression.h#L15-L17">Show on GitHub</a>
719719
</div>
720720
</section>
721721
</div>
@@ -751,7 +751,7 @@ <h4>Declaration</h4>
751751
</div>
752752
</div>
753753
<div class="slightly-smaller">
754-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/compression/TIFFPackbitsCompression.h#L15-L17">Show on GitHub</a>
754+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/compression/TIFFPackbitsCompression.h#L15-L17">Show on GitHub</a>
755755
</div>
756756
</section>
757757
</div>
@@ -787,7 +787,7 @@ <h4>Declaration</h4>
787787
</div>
788788
</div>
789789
<div class="slightly-smaller">
790-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/compression/TIFFPredictor.h#L14-L35">Show on GitHub</a>
790+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/compression/TIFFPredictor.h#L14-L35">Show on GitHub</a>
791791
</div>
792792
</section>
793793
</div>
@@ -823,7 +823,7 @@ <h4>Declaration</h4>
823823
</div>
824824
</div>
825825
<div class="slightly-smaller">
826-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/compression/TIFFRawCompression.h#L15-L17">Show on GitHub</a>
826+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/compression/TIFFRawCompression.h#L15-L17">Show on GitHub</a>
827827
</div>
828828
</section>
829829
</div>
@@ -860,7 +860,7 @@ <h4>Declaration</h4>
860860
</div>
861861
</div>
862862
<div class="slightly-smaller">
863-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/compression/TIFFUnsupportedCompression.h#L15-L26">Show on GitHub</a>
863+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/compression/TIFFUnsupportedCompression.h#L15-L26">Show on GitHub</a>
864864
</div>
865865
</section>
866866
</div>
@@ -896,7 +896,7 @@ <h4>Declaration</h4>
896896
</div>
897897
</div>
898898
<div class="slightly-smaller">
899-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/io/TIFFByteReader.h#L14-L264">Show on GitHub</a>
899+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/io/TIFFByteReader.h#L14-L264">Show on GitHub</a>
900900
</div>
901901
</section>
902902
</div>
@@ -932,7 +932,7 @@ <h4>Declaration</h4>
932932
</div>
933933
</div>
934934
<div class="slightly-smaller">
935-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/io/TIFFByteWriter.h#L14-L204">Show on GitHub</a>
935+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/io/TIFFByteWriter.h#L14-L204">Show on GitHub</a>
936936
</div>
937937
</section>
938938
</div>
@@ -1012,7 +1012,7 @@ <h4>Declaration</h4>
10121012
</div>
10131013
</div>
10141014
<div class="slightly-smaller">
1015-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/io/TIFFIOUtils.h#L11-L55">Show on GitHub</a>
1015+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/io/TIFFIOUtils.h#L11-L55">Show on GitHub</a>
10161016
</div>
10171017
</section>
10181018
</div>
@@ -1049,7 +1049,7 @@ <h4>Declaration</h4>
10491049
</div>
10501050
</div>
10511051
<div class="slightly-smaller">
1052-
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.1/tiff-ios/util/TIFFConstants.h#L126-L128">Show on GitHub</a>
1052+
<a href="https://github.com/ngageoint/tiff-ios/tree/4.0.2/tiff-ios/util/TIFFConstants.h#L126-L128">Show on GitHub</a>
10531053
</div>
10541054
</section>
10551055
</div>
@@ -1059,8 +1059,8 @@ <h4>Declaration</h4>
10591059
</section>
10601060
</section>
10611061
<section id="footer">
1062-
<p>&copy; 2022 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2022-12-16)</p>
1063-
<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>
1062+
<p>&copy; 2023 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2023-11-01)</p>
1063+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
10641064
</section>
10651065
</article>
10661066
</div>

0 commit comments

Comments
 (0)