Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Framework commit, version 3.50.2, see CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianWolf-mapspeople committed Oct 11, 2023
1 parent b29d582 commit 389bbfb
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [3.50.2] 2023-10-05

### Fixed

- Locations only represented with a 2D Model now correctly display info window upon tap.

## [3.50.1] 2023-05-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion MapsIndoors.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "MapsIndoors"
s.version = "3.50.1"
s.version = "3.50.2"
s.summary = "Library making the MapsIndoors experience available to your iOS users."
s.description = "The MapsIndoors SDK is the idea of integrating 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.
12 changes: 6 additions & 6 deletions MapsIndoors.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>MapsIndoors.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>MapsIndoors.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


// Auto-generated file - Do not modify
#define MI_SDK_VERSION @"3.50.1"
#define MI_SDK_VERSION @"3.50.2"
#define MI_SDK_VERSION_MAJOR 3
#define MI_SDK_VERSION_MINOR 50
#define MI_SDK_VERSION_PATCH 1
#define MI_SDK_VERSION_PATCH 2
#define MI_SDK_VERSION_LABEL @""
Binary file not shown.
Binary file modified MapsIndoors.xcframework/ios-arm64/MapsIndoors.framework/MapsIndoors
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


// Auto-generated file - Do not modify
#define MI_SDK_VERSION @"3.50.1"
#define MI_SDK_VERSION @"3.50.2"
#define MI_SDK_VERSION_MAJOR 3
#define MI_SDK_VERSION_MINOR 50
#define MI_SDK_VERSION_PATCH 1
#define MI_SDK_VERSION_PATCH 2
#define MI_SDK_VERSION_LABEL @""
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@
</data>
<key>Headers/MPVersionConstants.h</key>
<data>
Nfp/UtcpC0jNuGKX/azIJyHcbao=
JOcc8avJNMtWTYWdxmHx7/+0Nes=
</data>
<key>Headers/MPWirelessPositionTopic.h</key>
<data>
Expand Down Expand Up @@ -1387,7 +1387,7 @@
</data>
<key>Info.plist</key>
<data>
aproVQIu8zZajt8bzL//A3OmMmw=
AsiNRd35zfFFbIWN0eOktuz028w=
</data>
<key>MapsIndoors.bundle/.gitkeep</key>
<data>
Expand Down Expand Up @@ -4159,7 +4159,7 @@
<dict>
<key>hash2</key>
<data>
WmGlft04ln0tqLh0wbDVKNzIVPi9FNvagl05wgNPOeA=
9OIOm1oCT9qYsShebEQHWtl6Ev9HicFKJBEDrvcPdXY=
</data>
</dict>
<key>Headers/MPWirelessPositionTopic.h</key>
Expand Down

0 comments on commit 389bbfb

Please sign in to comment.