Skip to content

Commit

Permalink
Framework commit, version 4.6.2, see CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianWolf-mapspeople committed Oct 30, 2024
1 parent 14f4751 commit fb950bd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

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

### [4.6.0] 2024-10-03
### [4.6.1] 2024-10-15

#### Fixed

* The MapsIndoorsGoogleMaps CocoaPod now correctly specifies Google Maps as a static framework dependency.

### [4.6.0] 2024-10-04

#### Added

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.6.1'
s.version = '4.6.2'
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
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.6.1'
s.version = '4.6.2'
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
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.6.1'
s.version = '4.6.2'
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
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.6.1'
s.version = '4.6.2'
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
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.6.1'
s.version = '4.6.2'
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
2 changes: 1 addition & 1 deletion MapsIndoorsMapbox11.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MapsIndoorsMapbox11"
s.version = '4.6.1'
s.version = '4.6.2'
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

0 comments on commit fb950bd

Please sign in to comment.