Skip to content

Commit

Permalink
Fix custom layer
Browse files Browse the repository at this point in the history
  • Loading branch information
ipao committed Jun 26, 2024
1 parent c20f539 commit f2f9d46
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 13 deletions.
Binary file modified LongdoMapSDK.framework/Assets.car
Binary file not shown.
Binary file modified LongdoMapSDK.framework/Info.plist
Binary file not shown.
Binary file modified LongdoMapSDK.framework/LongdoMapSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion LongdoMapSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LongdoMapSDK"
s.version = "3.24"
s.version = "3.25"
s.summary = "Integrated map tiles from Longdo Map to iOS application."
s.description = <<-DESC
The SDK use map resources from Longdo.COM services yet allow developers to use other map tile standards such as TMS, WMS, and WMTS. The SDK provides most must have features allow developers to show markers on the map with a few lines. It also includes exclusive services such as POI tags but traffic events and traffic camera that aren't available on other map SDK.
Expand Down
14 changes: 7 additions & 7 deletions LongdoMapSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,36 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>LongdoMapSDK.framework/LongdoMapSDK</string>
<string>LongdoMapSDK.framework/Versions/A/LongdoMapSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64-maccatalyst</string>
<key>LibraryPath</key>
<string>LongdoMapSDK.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>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>LongdoMapSDK.framework/Versions/A/LongdoMapSDK</string>
<string>LongdoMapSDK.framework/LongdoMapSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>LongdoMapSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.24</string>
<string>3.25</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>3.24</string>
<string>3.25</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</data>
<key>Resources/Info.plist</key>
<data>
ljRJBze5wOHYUiiE2w27tgbwuR8=
Aw4g1trfXdzFRZHA50eLy1F+sSI=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dict>
<key>hash2</key>
<data>
419yTX2XyXSMDI8LRd1KP27w2jIGcXw8O9lFkk5XhQ4=
tF9RM38xbpmzFPRlRGg4m92u1L/Wbc8u7GTlMC9w/Ow=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Info.plist</key>
<data>
HhsnF+TZf7TIgp6IOcZ9Ms7pcjs=
dncBkFSeinuwpkXQV/pXKo2aclM=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ https://github.com/MetamediaTechnology/longdo-map-demo-ios

## Change log

### Version 3.25
* Fix custom layer.

### Version 3.24
* Fix AQI layer.
* Update minimum iOS version to 12.
Expand Down

0 comments on commit f2f9d46

Please sign in to comment.