Skip to content

Commit 54c12b3

Browse files
Framework commit, version 4.5.13, see CHANGELOG.md
1 parent 317f924 commit 54c12b3

13 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
MapsIndoors iOS SDK v4 requires at least iOS 14 and Xcode 15.
66

7+
### [4.5.13] 2024-08-29
8+
9+
#### Fixed
10+
11+
* Custom Floor Selectors are now properly informed about when to hide.
12+
* Removed many unnecessary map redraws.
13+
14+
#### Changed
15+
* Changes to Display Rule properties are now applied to the map without needing to call `refresh()` explicitly.
16+
717
### \[4.5.12\] 2024-08-20
818

919
#### Fixed

MapsIndoors.podspec

+1-1
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.5.13-alpha.2'
3+
s.version = '4.5.13'
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

MapsIndoors.xcframework.zip

-38 Bytes
Binary file not shown.

MapsIndoorsCodable.podspec

+1-1
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.5.13-alpha.2'
3+
s.version = '4.5.13'
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.xcframework.zip

-22 Bytes
Binary file not shown.

MapsIndoorsCore.podspec

+1-1
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.5.13-alpha.2'
3+
s.version = '4.5.13'
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.xcframework.zip

-39 Bytes
Binary file not shown.

MapsIndoorsGoogleMaps.podspec

+1-1
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.5.13-alpha.2'
3+
s.version = '4.5.13'
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.xcframework.zip

-226 Bytes
Binary file not shown.

MapsIndoorsMapbox.podspec

+1-1
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.5.13-alpha.2'
3+
s.version = '4.5.13'
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.xcframework.zip

-9 Bytes
Binary file not shown.

MapsIndoorsMapbox11.podspec

+1-1
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.5.13-alpha.2'
3+
s.version = '4.5.13'
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.xcframework.zip

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)