Skip to content

Commit

Permalink
Version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhortech-user committed Jan 15, 2024
1 parent 0ad7ad0 commit 0b72cb8
Show file tree
Hide file tree
Showing 24 changed files with 210,357 additions and 142,474 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.2.8](https://github.com/zhortech/ztcorekit-ios-sdk/-/tags/1.2.8) (2024-01-15)

- updated DFU library

## [1.2.7](https://github.com/zhortech/ztcorekit-ios-sdk/-/tags/1.2.7) (2024-01-11)

- added `ZTTXPower` enum
Expand Down
25 changes: 0 additions & 25 deletions Package.resolved

This file was deleted.

3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ let package = Package(
targets: ["ZTCoreKit"]
)
],
dependencies: [
.package(name: "NordicDFU", url: "https://github.com/NordicSemiconductor/IOS-DFU-Library", .upToNextMajor(from: "4.14.0"))
],
targets: [
.binaryTarget(
name: "ZTCoreKit",
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
Loading

0 comments on commit 0b72cb8

Please sign in to comment.