-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Change Log | ||
|
||
--- | ||
|
||
## [0.7.1] | ||
|
||
### Fixed | ||
|
||
* MapSDK: outdoors, the user's location annotation is displayed in gray | ||
* MapSDK: user position is not projected on stairs | ||
* MapSDK: Stop event did not reach even if remaining distance is less than threshold | ||
* MapSDK: Navigation info is wrong when itinerary contains indoor and outdoor parts | ||
* MapSDK: it's possible to remove navigation itinerary using itinerary manager (it should not) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ platform :ios, '11.0' | |
################################################################################# | ||
|
||
target 'MapExamples' do | ||
pod 'WemapMapSDK', '~>0.7.0' | ||
pod 'WemapMapSDK', '~>0.7.1' | ||
pod 'NAOSwiftProvider', :git => '[email protected]:wemap/NAOSwiftProvider.git', :tag => '1.2.2' | ||
end | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,18 +11,18 @@ PODS: | |
- RxSwift (= 6.5.0) | ||
- RxSwift (6.5.0) | ||
- Turf (2.6.1) | ||
- WemapCoreSDK (0.7.0): | ||
- WemapCoreSDK (0.7.1): | ||
- Alamofire (~> 5.7.0) | ||
- RxCocoa (~> 6.5.0) | ||
- RxSwift (~> 6.5.0) | ||
- Turf (~> 2.6) | ||
- WemapMapSDK (0.7.0): | ||
- WemapMapSDK (0.7.1): | ||
- MapLibre (~> 5.13.0) | ||
- WemapCoreSDK (~> 0.7.0) | ||
- WemapCoreSDK (~> 0.7.1) | ||
|
||
DEPENDENCIES: | ||
- "NAOSwiftProvider (from `[email protected]:wemap/NAOSwiftProvider.git`, tag `1.2.2`)" | ||
- WemapMapSDK (~> 0.7.0) | ||
- WemapMapSDK (~> 0.7.1) | ||
|
||
SPEC REPOS: | ||
https://github.com/wemap/cocoapods-specs.git: | ||
|
@@ -56,9 +56,9 @@ SPEC CHECKSUMS: | |
RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd | ||
RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8 | ||
Turf: 469ce2c3d22e5e8e4818d5a3b254699a5c89efa4 | ||
WemapCoreSDK: 6c9eb56982bda0b27628fc3729187cf25f7df2a9 | ||
WemapMapSDK: b3af568dc4ec7f700ac3ecfce8eed07cd6c49f34 | ||
WemapCoreSDK: 93dd0db288247c701e9e1e188998a3c6ddae6f6b | ||
WemapMapSDK: 890acbd1ce610be9a3fa0e13ad012ed5dfd17d1d | ||
|
||
PODFILE CHECKSUM: 904855478c310a01a13eb9b21cf3c1449e211c48 | ||
PODFILE CHECKSUM: 6d8adc70b997c1175b381eff655015c3790839a2 | ||
|
||
COCOAPODS: 1.12.1 |