Skip to content

Commit cd7e210

Browse files
committed
4.0.1 release
1 parent 932b67b commit cd7e210

File tree

127 files changed

+4606
-2450
lines changed

Some content is hidden

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

127 files changed

+4606
-2450
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.1 (TBD)
7+
## [4.0.1](https://github.com/ngageoint/simple-features-wkb-ios/releases/tag/4.0.1) (02-10-2022)
88

9-
* TBD
9+
* sf-ios 4.0.1
1010

1111
## [4.0.0](https://github.com/ngageoint/simple-features-wkb-ios/releases/tag/4.0.0) (03-01-2021)
1212

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '12.0'
33

44
target 'sf-wkb-ios' do
5-
pod 'sf-ios', '~> 4.0.0'
5+
pod 'sf-ios', '~> 4.0.1'
66

77
target 'sf-wkb-iosTests' do
88
inherit! :search_paths

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ Include this repository by specifying it in a Podfile using a supported option.
6161

6262
Pull from [CocoaPods](https://cocoapods.org/pods/sf-wkb-ios):
6363

64-
pod 'sf-wkb-ios', '~> 4.0.0'
64+
pod 'sf-wkb-ios', '~> 4.0.1'
6565

6666
Pull from GitHub:
6767

6868
pod 'sf-wkb-ios', :git => 'https://github.com/ngageoint/simple-features-wkb-ios.git', :branch => 'master'
69-
pod 'sf-wkb-ios', :git => 'https://github.com/ngageoint/simple-features-wkb-ios.git', :tag => '4.0.0'
69+
pod 'sf-wkb-ios', :git => 'https://github.com/ngageoint/simple-features-wkb-ios.git', :tag => '4.0.1'
7070

7171
Include as local project:
7272

docs/docs/api/Classes.html

Lines changed: 93 additions & 63 deletions
Large diffs are not rendered by default.

docs/docs/api/Classes/SFByteReader.html

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<a title="SFByteReader Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">sf-wkb-ios 4.0.0 Docs</a> (90% documented)</p>
21-
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkb-ios"><img src="../img/gh.png"/>View on GitHub</a></p>
22-
<p class="header-right">
20+
<p><a href="../index.html">sf-wkb-ios 4.0.1 Docs</a> (90% documented)</p>
21+
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkb-ios"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
2323
<form role="search" action="../search.json">
2424
<input type="text" placeholder="Search documentation" data-typeahead>
2525
</form>
26-
</p>
26+
</div>
2727
</div>
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
3131
<a href="../index.html">sf-wkb-ios Reference</a>
32-
<img id="carat" src="../img/carat.png" />
32+
<img id="carat" src="../img/carat.png" alt=""/>
3333
SFByteReader Class Reference
3434
</p>
3535
</div>
@@ -66,6 +66,9 @@
6666
<li class="nav-group-task">
6767
<a href="../Classes/SFCurvePolygon.html">SFCurvePolygon</a>
6868
</li>
69+
<li class="nav-group-task">
70+
<a href="../Classes/SFDegreesCentroid.html">SFDegreesCentroid</a>
71+
</li>
6972
<li class="nav-group-task">
7073
<a href="../Classes/SFEvent.html">SFEvent</a>
7174
</li>
@@ -284,7 +287,7 @@ <h1>SFByteReader</h1>
284287
<p>Read through byte data</p>
285288

286289
<div class="slightly-smaller">
287-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
290+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
288291
</div>
289292
</section>
290293
<section class="section task-group-section">
@@ -320,7 +323,7 @@ <h4>Declaration</h4>
320323
</div>
321324
</div>
322325
<div class="slightly-smaller">
323-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
326+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
324327
</div>
325328
</section>
326329
</div>
@@ -355,7 +358,7 @@ <h4>Declaration</h4>
355358
</div>
356359
</div>
357360
<div class="slightly-smaller">
358-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
361+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
359362
</div>
360363
</section>
361364
</div>
@@ -390,7 +393,7 @@ <h4>Declaration</h4>
390393
</div>
391394
</div>
392395
<div class="slightly-smaller">
393-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
396+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
394397
</div>
395398
</section>
396399
</div>
@@ -448,7 +451,7 @@ <h4>Return Value</h4>
448451
<p>new byte reader</p>
449452
</div>
450453
<div class="slightly-smaller">
451-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
454+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
452455
</div>
453456
</section>
454457
</div>
@@ -519,7 +522,7 @@ <h4>Return Value</h4>
519522
<p>new byte reader</p>
520523
</div>
521524
<div class="slightly-smaller">
522-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
525+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
523526
</div>
524527
</section>
525528
</div>
@@ -577,7 +580,7 @@ <h4>Return Value</h4>
577580
<p>string value</p>
578581
</div>
579582
<div class="slightly-smaller">
580-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
583+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
581584
</div>
582585
</section>
583586
</div>
@@ -616,7 +619,7 @@ <h4>Return Value</h4>
616619
<p>byte</p>
617620
</div>
618621
<div class="slightly-smaller">
619-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
622+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
620623
</div>
621624
</section>
622625
</div>
@@ -674,7 +677,7 @@ <h4>Return Value</h4>
674677
<p>data value</p>
675678
</div>
676679
<div class="slightly-smaller">
677-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
680+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
678681
</div>
679682
</section>
680683
</div>
@@ -713,7 +716,7 @@ <h4>Return Value</h4>
713716
<p>integer</p>
714717
</div>
715718
<div class="slightly-smaller">
716-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
719+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
717720
</div>
718721
</section>
719722
</div>
@@ -752,7 +755,7 @@ <h4>Return Value</h4>
752755
<p>double</p>
753756
</div>
754757
<div class="slightly-smaller">
755-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
758+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
756759
</div>
757760
</section>
758761
</div>
@@ -762,11 +765,10 @@ <h4>Return Value</h4>
762765
</section>
763766
</section>
764767
<section id="footer">
765-
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external">NGA</a>. All rights reserved. (Last updated: 2021-03-01)</p>
766-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
768+
<p>&copy; 2022 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2022-02-10)</p>
769+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
767770
</section>
768771
</article>
769772
</div>
770773
</body>
771-
</div>
772774
</html>

0 commit comments

Comments
 (0)