Skip to content

Commit

Permalink
7.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Feb 2, 2023
1 parent 45756cd commit d5ca20a
Show file tree
Hide file tree
Showing 1,158 changed files with 55,601 additions and 33,508 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Build & Test

on:
on:
push:
branches:
- master
pull_request:

jobs:

build:

runs-on: macOS-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Install Utilities
run: |
brew install automake
Expand All @@ -24,4 +24,4 @@ jobs:
pod repo update
pod install
- name: Build & Test
run: xcodebuild test -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
run: xcodebuild test -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- master

jobs:

build:

runs-on: macOS-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Install Utilities
run: |
brew install automake
Expand All @@ -23,4 +23,4 @@ jobs:
pod repo update
pod install
- name: Build
run: xcodebuild build-for-testing -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
run: xcodebuild build-for-testing -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 7.4.2 (TBD)
## [7.4.2](https://github.com/ngageoint/geopackage-ios/releases/tag/7.4.2) (02-02-2023)

* TBD
* sf-wkb-ios version 4.1.2
* sf-wkt-ios version 2.1.2
* sf-proj-ios version 5.1.2
* ogc-api-features-json-ios version 4.2.3

## [7.4.1](https://github.com/ngageoint/geopackage-ios/releases/tag/7.4.1) (01-12-2023)

Expand Down
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ platform :ios, '12.0'
inhibit_all_warnings!

target 'geopackage-ios' do
pod 'sf-wkb-ios', '~> 4.1.1'
pod 'sf-wkt-ios', '~> 2.1.1'
pod 'sf-proj-ios', '~> 5.1.1'
pod 'ogc-api-features-json-ios', '~> 4.2.2'
pod 'sf-wkb-ios', '~> 4.1.2'
pod 'sf-wkt-ios', '~> 2.1.2'
pod 'sf-proj-ios', '~> 5.1.2'
pod 'ogc-api-features-json-ios', '~> 4.2.3'
pod 'color-ios', '~> 1.0.1'
pod 'tiff-ios', '~> 4.0.1'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Include this repository by specifying it in a Podfile using a supported option.

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

pod 'geopackage-ios', '~> 7.4.1'
pod 'geopackage-ios', '~> 7.4.2'

Pull from GitHub via CocoaPods:

pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.1'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.2'

Include as local project:

Expand Down
4,126 changes: 2,324 additions & 1,802 deletions docs/docs/api/Classes.html

Large diffs are not rendered by default.

272 changes: 136 additions & 136 deletions docs/docs/api/Classes/CLRColor.html

Large diffs are not rendered by default.

34 changes: 32 additions & 2 deletions docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="CRSAbridgedCoordinateTransformation Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">geopackage-ios 7.4.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">geopackage-ios 7.4.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/ngageoint/geopackage-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 @@ -5045,6 +5045,9 @@ <h1>CRSAbridgedCoordinateTransformation</h1>
</div>
<p>Abridged Coordinate Transformation</p>

<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L15-L73">Show on GitHub</a>
</div>
</section>
<section class="section task-group-section">
<div class="task-group">
Expand Down Expand Up @@ -5078,6 +5081,9 @@ <h4>Declaration</h4>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L20">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5110,6 +5116,9 @@ <h4>Declaration</h4>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L25">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5142,6 +5151,9 @@ <h4>Declaration</h4>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L30">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5174,6 +5186,9 @@ <h4>Declaration</h4>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L35">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5206,6 +5221,9 @@ <h4>Declaration</h4>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L40">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5238,6 +5256,9 @@ <h4>Declaration</h4>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L45">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5274,6 +5295,9 @@ <h4>Declaration</h4>
<h4>Return Value</h4>
<p>new instance</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L52">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5310,6 +5334,9 @@ <h4>Declaration</h4>
<h4>Return Value</h4>
<p>new instance</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L59">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand Down Expand Up @@ -5378,6 +5405,9 @@ <h4>Parameters</h4>
<h4>Return Value</h4>
<p>new instance</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/geopackage-ios/tree/7.4.2/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L71">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand All @@ -5386,7 +5416,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<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-21)</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-02-02)</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>
</section>
</article>
Expand Down
Loading

0 comments on commit d5ca20a

Please sign in to comment.