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

Commit

Permalink
Merge branch 'SDK_V3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianWolf-mapspeople committed Oct 11, 2023
2 parents 02c3011 + 389bbfb commit 1de24da
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 43 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/release.yml

This file was deleted.

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
7 changes: 4 additions & 3 deletions 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 All @@ -17,9 +17,10 @@ Pod::Spec.new do |s|
s.license = { type: 'Commercial', text: "Copyright 2016-#{Time.now.year} by MapsPeople A/S" }
s.author = { "MapsPeople" => "[email protected]" }
s.source = { http: "https://github.com/MapsIndoors/MapsIndoorsIOS/releases/download/#{s.version.to_s}/MapsIndoors.xcframework.zip" }
s.changelog = "https://github.com/MapsIndoors/MapsIndoorsIOS/blob/master/CHANGELOG.md"

s.platform = :ios, "10.0"
s.ios.deployment_target = '10.0'
s.platform = :ios, "11.0"
s.ios.deployment_target = '11.0'

s.dependency 'GoogleMaps', '4.2.0'

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 1de24da

Please sign in to comment.