diff --git a/CHANGELOG.md b/CHANGELOG.md index 764fba8..57701e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h index 3208790..cd3db43 100644 --- a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h +++ b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h @@ -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 diff --git a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Info.plist b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Info.plist index 9d977ed..5668d09 100644 Binary files a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Info.plist and b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Info.plist differ diff --git a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftdoc b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftdoc index 06512aa..cc78427 100644 Binary files a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftdoc and b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftinterface b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftinterface index 0611935..8f27b0c 100644 --- a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64-apple-ios.swiftinterface @@ -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? @@ -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 } @@ -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 } @@ -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() } @@ -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 } diff --git a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftdoc b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftdoc index 06512aa..cc78427 100644 Binary files a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftdoc and b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftdoc differ diff --git a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftinterface b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftinterface index 0611935..8f27b0c 100644 --- a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftinterface +++ b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/arm64.swiftinterface @@ -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? @@ -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 } @@ -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 } @@ -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() } @@ -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 } diff --git a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/ZTWarmKit b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/ZTWarmKit index 894fc19..49c3faf 100755 Binary files a/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/ZTWarmKit and b/Sources/ZTWarmKit.xcframework/ios-arm64/ZTWarmKit.framework/ZTWarmKit differ diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h index 3208790..cd3db43 100644 --- a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h +++ b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Headers/ZTWarmKit-Swift.h @@ -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 diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Info.plist b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Info.plist index f575e63..8184c8d 100644 Binary files a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Info.plist and b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Info.plist differ diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index a1d3a92..6609d4e 100644 Binary files a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 9e00868..dbdfc53 100644 --- a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -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? @@ -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 } @@ -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 } @@ -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() } @@ -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 } diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc index a1d3a92..6609d4e 100644 Binary files a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc and b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc differ diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface index 9e00868..dbdfc53 100644 --- a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface +++ b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface @@ -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? @@ -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 } @@ -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 } @@ -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() } @@ -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 } diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/ZTWarmKit b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/ZTWarmKit index 7573b07..c091c68 100755 Binary files a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/ZTWarmKit and b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/ZTWarmKit differ diff --git a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/_CodeSignature/CodeResources b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/_CodeSignature/CodeResources index 2f100be..e111a96 100644 --- a/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/_CodeSignature/CodeResources +++ b/Sources/ZTWarmKit.xcframework/ios-x86_64-simulator/ZTWarmKit.framework/_CodeSignature/CodeResources @@ -6,35 +6,35 @@ Headers/ZTWarmKit-Swift.h - swDdQmMr1nL9GVM9LMm5YO9Fl8Y= + l2aZbsOd0RO2LaHXvyN2UuMFxUw= Info.plist - Do9zTaGyg+OyoZwei5zAuZCOAd0= + HA8jX/eXaw943gPLhEGFkBpVN4Y= Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - yT0WfA/GFzKqPAAPWwOlIsb9VE8= + RF8rLuY/LZ0zuweNZw/crHZZ0UM= Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - W9/bhEjTpIQ2OkO3VQQoVELBjcA= + eO0J2tPHG7J7arGiZZOTSRcHE7A= Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - V2dq91Zu0m7/+YvdDqHFv9t5O9g= + n2g9pjIpAEN/Zp9qP+3VZNuAVVY= Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc - yT0WfA/GFzKqPAAPWwOlIsb9VE8= + RF8rLuY/LZ0zuweNZw/crHZZ0UM= Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface - W9/bhEjTpIQ2OkO3VQQoVELBjcA= + eO0J2tPHG7J7arGiZZOTSRcHE7A= Modules/ZTWarmKit.swiftmodule/x86_64.swiftmodule - V2dq91Zu0m7/+YvdDqHFv9t5O9g= + n2g9pjIpAEN/Zp9qP+3VZNuAVVY= files2 @@ -43,49 +43,49 @@ hash2 - JFS81D+As2qBlq9hY8Yzrch+tHHzMF8i4drntXGpv8E= + QSw+XlW6akbFrBSxIzsHx1mbj2GWhDG5Bje9JF2Ua5c= Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - LLlrMfCvz6u+sQDavaQMxoG/BEfJEyalB4IkORd4XM8= + JeeroRubANdj7SIqeGW6gG4qYvH5zRtSg8fMfKkPHuw= Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - 5vW1XEH0sjh5QiO5LhY9eK9/8PxB6KmuulcRsTaQW+Y= + T7sfGkRDT2NBX4SnM3y5fIKWVDykgdMK1mmiir81xK4= Modules/ZTWarmKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - BKHiZb4875W2JB7Re+QwyK1lEmNtB0AwGxcJ6fG6xfs= + P7O9snOUW4QNYyboipN95URclNN0F6r24XZfyf7G+Eo= Modules/ZTWarmKit.swiftmodule/x86_64.swiftdoc hash2 - LLlrMfCvz6u+sQDavaQMxoG/BEfJEyalB4IkORd4XM8= + JeeroRubANdj7SIqeGW6gG4qYvH5zRtSg8fMfKkPHuw= Modules/ZTWarmKit.swiftmodule/x86_64.swiftinterface hash2 - 5vW1XEH0sjh5QiO5LhY9eK9/8PxB6KmuulcRsTaQW+Y= + T7sfGkRDT2NBX4SnM3y5fIKWVDykgdMK1mmiir81xK4= Modules/ZTWarmKit.swiftmodule/x86_64.swiftmodule hash2 - BKHiZb4875W2JB7Re+QwyK1lEmNtB0AwGxcJ6fG6xfs= + P7O9snOUW4QNYyboipN95URclNN0F6r24XZfyf7G+Eo= diff --git a/ZTWarmKit.podspec b/ZTWarmKit.podspec index cf62e0d..68de918 100644 --- a/ZTWarmKit.podspec +++ b/ZTWarmKit.podspec @@ -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/' diff --git a/docs/Notify messages.html b/docs/Notify messages.html index 31fe80e..a7f668a 100644 --- a/docs/Notify messages.html +++ b/docs/Notify messages.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -193,7 +193,7 @@

Declaration

diff --git a/docs/Structs/ZTWarmDebugMessage.html b/docs/Structs/ZTWarmDebugMessage.html index c70c971..4b5fe93 100644 --- a/docs/Structs/ZTWarmDebugMessage.html +++ b/docs/Structs/ZTWarmDebugMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -370,7 +370,7 @@

Declaration

diff --git a/docs/Structs/ZTWarmTemperatureInformationMessage.html b/docs/Structs/ZTWarmTemperatureInformationMessage.html index c2589e8..cdb6c7c 100644 --- a/docs/Structs/ZTWarmTemperatureInformationMessage.html +++ b/docs/Structs/ZTWarmTemperatureInformationMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -321,7 +321,7 @@

Declaration

diff --git a/docs/Structs/ZTWarmTemperatureMessage.html b/docs/Structs/ZTWarmTemperatureMessage.html index d0f86db..1e95f67 100644 --- a/docs/Structs/ZTWarmTemperatureMessage.html +++ b/docs/Structs/ZTWarmTemperatureMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -321,7 +321,7 @@

Declaration

diff --git a/docs/Structs/ZTWarmTimerMessage.html b/docs/Structs/ZTWarmTimerMessage.html index b477194..3b1b316 100644 --- a/docs/Structs/ZTWarmTimerMessage.html +++ b/docs/Structs/ZTWarmTimerMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -249,7 +249,7 @@

Declaration

diff --git a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Notify messages.html b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Notify messages.html index 31fe80e..a7f668a 100644 --- a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Notify messages.html +++ b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Notify messages.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -193,7 +193,7 @@

Declaration

diff --git a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmDebugMessage.html b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmDebugMessage.html index c70c971..4b5fe93 100644 --- a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmDebugMessage.html +++ b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmDebugMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -370,7 +370,7 @@

Declaration

diff --git a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureInformationMessage.html b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureInformationMessage.html index c2589e8..cdb6c7c 100644 --- a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureInformationMessage.html +++ b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureInformationMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -321,7 +321,7 @@

Declaration

diff --git a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureMessage.html b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureMessage.html index d0f86db..1e95f67 100644 --- a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureMessage.html +++ b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTemperatureMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -321,7 +321,7 @@

Declaration

diff --git a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTimerMessage.html b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTimerMessage.html index b477194..3b1b316 100644 --- a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTimerMessage.html +++ b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/Structs/ZTWarmTimerMessage.html @@ -17,7 +17,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -249,7 +249,7 @@

Declaration

diff --git a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/index.html b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/index.html index e9d0ed9..419eddf 100644 --- a/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/ZTWarmKit.docset/Contents/Resources/Documents/index.html @@ -16,7 +16,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -231,7 +231,7 @@

License

diff --git a/docs/docsets/ZTWarmKit.tgz b/docs/docsets/ZTWarmKit.tgz index 533d81e..09d8801 100644 Binary files a/docs/docsets/ZTWarmKit.tgz and b/docs/docsets/ZTWarmKit.tgz differ diff --git a/docs/index.html b/docs/index.html index e9d0ed9..419eddf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@
-

ZTWarmKit 1.0.1 Docs

+

ZTWarmKit 1.0.2 Docs

View on GitHub

@@ -231,7 +231,7 @@

License