Skip to content

Commit

Permalink
Version 1.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
zhortech-user committed Jan 6, 2023
1 parent 7a5215e commit ac67fcd
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 45 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.1.36](https://github.com/zhortech/ztsportkit-ios-sdk.git/-/tags/1.1.36) (2023-01-06)

- `ZTCoreKit` version up

## [1.1.35](https://github.com/zhortech/ztsportkit-ios-sdk.git/-/tags/1.1.35) (2022-12-15)

- new method `isPendingEmbeddedActivity(completion:)` to check if there is activity with stop event and data not sent to ZCloud. It can be used when `ZTSettings.shared.shouldAutoResendData = false`
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/zhortech/ztcorekit-ios-sdk.git",
"state": {
"branch": null,
"revision": "4569a51c2a4714dfc41b28a1dfbd9149a35c5bdf",
"version": "1.1.2"
"revision": "83aff559e8c7f4c5f3cc3fbcac3945947a81a7b6",
"version": "1.1.61"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.package(
name: "ZTCoreKit",
url: "https://github.com/zhortech/ztcorekit-ios-sdk.git",
.upToNextMajor(from: "1.1.58")
.upToNextMajor(from: "1.1.61")
)
],
targets: [
Expand Down
10 changes: 5 additions & 5 deletions Sources/ZTSportKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ZTSportKit.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>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ZTSportKit.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef ZTSPORTKIT_SWIFT_H
#define ZTSPORTKIT_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45055,7 +45055,7 @@
"kind": "StringLiteral",
"offset": 597,
"length": 8,
"value": "\"1.1.35\""
"value": "\"1.1.36\""
},
{
"filePath": "\/Users\/pavel\/Documents\/Work\/Zhortech\/Framework\/iOS\/ztexample\/sdks\/ztsportkit\/Sources\/ZTSportKit\/ZTSport.swift",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTSportKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CoreBluetooth
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTSportKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CoreBluetooth
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef ZTSPORTKIT_SWIFT_H
#define ZTSPORTKIT_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -260,7 +260,7 @@ using UInt = size_t;
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef ZTSPORTKIT_SWIFT_H
#define ZTSPORTKIT_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45055,7 +45055,7 @@
"kind": "StringLiteral",
"offset": 597,
"length": 8,
"value": "\"1.1.35\""
"value": "\"1.1.36\""
},
{
"filePath": "\/Users\/pavel\/Documents\/Work\/Zhortech\/Framework\/iOS\/ztexample\/sdks\/ztsportkit\/Sources\/ZTSportKit\/ZTSport.swift",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTSportKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CoreBluetooth
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZTSportKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CoreBluetooth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45055,7 +45055,7 @@
"kind": "StringLiteral",
"offset": 597,
"length": 8,
"value": "\"1.1.35\""
"value": "\"1.1.36\""
},
{
"filePath": "\/Users\/pavel\/Documents\/Work\/Zhortech\/Framework\/iOS\/ztexample\/sdks\/ztsportkit\/Sources\/ZTSportKit\/ZTSport.swift",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// 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 ZTSportKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CoreBluetooth
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// 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 ZTSportKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CoreBluetooth
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,51 @@
<dict>
<key>Headers/ZTSportKit-Swift.h</key>
<data>
tgocmk3xXTnBy6yhV3NLrcflm64=
UZtQxmfYFBQP0Bf5OGeFb5TV4EQ=
</data>
<key>Info.plist</key>
<data>
KWZx32TTbd2Bahg5PHguPsIYpvQ=
P51EdjOVil+/dMjg7ePyR5wcH+o=
</data>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
HTtCx3o5fHVnFUF2WUyE1pv+04A=
/O8OHQJv36FAg9xVBKvt2FADq94=
</data>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data>
rGiDeRamu8A/iOQN/RfpLwmJKN8=
sNNgCeJm2WPkWsZcHumlcYQBDPk=
</data>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
draDxVKOMRBFpdLxSIBv2TCOTZg=
ynYgmMe/a+pZ+q4EJqkbUjufDpE=
</data>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data>
rGiDeRamu8A/iOQN/RfpLwmJKN8=
sNNgCeJm2WPkWsZcHumlcYQBDPk=
</data>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
/MDzS1gE+WPvEKiX3LP6cEuBnJQ=
+W6DHoQTsZHMvIn149qQfwhHFGQ=
</data>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
HTtCx3o5fHVnFUF2WUyE1pv+04A=
/O8OHQJv36FAg9xVBKvt2FADq94=
</data>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
dgLljgF96JTJ5OarNc9Ib7jwpB0=
ou6fr41Tqj6Kd5HQnQ00h6GBTD0=
</data>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
YjZoFHdMULzH60OoawVMn1LLZ5I=
QRncjW3/QSJHlSkzzoiN6+H9jl0=
</data>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
dgLljgF96JTJ5OarNc9Ib7jwpB0=
ou6fr41Tqj6Kd5HQnQ00h6GBTD0=
</data>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
zoOTyZXBENzSapGeo8b+I7usdhY=
atdStOBbod2LaJ8UCwZa9I9qETM=
</data>
</dict>
<key>files2</key>
Expand All @@ -59,77 +59,77 @@
<dict>
<key>hash2</key>
<data>
tVevCBF0AerN7qZ6nFmUBflazWKePfFFXZ6OAAdRArE=
0J8kjCEyG+vKRGee1pn6mHMrrQqAR+MYUjPEQCw0PYg=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<dict>
<key>hash2</key>
<data>
//89skn2KqLCUl0CQTS0RDYjtZdc58pxTfjQOYUj8rI=
ShYFRfGABiTo9BM43tyqLiSzMFCeHiZ04OWNlr4whgk=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
99tl3OutwmOULa2x1Pb4qgU1+IA5wy33Y01rdbM8+uw=
ECRKXdUhmK2tTa8SZ2az3H3BoZlZMXoSy3ektufqx0k=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
SbartqAb8ijCbg5DI/Vg4imevYN+yxO8MwPb45u7chw=
Wj12dIeb1rmOT3Csn4SyFWRYPDrCuJZCRLneUIQtXSw=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
99tl3OutwmOULa2x1Pb4qgU1+IA5wy33Y01rdbM8+uw=
ECRKXdUhmK2tTa8SZ2az3H3BoZlZMXoSy3ektufqx0k=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
XNy1ZtelghGT8NtTM+NjQMkqrwbXej+iwf4YSJjcqSQ=
eTMn5vbyq1HQeGG7jyViJ1fRO+5hdvU+qQ6R149usVM=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<dict>
<key>hash2</key>
<data>
//89skn2KqLCUl0CQTS0RDYjtZdc58pxTfjQOYUj8rI=
ShYFRfGABiTo9BM43tyqLiSzMFCeHiZ04OWNlr4whgk=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
vgNALEjYQodXRURMRVrc+Db1PHomOoESgU9JzTiuO5M=
gg/dsuQ9qHY54ShN3bH+PhcUmEaUoiHM/HZJHO36O9k=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
FhI2TFaFO/Q4zbO86/1+xqxovW6FhhycYEXYjJk5awI=
n1mObU5dFlnhqNXvWHWaBrcYZf5KrKXhtQRNziCXLxw=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
vgNALEjYQodXRURMRVrc+Db1PHomOoESgU9JzTiuO5M=
gg/dsuQ9qHY54ShN3bH+PhcUmEaUoiHM/HZJHO36O9k=
</data>
</dict>
<key>Modules/ZTSportKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
fRSeG4sEh8DMR0Qfb29ud5SnxSvKpC+OijjlSRoPv70=
Jiim3VOysRvtrt4cRzRKj6N8LqRytLHgh3/cxrdQEK4=
</data>
</dict>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions ZTSportKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZTSportKit'
s.version = '1.1.35'
s.version = '1.1.36'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Official Zhortech ZTSportKit SDK for iOS to work with Sport products.'
s.homepage = 'https://zhortech.com/'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/zhortech/ztsportkit-ios-sdk.git', :tag => s.version.to_s }
s.vendored_frameworks = 'Sources/ZTSportKit.xcframework'

s.dependency 'ZTCoreKit', '~> 1.1.58'
s.dependency 'ZTCoreKit', '~> 1.1.61'

s.ios.deployment_target = '13.0'
s.ios.weak_frameworks = 'Foundation'
Expand Down

0 comments on commit ac67fcd

Please sign in to comment.