Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update sdk version to 2.57.1 #213

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Changed
- Updated Situm SDK dependency to 2.57.1
14 changes: 7 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ PODS:
- GoogleMaps/Base (4.2.0)
- GoogleMaps/Maps (4.2.0):
- GoogleMaps/Base
- Protobuf (3.21.12)
- SitumSDK (2.56.0):
- Protobuf (3.22.0)
- SitumSDK (2.57.1):
- Protobuf (~> 3.7)
- SSZipArchive (~> 2.4)
- SitumWayfinding (0.17.1):
- SitumWayfinding (0.18.0):
- Google-Maps-iOS-Utils (~> 4.1.0)
- GoogleMaps (~> 4.2.0)
- SitumSDK (~> 2.56.0)
- SitumSDK (~> 2.57.1)
- SSZipArchive (2.4.3)

DEPENDENCIES:
Expand All @@ -51,9 +51,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Google-Maps-iOS-Utils: 3343332b18dfd5be8f1f44edd7d481ace3da4d9a
GoogleMaps: eb03e327edfd70b06de1e6e321653f73712df7ad
Protobuf: 120350fc38646e2dedc26f49ecba778184ea1de2
SitumSDK: 3514c42617c9b72f4bf6df4f3178621e7fc165b0
SitumWayfinding: 2f67d11816b6ba1d2e83b7729428ea093a06fd43
Protobuf: 5e6cbc143d02fe08585d86b0098f8b755d2caaab
SitumSDK: 795742d8dfe05daf13f3895dfea2b97634f72da6
SitumWayfinding: 88a6abf63cfad7b0427e0d43dac2e81cad60e24c
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef

PODFILE CHECKSUM: 181eb894514efe3e0119ec84dae5349934aaaa20
Expand Down
2 changes: 1 addition & 1 deletion SitumWayfinding.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Pod::Spec.new do |s|
}

s.dependency 'GoogleMaps', '~> 4.2.0'
s.dependency 'SitumSDK', '~> 2.56.0'
s.dependency 'SitumSDK', '~> 2.57.1'
s.dependency 'Google-Maps-iOS-Utils', '~> 4.1.0'

end