Skip to content

Commit 0238d98

Browse files
Framework commit, version 4.12.3, see CHANGELOG.md
1 parent 147d720 commit 0238d98

7 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ MapsIndoors iOS SDK v4 requires at least iOS 15 and Xcode 16.
66

77
{% include "../../../.gitbook/includes/ios-xcode-16-requirement.md" %}
88

9+
### \[4.12.2] 2025-07-09
10+
11+
#### Fixed
12+
13+
* Loading will no longer halt when loading a MapsIndoors Solution with many Venues.
14+
* When setting the default Floor of a Building set in the CMS, it is now respected.
15+
* Directions involving external parts (from Google Maps or Mapbox) now work properly in all cases.
16+
17+
#### Changed
18+
19+
* `didChange(selectedLocation:)` on `MPMapControlDelegate` is now sent even if the selected Location is the already selected Location.
20+
* Updated Mapbox Maps to 11.13.0
21+
922
### \[4.12.1] 2025-06-19
1023

1124
#### Fixed

MapsIndoors.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoors"
3-
s.version = '4.12.2'
3+
s.version = '4.12.3'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsCodable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsCodable"
3-
s.version = '4.12.2'
3+
s.version = '4.12.3'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsCore"
3-
s.version = '4.12.2'
3+
s.version = '4.12.3'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsGoogleMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsGoogleMaps"
3-
s.version = '4.12.2'
3+
s.version = '4.12.3'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsMapbox.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsMapbox"
3-
s.version = '4.12.2'
3+
s.version = '4.12.3'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsMapbox11.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsMapbox11"
3-
s.version = '4.12.2'
3+
s.version = '4.12.3'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.module_name = "MapsIndoorsMapbox"
2323

2424
s.dependency 'MapsIndoorsCore', s.version.to_s
25-
s.dependency 'MapboxMaps', '11.13.0'
25+
s.dependency 'MapboxMaps', '11.13.3'
2626
end

0 commit comments

Comments
 (0)