Skip to content

Commit

Permalink
2.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 13, 2023
1 parent 4ddd2ab commit 15d4877
Show file tree
Hide file tree
Showing 117 changed files with 2,064 additions and 1,996 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 2.1.3 (TBD)
## [2.1.3](https://github.com/ngageoint/simple-features-wkt-ios/releases/tag/2.1.3) (11-13-2023)

* TBD
* Module definition
* sf-ios 4.1.3

## [2.1.2](https://github.com/ngageoint/simple-features-wkt-ios/releases/tag/2.1.2) (02-01-2023)

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'

target 'sf-wkt-ios' do
pod 'sf-ios', '~> 4.1.2'
pod 'sf-ios', '~> 4.1.3'

target 'sf-wkt-iosTests' do
inherit! :search_paths
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ Open sf-wkt-ios.xcworkspace in Xcode or build from command line:

Run tests from Xcode or from command line:

xcodebuild test -workspace 'sf-wkt-ios.xcworkspace' -scheme sf-wkt-ios -destination 'platform=iOS Simulator,name=iPhone 14'
xcodebuild test -workspace 'sf-wkt-ios.xcworkspace' -scheme sf-wkt-ios -destination 'platform=iOS Simulator,name=iPhone 15'

### Include Library ###

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

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

pod 'sf-wkt-ios', '~> 2.1.2'
pod 'sf-wkt-ios', '~> 2.1.3'

Pull from GitHub:

pod 'sf-wkt-ios', :git => 'https://github.com/ngageoint/simple-features-wkt-ios.git', :branch => 'master'
pod 'sf-wkt-ios', :git => 'https://github.com/ngageoint/simple-features-wkt-ios.git', :tag => '2.1.2'
pod 'sf-wkt-ios', :git => 'https://github.com/ngageoint/simple-features-wkt-ios.git', :tag => '2.1.3'

Include as local project:

Expand Down
96 changes: 48 additions & 48 deletions docs/docs/api/Classes.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/docs/api/Classes/SFByteReader.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="SFByteReader Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">sf-wkt-ios 2.1.2 Docs</a> (93% documented)</p>
<p><a href="../index.html">sf-wkt-ios 2.1.3 Docs</a> (93% documented)</p>
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkt-ios"><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 @@ -329,7 +329,7 @@ <h1>SFByteReader</h1>
<p>Read through byte data</p>

<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
</div>
</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -365,7 +365,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -400,7 +400,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -435,7 +435,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -493,7 +493,7 @@ <h4>Return Value</h4>
<p>new byte reader</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -564,7 +564,7 @@ <h4>Return Value</h4>
<p>new byte reader</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -622,7 +622,7 @@ <h4>Return Value</h4>
<p>string value</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -661,7 +661,7 @@ <h4>Return Value</h4>
<p>byte</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -719,7 +719,7 @@ <h4>Return Value</h4>
<p>data value</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -758,7 +758,7 @@ <h4>Return Value</h4>
<p>integer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -797,7 +797,7 @@ <h4>Return Value</h4>
<p>double</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -807,8 +807,8 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2023-02-01)</p>
<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>
<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-13)</p>
<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>
</section>
</article>
</div>
Expand Down
34 changes: 17 additions & 17 deletions docs/docs/api/Classes/SFByteWriter.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="SFByteWriter Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">sf-wkt-ios 2.1.2 Docs</a> (93% documented)</p>
<p><a href="../index.html">sf-wkt-ios 2.1.3 Docs</a> (93% documented)</p>
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkt-ios"><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 @@ -329,7 +329,7 @@ <h1>SFByteWriter</h1>
<p>Write byte data</p>

<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L19-L106">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L19-L106">Show on GitHub</a>
</div>
</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -365,7 +365,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L24">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L24">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -400,7 +400,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L29">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -435,7 +435,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L34">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L34">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -474,7 +474,7 @@ <h4>Return Value</h4>
<p>new byte writer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L41">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L41">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -532,7 +532,7 @@ <h4>Return Value</h4>
<p>new byte writer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L50">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L50">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -567,7 +567,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L55">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L55">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -606,7 +606,7 @@ <h4>Return Value</h4>
<p>byte data</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L62">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L62">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -645,7 +645,7 @@ <h4>Return Value</h4>
<p>bytes written</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L69">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L69">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -699,7 +699,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L76">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L76">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -753,7 +753,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L83">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L83">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -807,7 +807,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L90">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L90">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -861,7 +861,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L97">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L97">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -915,7 +915,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.2/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L104">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkt-ios/tree/2.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L104">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -925,8 +925,8 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2023-02-01)</p>
<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>
<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-13)</p>
<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>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit 15d4877

Please sign in to comment.