Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
charlymr committed May 15, 2024
1 parent 580fd3c commit 6972176
Show file tree
Hide file tree
Showing 19 changed files with 11,396 additions and 11,308 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## [1.3.2](https://github.com/zhortech/ztcorekit-ios-sdk/-/tags/1.3.2) (2024-05-14)

- fixed an issue where packet were not cached when network was not reachable to add them to database

## [1.3.1](https://github.com/zhortech/ztcorekit-ios-sdk/-/tags/1.3.1) (2024-04-23)

- public method to save cached packets
- ability to save cached packets

## [1.3.0](https://github.com/zhortech/ztcorekit-ios-sdk/-/tags/1.3.0) (2024-04-19)

Expand Down Expand Up @@ -79,7 +83,7 @@

## [1.2.1](https://github.com/zhortech/ztcorekit-ios-sdk/-/tags/1.2.1) (2023-11-08)

- updated `ZTError.Enums.FirmwareError` cases
- updated `ZTError.Enums.FirmwareError` enum

## [1.2.0](https://github.com/zhortech/ztcorekit-ios-sdk/-/tags/1.2.0) (2023-10-02)

Expand Down
10 changes: 5 additions & 5 deletions Sources/ZTCoreKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>ZTCoreKit.framework/ZTCoreKit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ZTCoreKit.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>BinaryPath</key>
<string>ZTCoreKit.framework/ZTCoreKit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ZTCoreKit.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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 6972176

Please sign in to comment.