Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhortech-user committed Oct 5, 2021
1 parent 8408e5a commit 1204977
Show file tree
Hide file tree
Showing 30 changed files with 76 additions and 68 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## [v1.0.1](https://github.com/zhortech/ztwarmkit-ios-sdk/-/tags/1.0.1) (2021-09-13)
## [1.0.2](https://github.com/zhortech/ztwarmkit-ios-sdk/-/tags/1.0.2) (2021-10-05)

- added events to track and analyze insoles behavior

## [1.0.1](https://github.com/zhortech/ztwarmkit-ios-sdk/-/tags/1.0.1) (2021-09-13)

- `readGeneralState()` was changed to `readGeneralState(completion:)` with completion handler

## [v1.0.0](https://github.com/zhortech/ztwarmkit-ios-sdk/-/tags/1.0.0) (2021-07-28)
## [1.0.0](https://github.com/zhortech/ztwarmkit-ios-sdk/-/tags/1.0.0) (2021-07-28)

***New methods added:***
- `startHeat(temperature:completion:)` - send heating target temperature and enable heating
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
#ifndef ZTWARMKIT_SWIFT_H
#define ZTWARMKIT_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// swift-compiler-version: Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTWarmKit
import CoreBluetooth
import Foundation
import Swift
import ZTCoreKit
import _Concurrency
public struct ZTWarmDebugMessage {
public var rawData: Foundation.Data?
public var side: ZTCoreKit.ZTModuleSide?
Expand All @@ -16,7 +17,7 @@ public struct ZTWarmDebugMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmDebugMessage {
extension ZTWarmKit.ZTWarmDebugMessage {
public var description: Swift.String {
get
}
Expand All @@ -29,7 +30,7 @@ public struct ZTWarmTimerMessage : ZTWarmKit.ZTNotifyDataWarmMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTimerMessage {
extension ZTWarmKit.ZTWarmTimerMessage {
public var description: Swift.String {
get
}
Expand All @@ -44,12 +45,12 @@ public struct ZTWarmTemperatureMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureMessage {
extension ZTWarmKit.ZTWarmTemperatureMessage {
public var description: Swift.String {
get
}
}
extension ZTWarm {
extension ZTWarmKit.ZTWarm {
@available(*, deprecated, renamed: "readGeneralState", message: "This method is deprecated, use method with same name and completion handler")
public func readGeneralState()
}
Expand All @@ -63,7 +64,7 @@ public struct ZTWarmTemperatureInformationMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureInformationMessage {
extension ZTWarmKit.ZTWarmTemperatureInformationMessage {
public var description: Swift.String {
get
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// swift-compiler-version: Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTWarmKit
import CoreBluetooth
import Foundation
import Swift
import ZTCoreKit
import _Concurrency
public struct ZTWarmDebugMessage {
public var rawData: Foundation.Data?
public var side: ZTCoreKit.ZTModuleSide?
Expand All @@ -16,7 +17,7 @@ public struct ZTWarmDebugMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmDebugMessage {
extension ZTWarmKit.ZTWarmDebugMessage {
public var description: Swift.String {
get
}
Expand All @@ -29,7 +30,7 @@ public struct ZTWarmTimerMessage : ZTWarmKit.ZTNotifyDataWarmMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTimerMessage {
extension ZTWarmKit.ZTWarmTimerMessage {
public var description: Swift.String {
get
}
Expand All @@ -44,12 +45,12 @@ public struct ZTWarmTemperatureMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureMessage {
extension ZTWarmKit.ZTWarmTemperatureMessage {
public var description: Swift.String {
get
}
}
extension ZTWarm {
extension ZTWarmKit.ZTWarm {
@available(*, deprecated, renamed: "readGeneralState", message: "This method is deprecated, use method with same name and completion handler")
public func readGeneralState()
}
Expand All @@ -63,7 +64,7 @@ public struct ZTWarmTemperatureInformationMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureInformationMessage {
extension ZTWarmKit.ZTWarmTemperatureInformationMessage {
public var description: Swift.String {
get
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
#ifndef ZTWARMKIT_SWIFT_H
#define ZTWARMKIT_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// swift-compiler-version: Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTWarmKit
import CoreBluetooth
import Foundation
import Swift
import ZTCoreKit
import _Concurrency
public struct ZTWarmDebugMessage {
public var rawData: Foundation.Data?
public var side: ZTCoreKit.ZTModuleSide?
Expand All @@ -16,7 +17,7 @@ public struct ZTWarmDebugMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmDebugMessage {
extension ZTWarmKit.ZTWarmDebugMessage {
public var description: Swift.String {
get
}
Expand All @@ -29,7 +30,7 @@ public struct ZTWarmTimerMessage : ZTWarmKit.ZTNotifyDataWarmMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTimerMessage {
extension ZTWarmKit.ZTWarmTimerMessage {
public var description: Swift.String {
get
}
Expand All @@ -44,12 +45,12 @@ public struct ZTWarmTemperatureMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureMessage {
extension ZTWarmKit.ZTWarmTemperatureMessage {
public var description: Swift.String {
get
}
}
extension ZTWarm {
extension ZTWarmKit.ZTWarm {
@available(*, deprecated, renamed: "readGeneralState", message: "This method is deprecated, use method with same name and completion handler")
public func readGeneralState()
}
Expand All @@ -63,7 +64,7 @@ public struct ZTWarmTemperatureInformationMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureInformationMessage {
extension ZTWarmKit.ZTWarmTemperatureInformationMessage {
public var description: Swift.String {
get
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// swift-compiler-version: Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTWarmKit
import CoreBluetooth
import Foundation
import Swift
import ZTCoreKit
import _Concurrency
public struct ZTWarmDebugMessage {
public var rawData: Foundation.Data?
public var side: ZTCoreKit.ZTModuleSide?
Expand All @@ -16,7 +17,7 @@ public struct ZTWarmDebugMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmDebugMessage {
extension ZTWarmKit.ZTWarmDebugMessage {
public var description: Swift.String {
get
}
Expand All @@ -29,7 +30,7 @@ public struct ZTWarmTimerMessage : ZTWarmKit.ZTNotifyDataWarmMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTimerMessage {
extension ZTWarmKit.ZTWarmTimerMessage {
public var description: Swift.String {
get
}
Expand All @@ -44,12 +45,12 @@ public struct ZTWarmTemperatureMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureMessage {
extension ZTWarmKit.ZTWarmTemperatureMessage {
public var description: Swift.String {
get
}
}
extension ZTWarm {
extension ZTWarmKit.ZTWarm {
@available(*, deprecated, renamed: "readGeneralState", message: "This method is deprecated, use method with same name and completion handler")
public func readGeneralState()
}
Expand All @@ -63,7 +64,7 @@ public struct ZTWarmTemperatureInformationMessage {
public func encode(to encoder: Swift.Encoder) throws
public init(from decoder: Swift.Decoder) throws
}
extension ZTWarmTemperatureInformationMessage {
extension ZTWarmKit.ZTWarmTemperatureInformationMessage {
public var description: Swift.String {
get
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
<dict>
<key>Headers/ZTWarmKit-Swift.h</key>
<data>
swDdQmMr1nL9GVM9LMm5YO9Fl8Y=
l2aZbsOd0RO2LaHXvyN2UuMFxUw=
</data>
<key>Info.plist</key>
<data>
Do9zTaGyg+OyoZwei5zAuZCOAd0=
HA8jX/eXaw943gPLhEGFkBpVN4Y=
</data>
<key>Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
yT0WfA/GFzKqPAAPWwOlIsb9VE8=
RF8rLuY/LZ0zuweNZw/crHZZ0UM=
</data>
<key>Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
W9/bhEjTpIQ2OkO3VQQoVELBjcA=
eO0J2tPHG7J7arGiZZOTSRcHE7A=
</data>
<key>Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
V2dq91Zu0m7/+YvdDqHFv9t5O9g=
n2g9pjIpAEN/Zp9qP+3VZNuAVVY=
</data>
<key>Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc</key>
<data>
yT0WfA/GFzKqPAAPWwOlIsb9VE8=
RF8rLuY/LZ0zuweNZw/crHZZ0UM=
</data>
<key>Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface</key>
<data>
W9/bhEjTpIQ2OkO3VQQoVELBjcA=
eO0J2tPHG7J7arGiZZOTSRcHE7A=
</data>
<key>Modules/ZTWarmKit.swiftmodule/x86_64.swiftmodule</key>
<data>
V2dq91Zu0m7/+YvdDqHFv9t5O9g=
n2g9pjIpAEN/Zp9qP+3VZNuAVVY=
</data>
</dict>
<key>files2</key>
Expand All @@ -43,49 +43,49 @@
<dict>
<key>hash2</key>
<data>
JFS81D+As2qBlq9hY8Yzrch+tHHzMF8i4drntXGpv8E=
QSw+XlW6akbFrBSxIzsHx1mbj2GWhDG5Bje9JF2Ua5c=
</data>
</dict>
<key>Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
LLlrMfCvz6u+sQDavaQMxoG/BEfJEyalB4IkORd4XM8=
JeeroRubANdj7SIqeGW6gG4qYvH5zRtSg8fMfKkPHuw=
</data>
</dict>
<key>Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
5vW1XEH0sjh5QiO5LhY9eK9/8PxB6KmuulcRsTaQW+Y=
T7sfGkRDT2NBX4SnM3y5fIKWVDykgdMK1mmiir81xK4=
</data>
</dict>
<key>Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
BKHiZb4875W2JB7Re+QwyK1lEmNtB0AwGxcJ6fG6xfs=
P7O9snOUW4QNYyboipN95URclNN0F6r24XZfyf7G+Eo=
</data>
</dict>
<key>Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
LLlrMfCvz6u+sQDavaQMxoG/BEfJEyalB4IkORd4XM8=
JeeroRubANdj7SIqeGW6gG4qYvH5zRtSg8fMfKkPHuw=
</data>
</dict>
<key>Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
5vW1XEH0sjh5QiO5LhY9eK9/8PxB6KmuulcRsTaQW+Y=
T7sfGkRDT2NBX4SnM3y5fIKWVDykgdMK1mmiir81xK4=
</data>
</dict>
<key>Modules/ZTWarmKit.swiftmodule/x86_64.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
BKHiZb4875W2JB7Re+QwyK1lEmNtB0AwGxcJ6fG6xfs=
P7O9snOUW4QNYyboipN95URclNN0F6r24XZfyf7G+Eo=
</data>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion ZTWarmKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZTWarmKit'
s.version = '1.0.1'
s.version = '1.0.2'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Official Zhortech ZTWarmKit SDK for iOS to work with Warm products.'
s.homepage = 'https://zhortech.com/'
Expand Down
4 changes: 2 additions & 2 deletions docs/Notify messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Notify messages Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ZTWarmKit 1.0.1 Docs</a></p>
<p><a href="index.html">ZTWarmKit 1.0.2 Docs</a></p>
<p class="header-right"><a href="https://github.com/zhortech/ztwarmkit-ios-sdk"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -193,7 +193,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://zhortech.com" target="_blank" rel="external">Zhortech</a>. All rights reserved. (Last updated: 2021-09-13)</p>
<p>&copy; 2021 <a class="link" href="https://zhortech.com" target="_blank" rel="external">Zhortech</a>. All rights reserved. (Last updated: 2021-10-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.7</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Structs/ZTWarmDebugMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ZTWarmDebugMessage Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ZTWarmKit 1.0.1 Docs</a></p>
<p><a href="../index.html">ZTWarmKit 1.0.2 Docs</a></p>
<p class="header-right"><a href="https://github.com/zhortech/ztwarmkit-ios-sdk"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -370,7 +370,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://zhortech.com" target="_blank" rel="external">Zhortech</a>. All rights reserved. (Last updated: 2021-09-13)</p>
<p>&copy; 2021 <a class="link" href="https://zhortech.com" target="_blank" rel="external">Zhortech</a>. All rights reserved. (Last updated: 2021-10-05)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.7</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 1204977

Please sign in to comment.