Skip to content

Commit

Permalink
up navigine xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tychinin authored and Pavel Tychinin committed Aug 21, 2023
1 parent b31a540 commit aed63ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
`navigine.framework` adheres to [Semantic Versioning](http://semver.org/).

## [2.3.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.2) / 2023-08-21
## [2.3.2](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.2) / 2023-08-21
* Improved indoor positioning algorithm

## [2.3.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.1) / 2023-06-15
Expand Down
7 changes: 3 additions & 4 deletions Navigine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ Pod::Spec.new do |spec|
spec.authors = { 'Pavel Tychinin' => '[email protected]' }
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.3.2' }
spec.documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
spec.vendored_frameworks = 'Frameworks/Navigine.xcframework'
spec.vendored_frameworks = 'Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework'
# spec.vendored_libraries = 'Frameworks/navigine.framework/Navigine'
spec.public_header_files = 'Frameworks/Navigine.xcframework/ios-arm64/Headers/*.h'
spec.source_files = 'Frameworks/Navigine.xcframework/ios-arm64/Headers'
spec.public_header_files = 'Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/*.h'
spec.source_files = 'Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers'
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.exclude_files = "Classes/Exclude"
spec.requires_arc = true
end

0 comments on commit aed63ef

Please sign in to comment.