Skip to content

Commit 21e9f85

Browse files
committed
5.1.2 release
1 parent 30a5500 commit 21e9f85

File tree

400 files changed

+26252
-10586
lines changed

Some content is hidden

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

400 files changed

+26252
-10586
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
name: Build & Test
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
77
pull_request:
88

99
jobs:
10-
10+
1111
build:
1212

1313
runs-on: macOS-latest
1414

1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v3
1818
- name: Install Utilities
1919
run: |
2020
brew install automake
2121
brew install libtool
2222
- name: Install
2323
run: pod install
2424
- name: Build & Test
25-
run: xcodebuild test -workspace sf-proj-ios.xcworkspace -scheme sf-proj-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
25+
run: xcodebuild test -workspace sf-proj-ios.xcworkspace -scheme sf-proj-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ on:
66
- master
77

88
jobs:
9-
9+
1010
build:
1111

1212
runs-on: macOS-latest
1313

1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Install Utilities
1818
run: |
1919
brew install automake
2020
brew install libtool
2121
- name: Install
2222
run: pod install
2323
- name: Build
24-
run: xcodebuild build-for-testing -workspace sf-proj-ios.xcworkspace -scheme sf-proj-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
24+
run: xcodebuild build-for-testing -workspace sf-proj-ios.xcworkspace -scheme sf-proj-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'

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-
## 5.1.2 (TBD)
7+
## [5.1.2](https://github.com/ngageoint/simple-features-proj-ios/releases/tag/5.1.2) (02-01-2023)
88

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

1111
## [5.1.1](https://github.com/ngageoint/simple-features-proj-ios/releases/tag/5.1.1) (01-10-2023)
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-proj-ios' do
5-
pod 'sf-ios', '~> 4.1.1'
5+
pod 'sf-ios', '~> 4.1.2'
66
pod 'proj-ios', '~> 1.0.4'
77

88
target 'sf-proj-iosTests' do

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ Include this repository by specifying it in a Podfile using a supported option.
7171
7272
Pull from [CocoaPods](https://cocoapods.org/pods/sf-proj-ios):
7373
74-
pod 'sf-proj-ios', '~> 5.1.1'
74+
pod 'sf-proj-ios', '~> 5.1.2'
7575
7676
Pull from GitHub:
7777
7878
pod 'sf-proj-ios', :git => 'https://github.com/ngageoint/simple-features-proj-ios.git', :branch => 'master'
79-
pod 'sf-proj-ios', :git => 'https://github.com/ngageoint/simple-features-proj-ios.git', :tag => '5.1.1'
79+
pod 'sf-proj-ios', :git => 'https://github.com/ngageoint/simple-features-proj-ios.git', :tag => '5.1.2'
8080
8181
Include as local project:
8282

docs/docs/api/Classes.html

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

docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html

Lines changed: 32 additions & 2 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">sf-proj-ios 5.1.1 Docs</a> (62% documented)</p>
20+
<p><a href="../index.html">sf-proj-ios 5.1.2 Docs</a> (62% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-proj-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">
@@ -1793,6 +1793,9 @@ <h1>CRSAbridgedCoordinateTransformation</h1>
17931793
</div>
17941794
<p>Abridged Coordinate Transformation</p>
17951795

1796+
<div class="slightly-smaller">
1797+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L15-L73">Show on GitHub</a>
1798+
</div>
17961799
</section>
17971800
<section class="section task-group-section">
17981801
<div class="task-group">
@@ -1826,6 +1829,9 @@ <h4>Declaration</h4>
18261829

18271830
</div>
18281831
</div>
1832+
<div class="slightly-smaller">
1833+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L20">Show on GitHub</a>
1834+
</div>
18291835
</section>
18301836
</div>
18311837
</li>
@@ -1858,6 +1864,9 @@ <h4>Declaration</h4>
18581864

18591865
</div>
18601866
</div>
1867+
<div class="slightly-smaller">
1868+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L25">Show on GitHub</a>
1869+
</div>
18611870
</section>
18621871
</div>
18631872
</li>
@@ -1890,6 +1899,9 @@ <h4>Declaration</h4>
18901899

18911900
</div>
18921901
</div>
1902+
<div class="slightly-smaller">
1903+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L30">Show on GitHub</a>
1904+
</div>
18931905
</section>
18941906
</div>
18951907
</li>
@@ -1922,6 +1934,9 @@ <h4>Declaration</h4>
19221934

19231935
</div>
19241936
</div>
1937+
<div class="slightly-smaller">
1938+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L35">Show on GitHub</a>
1939+
</div>
19251940
</section>
19261941
</div>
19271942
</li>
@@ -1954,6 +1969,9 @@ <h4>Declaration</h4>
19541969

19551970
</div>
19561971
</div>
1972+
<div class="slightly-smaller">
1973+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L40">Show on GitHub</a>
1974+
</div>
19571975
</section>
19581976
</div>
19591977
</li>
@@ -1986,6 +2004,9 @@ <h4>Declaration</h4>
19862004

19872005
</div>
19882006
</div>
2007+
<div class="slightly-smaller">
2008+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L45">Show on GitHub</a>
2009+
</div>
19892010
</section>
19902011
</div>
19912012
</li>
@@ -2022,6 +2043,9 @@ <h4>Declaration</h4>
20222043
<h4>Return Value</h4>
20232044
<p>new instance</p>
20242045
</div>
2046+
<div class="slightly-smaller">
2047+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L52">Show on GitHub</a>
2048+
</div>
20252049
</section>
20262050
</div>
20272051
</li>
@@ -2058,6 +2082,9 @@ <h4>Declaration</h4>
20582082
<h4>Return Value</h4>
20592083
<p>new instance</p>
20602084
</div>
2085+
<div class="slightly-smaller">
2086+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L59">Show on GitHub</a>
2087+
</div>
20612088
</section>
20622089
</div>
20632090
</li>
@@ -2126,6 +2153,9 @@ <h4>Parameters</h4>
21262153
<h4>Return Value</h4>
21272154
<p>new instance</p>
21282155
</div>
2156+
<div class="slightly-smaller">
2157+
<a href="https://github.com/ngageoint/simple-features-proj-ios/tree/5.1.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L71">Show on GitHub</a>
2158+
</div>
21292159
</section>
21302160
</div>
21312161
</li>
@@ -2134,7 +2164,7 @@ <h4>Return Value</h4>
21342164
</section>
21352165
</section>
21362166
<section id="footer">
2137-
<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-15)</p>
2167+
<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>
21382168
<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>
21392169
</section>
21402170
</article>

0 commit comments

Comments
 (0)