Skip to content

Commit

Permalink
fix beacon filters
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelTychinin committed Jan 25, 2022
1 parent 5cea5d1 commit afd7c1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
All notable changes to this project will be documented in this file.
`navigine.framework` adheres to [Semantic Versioning](http://semver.org/).

## [2.0.2](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.0.2) / 2021-11-14
## [2.0.3](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.0.3) / 2022-01-25
* Fix beacon filters

## [2.0.2](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.0.2) / 2021-12-14
* Hotfix with ObjC reflection with interface inheritance

## [2.0.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.0.1) / 2021-11-14
Expand Down
Binary file modified Frameworks/navigine.framework/Info.plist
Binary file not shown.
Binary file modified Frameworks/navigine.framework/navigine
Binary file not shown.
4 changes: 2 additions & 2 deletions Navigine.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'Navigine'
spec.version = '2.0.2'
spec.version = '2.0.3'
spec.license = { :type => 'Custom', :text => 'Navigine Licence'}
spec.summary = "iOS SDK for performing indoor navigation"
spec.platform = :ios, "9.0"
spec.homepage = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0'
spec.authors = { 'Pavel Tychinin' => '[email protected]' }
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.0.2' }
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.0.3' }
spec.documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
spec.vendored_frameworks = 'Frameworks/navigine.framework'
# spec.vendored_libraries = 'Frameworks/navigine.framework/Navigine'
Expand Down

0 comments on commit afd7c1e

Please sign in to comment.