Skip to content

Commit

Permalink
simple feature versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 1, 2024
1 parent 7c246c2 commit 012bac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Adheres to [Semantic Versioning](http://semver.org/).
* R-tree update trigger modifications
* DAO column range support (including geometry envelopes & bounding boxes) to build where clauses & args for queries
* User Column integrated Data Columns Schema support
* sf-wkb-ios version 4.1.4
* sf-wkt-ios version 2.1.4
* sf-proj-ios version 6.0.3
* ogc-api-features-json-ios version 4.2.5
* Get abstract User DAO by table name
* Set User Custom DAO contents
Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ platform :ios, '12.0'
inhibit_all_warnings!

target 'geopackage-ios' do
pod 'sf-wkb-ios', '~> 4.1.3'
pod 'sf-wkt-ios', '~> 2.1.3'
pod 'sf-proj-ios', '~> 6.0.2'
pod 'sf-wkb-ios', '~> 4.1.4'
pod 'sf-wkt-ios', '~> 2.1.4'
pod 'sf-proj-ios', '~> 6.0.3'
pod 'ogc-api-features-json-ios', '~> 4.2.5'
pod 'color-ios', '~> 1.0.2'
pod 'tiff-ios', '~> 4.0.2'
Expand Down

0 comments on commit 012bac8

Please sign in to comment.