Skip to content

Commit aecbbbb

Browse files
committed
1.0.2 release
1 parent 046f65e commit aecbbbb

File tree

312 files changed

+5501
-5268
lines changed

Some content is hidden

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

312 files changed

+5501
-5268
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-
## 1.0.2 (TBD)
7+
## [1.0.2](https://github.com/ngageoint/projections-ios/releases/tag/1.0.2) (02-09-2022)
88

9-
* TBD
9+
* crs-ios version 1.0.2
1010

1111
## [1.0.1](https://github.com/ngageoint/projections-ios/releases/tag/1.0.1) (11-01-2021)
1212

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ platform :ios, '12.0'
33

44
target 'proj-ios' do
55
pod 'proj4-ios', '~> 4.9.3'
6-
pod 'crs-ios', '~> 1.0.1'
6+
pod 'crs-ios', '~> 1.0.2'
77

88
target 'proj-iosTests' do
99
inherit! :search_paths

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Include this repository by specifying it in a Podfile using a supported option.
7878
7979
Pull from [CocoaPods](https://cocoapods.org/pods/proj-ios):
8080
81-
pod 'proj-ios', '~> 1.0.1'
81+
pod 'proj-ios', '~> 1.0.2'
8282
8383
Pull from GitHub:
8484
8585
pod 'proj-ios', :git => 'https://github.com/ngageoint/projections-ios.git', :branch => 'master'
86-
pod 'proj-ios', :git => 'https://github.com/ngageoint/projections-ios.git', :tag => '1.0.1'
86+
pod 'proj-ios', :git => 'https://github.com/ngageoint/projections-ios.git', :tag => '1.0.2'
8787
8888
Include as local project:
8989

docs/docs/api/Classes.html

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

docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CRSAbridgedCoordinateTransformation Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">proj-ios 1.0.1 Docs</a> (53% documented)</p>
20+
<p><a href="../index.html">proj-ios 1.0.2 Docs</a> (53% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/projections-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">
@@ -1548,7 +1548,7 @@ <h1>CRSAbridgedCoordinateTransformation</h1>
15481548
<p>Abridged Coordinate Transformation</p>
15491549

15501550
<div class="slightly-smaller">
1551-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L16-L74">Show on GitHub</a>
1551+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L16-L74">Show on GitHub</a>
15521552
</div>
15531553
</section>
15541554
<section class="section task-group-section">
@@ -1584,7 +1584,7 @@ <h4>Declaration</h4>
15841584
</div>
15851585
</div>
15861586
<div class="slightly-smaller">
1587-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L21">Show on GitHub</a>
1587+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L21">Show on GitHub</a>
15881588
</div>
15891589
</section>
15901590
</div>
@@ -1619,7 +1619,7 @@ <h4>Declaration</h4>
16191619
</div>
16201620
</div>
16211621
<div class="slightly-smaller">
1622-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L26">Show on GitHub</a>
1622+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L26">Show on GitHub</a>
16231623
</div>
16241624
</section>
16251625
</div>
@@ -1654,7 +1654,7 @@ <h4>Declaration</h4>
16541654
</div>
16551655
</div>
16561656
<div class="slightly-smaller">
1657-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L31">Show on GitHub</a>
1657+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L31">Show on GitHub</a>
16581658
</div>
16591659
</section>
16601660
</div>
@@ -1689,7 +1689,7 @@ <h4>Declaration</h4>
16891689
</div>
16901690
</div>
16911691
<div class="slightly-smaller">
1692-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L36">Show on GitHub</a>
1692+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L36">Show on GitHub</a>
16931693
</div>
16941694
</section>
16951695
</div>
@@ -1724,7 +1724,7 @@ <h4>Declaration</h4>
17241724
</div>
17251725
</div>
17261726
<div class="slightly-smaller">
1727-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L41">Show on GitHub</a>
1727+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L41">Show on GitHub</a>
17281728
</div>
17291729
</section>
17301730
</div>
@@ -1759,7 +1759,7 @@ <h4>Declaration</h4>
17591759
</div>
17601760
</div>
17611761
<div class="slightly-smaller">
1762-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L46">Show on GitHub</a>
1762+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L46">Show on GitHub</a>
17631763
</div>
17641764
</section>
17651765
</div>
@@ -1798,7 +1798,7 @@ <h4>Return Value</h4>
17981798
<p>new instance</p>
17991799
</div>
18001800
<div class="slightly-smaller">
1801-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L53">Show on GitHub</a>
1801+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L53">Show on GitHub</a>
18021802
</div>
18031803
</section>
18041804
</div>
@@ -1837,7 +1837,7 @@ <h4>Return Value</h4>
18371837
<p>new instance</p>
18381838
</div>
18391839
<div class="slightly-smaller">
1840-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L60">Show on GitHub</a>
1840+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L60">Show on GitHub</a>
18411841
</div>
18421842
</section>
18431843
</div>
@@ -1908,7 +1908,7 @@ <h4>Return Value</h4>
19081908
<p>new instance</p>
19091909
</div>
19101910
<div class="slightly-smaller">
1911-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L72">Show on GitHub</a>
1911+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L72">Show on GitHub</a>
19121912
</div>
19131913
</section>
19141914
</div>
@@ -1918,7 +1918,7 @@ <h4>Return Value</h4>
19181918
</section>
19191919
</section>
19201920
<section id="footer">
1921-
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2021-11-01)</p>
1921+
<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-09)</p>
19221922
<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>
19231923
</section>
19241924
</article>

0 commit comments

Comments
 (0)