Skip to content

Commit 147d720

Browse files
Framework commit, version 4.12.2, see CHANGELOG.md
1 parent 886145e commit 147d720

7 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
### iOS Version Requirements <a href="#ios-version-requirements" id="ios-version-requirements"></a>
44

5-
MapsIndoors iOS SDK v4 requires at least iOS 14 and Xcode 15.
5+
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.1] 2025-06-19
10+
11+
#### Fixed
12+
13+
* Loading will no longer halt when loading a MapsIndoors Solution with many Venues.
14+
15+
#### Changed
16+
17+
* Updated Mapbox Maps to 11.12.0
18+
* Updated Google Maps to 9.4.0
19+
920
### \[4.11.0] 2025-05-09
1021

1122
#### 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.1'
3+
s.version = '4.12.2'
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.1'
3+
s.version = '4.12.2'
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.1'
3+
s.version = '4.12.2'
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.1'
3+
s.version = '4.12.2'
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.1'
3+
s.version = '4.12.2'
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.1'
3+
s.version = '4.12.2'
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.12.0'
25+
s.dependency 'MapboxMaps', '11.13.0'
2626
end

0 commit comments

Comments
 (0)