Skip to content

Commit 185bf36

Browse files
Framework commit, version 4.0.2, see CHANGELOG.md
1 parent f0e9fee commit 185bf36

File tree

55 files changed

+354
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+354
-84
lines changed

MapsIndoors.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'MapsIndoors'
11-
s.version = '4.0.1'
11+
s.version = '4.0.2'
1212
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
1313
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'."
1414

MapsIndoors.xcframework.zip

15 Bytes
Binary file not shown.

MapsIndoors.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>MapsIndoors.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15+
<string>x86_64</string>
1516
</array>
1617
<key>SupportedPlatform</key>
1718
<string>ios</string>
19+
<key>SupportedPlatformVariant</key>
20+
<string>simulator</string>
1821
</dict>
1922
<dict>
2023
<key>LibraryIdentifier</key>
21-
<string>ios-arm64_x86_64-simulator</string>
24+
<string>ios-arm64</string>
2225
<key>LibraryPath</key>
2326
<string>MapsIndoors.framework</string>
2427
<key>SupportedArchitectures</key>
2528
<array>
2629
<string>arm64</string>
27-
<string>x86_64</string>
2830
</array>
2931
<key>SupportedPlatform</key>
3032
<string>ios</string>
31-
<key>SupportedPlatformVariant</key>
32-
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

MapsIndoors.xcframework/ios-arm64/MapsIndoors.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</data>
1515
<key>Info.plist</key>
1616
<data>
17-
gB3Y7yawx6yyqkyUXsYjyiB/G8Y=
17+
L4q8uo4uDzgQQMveqHTvQsvxDas=
1818
</data>
1919
<key>MapsIndoors.bundle/.gitkeep</key>
2020
<data>

MapsIndoors.xcframework/ios-arm64_x86_64-simulator/MapsIndoors.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</data>
1515
<key>Info.plist</key>
1616
<data>
17-
rf04WO8/wqgcMDsvSbTfxeBBYqE=
17+
3JUnbxhLIZEoWkNvx3eAaLWFQh0=
1818
</data>
1919
<key>MapsIndoors.bundle/.gitkeep</key>
2020
<data>

MapsIndoorsCodable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "MapsIndoorsCodable"
11-
s.version = "4.0.1"
11+
s.version = "4.0.2"
1212
s.summary = "Library making the MapsIndoors experience available to your iOS users."
1313
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'."
1414

0 commit comments

Comments
 (0)