Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64da58b93a | |||
| 9414c887e4 | |||
| 9ba9c99815 | |||
| 39728313b6 | |||
| ee793de89d |
@ -1,6 +1,6 @@
|
|||||||
#if 0
|
#if 0
|
||||||
#elif defined(__arm64__) && __arm64__
|
#elif defined(__arm64__) && __arm64__
|
||||||
// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
#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,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#if 0
|
#if 0
|
||||||
#elif defined(__arm64__) && __arm64__
|
#elif defined(__arm64__) && __arm64__
|
||||||
// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
#ifndef M2KIT_SWIFT_H
|
#ifndef M2KIT_SWIFT_H
|
||||||
#define M2KIT_SWIFT_H
|
#define M2KIT_SWIFT_H
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
@ -389,7 +389,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC")
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(__x86_64__) && __x86_64__
|
#elif defined(__x86_64__) && __x86_64__
|
||||||
// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
#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,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -1,7 +1,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>BuildMachineOSBuild</key>
|
<key>BuildMachineOSBuild</key>
|
||||||
<string>25E246</string>
|
<string>25F80</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>5.30</string>
|
<string>5.35</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>25E236</string>
|
<string>25F70</string>
|
||||||
<key>DTPlatformName</key>
|
<key>DTPlatformName</key>
|
||||||
<string>macosx</string>
|
<string>macosx</string>
|
||||||
<key>DTPlatformVersion</key>
|
<key>DTPlatformVersion</key>
|
||||||
<string>26.4</string>
|
<string>26.5</string>
|
||||||
<key>DTSDKBuild</key>
|
<key>DTSDKBuild</key>
|
||||||
<string>25E236</string>
|
<string>25F70</string>
|
||||||
<key>DTSDKName</key>
|
<key>DTSDKName</key>
|
||||||
<string>macosx26.4</string>
|
<string>macosx26.5</string>
|
||||||
<key>DTXcode</key>
|
<key>DTXcode</key>
|
||||||
<string>2640</string>
|
<string>2650</string>
|
||||||
<key>DTXcodeBuild</key>
|
<key>DTXcodeBuild</key>
|
||||||
<string>17E192</string>
|
<string>17F42</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.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
#ifndef M2KIT_SWIFT_H
|
#ifndef M2KIT_SWIFT_H
|
||||||
#define M2KIT_SWIFT_H
|
#define M2KIT_SWIFT_H
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
@ -389,7 +389,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC")
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(__x86_64__) && __x86_64__
|
#elif defined(__x86_64__) && __x86_64__
|
||||||
// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
#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,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -1,7 +1,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,8 @@
|
|||||||
// swift-interface-format-version: 1.0
|
// swift-interface-format-version: 1.0
|
||||||
// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
|
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
|
||||||
// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -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 -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.3
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
|
||||||
|
import AVFoundation
|
||||||
import Combine
|
import Combine
|
||||||
import CommonCrypto
|
import CommonCrypto
|
||||||
import Foundation
|
import Foundation
|
||||||
@ -536,15 +537,28 @@ public enum M2NetConnecttionType {
|
|||||||
get
|
get
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2NetMonitor {
|
@_hasMissingDesignatedInitializers @_Concurrency.MainActor final public class M2NetMonitor : Foundation.ObservableObject {
|
||||||
@_Concurrency.MainActor public func start(monitorHandler: @escaping (_ isConnected: Swift.Bool) -> Swift.Void)
|
@_Concurrency.MainActor public static let shared: M2Kit.M2NetMonitor
|
||||||
@_Concurrency.MainActor public var isConnected: Swift.Bool {
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isConnected) @_Concurrency.MainActor final public var isConnected: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public var connectionType: M2Kit.M2NetConnecttionType {
|
@_Concurrency.MainActor final public var $isConnected: Combine.Published<Swift.Bool>.Publisher {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public func stop()
|
@Combine.Published<M2Kit.M2NetConnecttionType> @_projectedValueProperty($connectionType) @_Concurrency.MainActor final public var connectionType: M2Kit.M2NetConnecttionType {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $connectionType: Combine.Published<M2Kit.M2NetConnecttionType>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@Combine.Published<Swift.Bool> @_projectedValueProperty($isReady) @_Concurrency.MainActor final public var isReady: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
@_Concurrency.MainActor final public var $isReady: Combine.Published<Swift.Bool>.Publisher {
|
||||||
|
get
|
||||||
|
}
|
||||||
|
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
||||||
|
@objc deinit
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public struct M2Radio {
|
@_Concurrency.MainActor public struct M2Radio {
|
||||||
}
|
}
|
||||||
@ -887,6 +901,7 @@ public enum M2VideoStatus {
|
|||||||
@_Concurrency.MainActor public static func checkStatus(trackID: Swift.String) -> M2Kit.M2VideoStatus
|
@_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
|
||||||
|
@_Concurrency.MainActor public static func enableWorkForInCellularNetwork(_ enable: Swift.Bool)
|
||||||
}
|
}
|
||||||
extension M2Kit.M2Utils {
|
extension M2Kit.M2Utils {
|
||||||
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
@_Concurrency.MainActor public static var countryCode: Swift.String {
|
||||||
|
|||||||
Binary file not shown.
@ -6,51 +6,51 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>Headers/M2Kit-Swift.h</key>
|
<key>Headers/M2Kit-Swift.h</key>
|
||||||
<data>
|
<data>
|
||||||
G87QDktdLeer7xOMLZ8+9d7isv4=
|
kmG9FyD9DX6qXcD4xPSiHdPdJno=
|
||||||
</data>
|
</data>
|
||||||
<key>Info.plist</key>
|
<key>Info.plist</key>
|
||||||
<data>
|
<data>
|
||||||
SleqPxws2MeF18s7bAsi3b3gAdA=
|
PYogd+hy6knzlZMlZqnt/6otXqQ=
|
||||||
</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>
|
||||||
6wkkxfr7gSUxduDCHu2XUVH5mqs=
|
Fva/KBWcztni5NvNeTyWvX2WlF4=
|
||||||
</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>
|
||||||
C/DjXP+39RGzyGp+6hnph2T7Ggw=
|
8buWAw/ZK6G+N23carWf9WBJBU8=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||||
<data>
|
<data>
|
||||||
SSvr+y6ZXqMXP0bAmn52kfYSuro=
|
S9OsWJUQD1hEJGWTQaX8blYkrGc=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
||||||
<data>
|
<data>
|
||||||
C/DjXP+39RGzyGp+6hnph2T7Ggw=
|
8buWAw/ZK6G+N23carWf9WBJBU8=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||||
<data>
|
<data>
|
||||||
cWuVEwkHgiZ0wKbkz+bXgtOBEdA=
|
jZHFLq5c1zmMK8xKduqxECWpHRQ=
|
||||||
</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>
|
||||||
6wkkxfr7gSUxduDCHu2XUVH5mqs=
|
Fva/KBWcztni5NvNeTyWvX2WlF4=
|
||||||
</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>
|
||||||
67ufZbetgqCIouQgOoHeefyuiQQ=
|
BB78lMYBU4kDVqmC87ESvGuk5qI=
|
||||||
</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>
|
||||||
84PRDHxrcuTPrlyUgPuYSCrpbwY=
|
jK7v8hdpcUDe+oT6qlP+LLeC6IA=
|
||||||
</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>
|
||||||
67ufZbetgqCIouQgOoHeefyuiQQ=
|
BB78lMYBU4kDVqmC87ESvGuk5qI=
|
||||||
</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>
|
||||||
ljizTtjU6acR99o0hwhP7CmGb80=
|
ty9IdDafmqG0c3249Xyb0YCiuOM=
|
||||||
</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>
|
||||||
FTD974xn8GZrFCSw8Z3aSPQAfU6VQDFvfugYeGsFSJ4=
|
3evUDBP/zWRzYV+plW5UscRxYX/JefrPAAkcJBYkCC0=
|
||||||
</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>
|
||||||
IAGovL5skq6thn7aV3Nt5WDxbdiYaNYM9erID2rAHV0=
|
98NrTOHY6D0BRebJlQsytBo5Ma+HcHhZ6gR6K/LUI1M=
|
||||||
</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>
|
||||||
PiHJVcTXDiAQztXz878dXaDDnCuAizNqTdNlCyui6kM=
|
jEC4CyJZ9gD0BWPhiZcDKH1h4HyjH7xm73QW2rYFfDc=
|
||||||
</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>
|
||||||
qzDhJFekK+sg3z8wGfp187bHdDNpBCvLd67/j0J95m4=
|
uAT9a3g3MJTMtQ7sftLak3vUNNfZf+A85/ZxU1IXW/g=
|
||||||
</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>
|
||||||
PiHJVcTXDiAQztXz878dXaDDnCuAizNqTdNlCyui6kM=
|
jEC4CyJZ9gD0BWPhiZcDKH1h4HyjH7xm73QW2rYFfDc=
|
||||||
</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>
|
||||||
KFlMucW2Np1pbbENU443B7UYm1QT6eRw3cVc2P8sxT0=
|
90ZfrZAPW5D3dN7yK92i2mNKBtZKeXAX2PGiAmbR9q0=
|
||||||
</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>
|
||||||
IAGovL5skq6thn7aV3Nt5WDxbdiYaNYM9erID2rAHV0=
|
98NrTOHY6D0BRebJlQsytBo5Ma+HcHhZ6gR6K/LUI1M=
|
||||||
</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>
|
||||||
6qQNUJ8/hRlOVsRiC1a2bkXQZ70EVyxZk3YPhPQ1uIs=
|
Ab5oE/nYcAnFUkTWbAAe4wkbiFrJjiUJU2UoLHZW21c=
|
||||||
</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>
|
||||||
/eVTjH/4exBgWDdqwH4+fbY1x4lBEmeuQdMv5P3zdIQ=
|
IqxkHSi13uvRbjPTExbZYmIViVLJRKvDO1oi2+WA/D4=
|
||||||
</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>
|
||||||
6qQNUJ8/hRlOVsRiC1a2bkXQZ70EVyxZk3YPhPQ1uIs=
|
Ab5oE/nYcAnFUkTWbAAe4wkbiFrJjiUJU2UoLHZW21c=
|
||||||
</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>
|
||||||
xekHWLj2P7Pq7nzc+UO7lh0mTmos6pxVjh1UqxomKK8=
|
87Iq9BBtBpOJAK30WqkITfkM0hisfhk4VskgvOkDrRk=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/module.modulemap</key>
|
<key>Modules/module.modulemap</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user