diff --git a/CHANGELOG.md b/CHANGELOG.md index 81569ff..102e41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ MapsIndoors iOS SDK v4 requires at least iOS 14 and Xcode 15. +### [4.3.13] 2024-05-14 + +#### Added +- Added Graphic Label support (Mapbox only) + +#### Fixed +- Bug where icons with a badge applied (either due to display rule badging or LiveData) would cause the icon to be flipped. +- Issue with LiveData not working on certain solutions. + ### [4.3.12] 2024-05-07 #### Fixed diff --git a/MapsIndoors.podspec b/MapsIndoors.podspec index 820b0b6..9b01d8e 100644 --- a/MapsIndoors.podspec +++ b/MapsIndoors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoors" - s.version = '4.3.12-alpha.4' + s.version = '4.3.13-alpha.5' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' 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'." diff --git a/MapsIndoors.xcframework.zip b/MapsIndoors.xcframework.zip index 7928c8b..8622f55 100644 Binary files a/MapsIndoors.xcframework.zip and b/MapsIndoors.xcframework.zip differ diff --git a/MapsIndoorsCodable.podspec b/MapsIndoorsCodable.podspec index ffd977f..0fa38f3 100644 --- a/MapsIndoorsCodable.podspec +++ b/MapsIndoorsCodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsCodable" - s.version = '4.3.12-alpha.4' + s.version = '4.3.13-alpha.5' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' 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'." diff --git a/MapsIndoorsCodable.xcframework.zip b/MapsIndoorsCodable.xcframework.zip index f272f30..0c2e865 100644 Binary files a/MapsIndoorsCodable.xcframework.zip and b/MapsIndoorsCodable.xcframework.zip differ diff --git a/MapsIndoorsCore.podspec b/MapsIndoorsCore.podspec index e72d733..a89f5c4 100644 --- a/MapsIndoorsCore.podspec +++ b/MapsIndoorsCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsCore" - s.version = '4.3.12-alpha.4' + s.version = '4.3.13-alpha.5' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' 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'." diff --git a/MapsIndoorsCore.xcframework.zip b/MapsIndoorsCore.xcframework.zip index deec308..73eb017 100644 Binary files a/MapsIndoorsCore.xcframework.zip and b/MapsIndoorsCore.xcframework.zip differ diff --git a/MapsIndoorsGoogleMaps.podspec b/MapsIndoorsGoogleMaps.podspec index de2cb2c..fea1f42 100644 --- a/MapsIndoorsGoogleMaps.podspec +++ b/MapsIndoorsGoogleMaps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsGoogleMaps" - s.version = '4.3.12-alpha.4' + s.version = '4.3.13-alpha.5' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' 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'." diff --git a/MapsIndoorsGoogleMaps.xcframework.zip b/MapsIndoorsGoogleMaps.xcframework.zip index 3ae243b..5487a68 100644 Binary files a/MapsIndoorsGoogleMaps.xcframework.zip and b/MapsIndoorsGoogleMaps.xcframework.zip differ diff --git a/MapsIndoorsMapbox.podspec b/MapsIndoorsMapbox.podspec index 82d2212..e83fc14 100644 --- a/MapsIndoorsMapbox.podspec +++ b/MapsIndoorsMapbox.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsMapbox" - s.version = '4.3.12-alpha.4' + s.version = '4.3.13-alpha.5' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' 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'." diff --git a/MapsIndoorsMapbox.xcframework.zip b/MapsIndoorsMapbox.xcframework.zip index 46ef744..4781d53 100644 Binary files a/MapsIndoorsMapbox.xcframework.zip and b/MapsIndoorsMapbox.xcframework.zip differ