5.22
This commit is contained in:
@ -21,6 +21,20 @@
|
|||||||
<key>SupportedPlatformVariant</key>
|
<key>SupportedPlatformVariant</key>
|
||||||
<string>maccatalyst</string>
|
<string>maccatalyst</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>BinaryPath</key>
|
||||||
|
<string>M2Kit.framework/M2Kit</string>
|
||||||
|
<key>LibraryIdentifier</key>
|
||||||
|
<string>ios-arm64</string>
|
||||||
|
<key>LibraryPath</key>
|
||||||
|
<string>M2Kit.framework</string>
|
||||||
|
<key>SupportedArchitectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>SupportedPlatform</key>
|
||||||
|
<string>ios</string>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>BinaryPath</key>
|
<key>BinaryPath</key>
|
||||||
<string>M2Kit.framework/M2Kit</string>
|
<string>M2Kit.framework/M2Kit</string>
|
||||||
@ -38,20 +52,6 @@
|
|||||||
<key>SupportedPlatformVariant</key>
|
<key>SupportedPlatformVariant</key>
|
||||||
<string>simulator</string>
|
<string>simulator</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
|
||||||
<key>BinaryPath</key>
|
|
||||||
<string>M2Kit.framework/M2Kit</string>
|
|
||||||
<key>LibraryIdentifier</key>
|
|
||||||
<string>ios-arm64</string>
|
|
||||||
<key>LibraryPath</key>
|
|
||||||
<string>M2Kit.framework</string>
|
|
||||||
<key>SupportedArchitectures</key>
|
|
||||||
<array>
|
|
||||||
<string>arm64</string>
|
|
||||||
</array>
|
|
||||||
<key>SupportedPlatform</key>
|
|
||||||
<string>ios</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>XFWK</string>
|
<string>XFWK</string>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#if 0
|
#if 0
|
||||||
#elif defined(__arm64__) && __arm64__
|
#elif defined(__arm64__) && __arm64__
|
||||||
// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
#ifndef M2KIT_SWIFT_H
|
#ifndef M2KIT_SWIFT_H
|
||||||
#define M2KIT_SWIFT_H
|
#define M2KIT_SWIFT_H
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#if 0
|
#if 0
|
||||||
#elif defined(__arm64__) && __arm64__
|
#elif defined(__arm64__) && __arm64__
|
||||||
// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
#ifndef M2KIT_SWIFT_H
|
#ifndef M2KIT_SWIFT_H
|
||||||
#define M2KIT_SWIFT_H
|
#define M2KIT_SWIFT_H
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
@ -324,7 +324,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC")
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(__x86_64__) && __x86_64__
|
#elif defined(__x86_64__) && __x86_64__
|
||||||
// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
#ifndef M2KIT_SWIFT_H
|
#ifndef M2KIT_SWIFT_H
|
||||||
#define M2KIT_SWIFT_H
|
#define M2KIT_SWIFT_H
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>5.21</string>
|
<string>5.22</string>
|
||||||
<key>CFBundleSupportedPlatforms</key>
|
<key>CFBundleSupportedPlatforms</key>
|
||||||
<array>
|
<array>
|
||||||
<string>MacOSX</string>
|
<string>MacOSX</string>
|
||||||
@ -27,19 +27,19 @@
|
|||||||
<key>DTCompiler</key>
|
<key>DTCompiler</key>
|
||||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||||
<key>DTPlatformBuild</key>
|
<key>DTPlatformBuild</key>
|
||||||
<string>25C57</string>
|
<string>25C58</string>
|
||||||
<key>DTPlatformName</key>
|
<key>DTPlatformName</key>
|
||||||
<string>macosx</string>
|
<string>macosx</string>
|
||||||
<key>DTPlatformVersion</key>
|
<key>DTPlatformVersion</key>
|
||||||
<string>26.2</string>
|
<string>26.2</string>
|
||||||
<key>DTSDKBuild</key>
|
<key>DTSDKBuild</key>
|
||||||
<string>25C57</string>
|
<string>25C58</string>
|
||||||
<key>DTSDKName</key>
|
<key>DTSDKName</key>
|
||||||
<string>macosx26.2</string>
|
<string>macosx26.2</string>
|
||||||
<key>DTXcode</key>
|
<key>DTXcode</key>
|
||||||
<string>2620</string>
|
<string>2630</string>
|
||||||
<key>DTXcodeBuild</key>
|
<key>DTXcodeBuild</key>
|
||||||
<string>17C52</string>
|
<string>17C529</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>13.0</string>
|
<string>13.0</string>
|
||||||
<key>UIDeviceFamily</key>
|
<key>UIDeviceFamily</key>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#if 0
|
#if 0
|
||||||
#elif defined(__arm64__) && __arm64__
|
#elif defined(__arm64__) && __arm64__
|
||||||
// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
#ifndef M2KIT_SWIFT_H
|
#ifndef M2KIT_SWIFT_H
|
||||||
#define M2KIT_SWIFT_H
|
#define M2KIT_SWIFT_H
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
@ -324,7 +324,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC")
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(__x86_64__) && __x86_64__
|
#elif defined(__x86_64__) && __x86_64__
|
||||||
// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
#ifndef M2KIT_SWIFT_H
|
#ifndef M2KIT_SWIFT_H
|
||||||
#define M2KIT_SWIFT_H
|
#define M2KIT_SWIFT_H
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
|
||||||
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -959,10 +959,22 @@ extension M2Kit.M2Radio {
|
|||||||
}
|
}
|
||||||
@objc deinit
|
@objc deinit
|
||||||
}
|
}
|
||||||
|
public enum M2VideoStatus {
|
||||||
|
case none
|
||||||
|
case queueing
|
||||||
|
case loading
|
||||||
|
case done
|
||||||
|
public static func == (a: M2Kit.M2VideoStatus, b: M2Kit.M2VideoStatus) -> Swift.Bool
|
||||||
|
public func hash(into hasher: inout Swift.Hasher)
|
||||||
|
public var hashValue: Swift.Int {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public struct M2Utils {
|
@_Concurrency.MainActor public struct M2Utils {
|
||||||
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
@_Concurrency.MainActor public static func workFor(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let workForChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
@_Concurrency.MainActor public static func checkExisted(trackID: Swift.String) -> Swift.Bool
|
||||||
|
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
||||||
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
@_Concurrency.MainActor public static func deleteDataOf(trackID: Swift.String)
|
||||||
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
@_Concurrency.MainActor public static func filePathOf(trackID: Swift.String) -> Swift.String
|
||||||
}
|
}
|
||||||
@ -1032,6 +1044,8 @@ extension M2Kit.M2NetConnecttionType : Swift.Equatable {}
|
|||||||
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
extension M2Kit.M2NetConnecttionType : Swift.Hashable {}
|
||||||
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
extension M2Kit.M2NetMonitor : Swift.Sendable {}
|
||||||
extension M2Kit.M2Radio : Swift.Sendable {}
|
extension M2Kit.M2Radio : Swift.Sendable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Equatable {}
|
||||||
|
extension M2Kit.M2VideoStatus : Swift.Hashable {}
|
||||||
extension M2Kit.M2Utils : Swift.Sendable {}
|
extension M2Kit.M2Utils : Swift.Sendable {}
|
||||||
extension M2Kit.M2WebView : Swift.Sendable {}
|
extension M2Kit.M2WebView : Swift.Sendable {}
|
||||||
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
extension M2Kit.M2YTIDType : Swift.Equatable {}
|
||||||
|
|||||||
Binary file not shown.
@ -6,51 +6,51 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>Headers/M2Kit-Swift.h</key>
|
<key>Headers/M2Kit-Swift.h</key>
|
||||||
<data>
|
<data>
|
||||||
7Rdmc7huiI6sKd5bwPLEoLlkiYc=
|
r4kMFN4LP5jD9hkwECNbiaNfYuE=
|
||||||
</data>
|
</data>
|
||||||
<key>Info.plist</key>
|
<key>Info.plist</key>
|
||||||
<data>
|
<data>
|
||||||
5ad3DMtvSy+UiEqQL5L3IpvbNwM=
|
LfA0nTwFtHFBnEoBU6rIouNEWig=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
||||||
<data>
|
<data>
|
||||||
TC+vEsyjaMZg96UqgISIGVuGq7E=
|
Al409eWlcygW+cadIEPE5YaIHsk=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
||||||
<data>
|
<data>
|
||||||
ZNnL2sIUmJOqPgBhQbE6NTkaP2Y=
|
xPT6AKzGduUiWCNmhOUXz6AJPlY=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||||
<data>
|
<data>
|
||||||
L1ZE0uPSnnbndRLRBhX27frrO1o=
|
7zUGoWcOGxcgDXh4tnMB+TM8Fso=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
||||||
<data>
|
<data>
|
||||||
ZNnL2sIUmJOqPgBhQbE6NTkaP2Y=
|
xPT6AKzGduUiWCNmhOUXz6AJPlY=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||||
<data>
|
<data>
|
||||||
CU2iSq/IfDqQUDZrsSO2gtOd4g8=
|
1YXWu7DVrCRBqTh0gr9xujOCMQE=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
||||||
<data>
|
<data>
|
||||||
TC+vEsyjaMZg96UqgISIGVuGq7E=
|
Al409eWlcygW+cadIEPE5YaIHsk=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
||||||
<data>
|
<data>
|
||||||
XHVDZHBijtnz9qSt5ZU+wpNNpsI=
|
cHnxnfX22fOv4xH3d+qFGT8YpVY=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
||||||
<data>
|
<data>
|
||||||
HK2TtOyJP2OIxypINN+SN8Y+Cvg=
|
NvmPpZAxo4QvjCiueKIoWjJcULc=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
||||||
<data>
|
<data>
|
||||||
XHVDZHBijtnz9qSt5ZU+wpNNpsI=
|
cHnxnfX22fOv4xH3d+qFGT8YpVY=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
||||||
<data>
|
<data>
|
||||||
6zXDMD4fnoXg1MDldV4x7OTqbmw=
|
uIzU7Q0cGJzF1HAF1uWQe00F068=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/module.modulemap</key>
|
<key>Modules/module.modulemap</key>
|
||||||
<data>
|
<data>
|
||||||
@ -63,77 +63,77 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
SzL7aZykET1tYTLu2DE+CPYFwYoxjE/pNa2/+qsMmJk=
|
Dszwi9Eu7vRHTMDU7owRRrAavROd3MDCuhnT6y51K6I=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
JktVC2KBC3JPg8VWOZLvCJhvWj4JHHUNfBfzNqsyfDY=
|
FEDN8OdF9+BeGeF/Hacl7L0Q4vTlhIHWI6P3m8WYCRA=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
d3iNWU0sljx2dtRpvXfvRekNgrvPo0NyXOyVgjEBhWg=
|
kC2yPuZqoL8BO4agX7ewsCUSNoQo8hpJ4Oo0mTrGSfU=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
Hj6cXoyFvKFEZFb+nynmECAto2DJHn/6OQE34s9Upmw=
|
PBwNjIF+EjLCxabdGUPE7n0NiuEp3GgzONhj7M+apOo=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
d3iNWU0sljx2dtRpvXfvRekNgrvPo0NyXOyVgjEBhWg=
|
kC2yPuZqoL8BO4agX7ewsCUSNoQo8hpJ4Oo0mTrGSfU=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
fTxQB2cpLY0xhLwpZ5Fa0uvc/byVoQfdPiaejua86ts=
|
0+dD1mAcQ/904E7SCgAqFElAwU5H3h3xrIbn/rrKMZ8=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
JktVC2KBC3JPg8VWOZLvCJhvWj4JHHUNfBfzNqsyfDY=
|
FEDN8OdF9+BeGeF/Hacl7L0Q4vTlhIHWI6P3m8WYCRA=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
xOw7fMNaRORUv3s7HbNx/ZlZSWICl3p+IvlHUwZDhkI=
|
2Bh/EWqgIP/Bx2t0Xw0UWYBRCBZJ1LE9+nKKwKj+svY=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
90gsLAcPijC4sB5B5DyX1RGcthuvJ/JvWLpEF23dE20=
|
DFt9TXzprLPBGoKJFFqRQyYPxDfV2IzMUFzIwxtMxGo=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
xOw7fMNaRORUv3s7HbNx/ZlZSWICl3p+IvlHUwZDhkI=
|
2Bh/EWqgIP/Bx2t0Xw0UWYBRCBZJ1LE9+nKKwKj+svY=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
IujFwsfIWwBQ5nma1tFW4VVG1xBgHoM7wg+8ZVPWn3s=
|
d6rIQTXSflc0U8LWd9typ2JH4p4OdRHzN+WkoH3SBfk=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/module.modulemap</key>
|
<key>Modules/module.modulemap</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user