Skip to content

Commit

Permalink
Framework commit, version 4.3.13, see CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianWolf-mapspeople committed May 14, 2024
1 parent df71f62 commit 49a155e
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MapsIndoors.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MapsIndoors"
s.version = '4.3.12-alpha.2'
s.version = '4.3.13'
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'."

Expand Down
Binary file modified MapsIndoors.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion MapsIndoorsCodable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MapsIndoorsCodable"
s.version = '4.3.12-alpha.2'
s.version = '4.3.13'
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'."

Expand Down
Binary file modified MapsIndoorsCodable.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion MapsIndoorsCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MapsIndoorsCore"
s.version = '4.3.12-alpha.2'
s.version = '4.3.13'
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'."

Expand Down
Binary file modified MapsIndoorsCore.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion MapsIndoorsGoogleMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MapsIndoorsGoogleMaps"
s.version = '4.3.12-alpha.2'
s.version = '4.3.13'
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'."

Expand Down
Binary file modified MapsIndoorsGoogleMaps.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion MapsIndoorsMapbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MapsIndoorsMapbox"
s.version = '4.3.12-alpha.2'
s.version = '4.3.13'
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'."

Expand Down
Binary file modified MapsIndoorsMapbox.xcframework.zip
Binary file not shown.

0 comments on commit 49a155e

Please sign in to comment.