Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9414c887e4 | |||
| 9ba9c99815 | |||
| 39728313b6 | |||
| ee793de89d | |||
| 63522ae598 | |||
| d02221f9cd | |||
| 0a3921b586 |
@ -4,6 +4,20 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>AvailableLibraries</key>
|
<key>AvailableLibraries</key>
|
||||||
<array>
|
<array>
|
||||||
|
<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/Versions/A/M2Kit</string>
|
<string>M2Kit.framework/Versions/A/M2Kit</string>
|
||||||
@ -21,20 +35,6 @@
|
|||||||
<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>
|
||||||
|
|||||||
@ -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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
@ -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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
@ -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.27</string>
|
<string>5.34</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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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
|
||||||
@ -494,16 +495,19 @@ public let m2Version: Swift.String
|
|||||||
@_Concurrency.MainActor public struct M2IAP {
|
@_Concurrency.MainActor public struct M2IAP {
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
|
||||||
|
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
|
||||||
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
|
||||||
|
@_Concurrency.MainActor public static var isEnable: Swift.Bool {
|
||||||
|
get
|
||||||
|
}
|
||||||
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
|
||||||
get
|
get
|
||||||
}
|
}
|
||||||
@_Concurrency.MainActor public static func fetch()
|
|
||||||
@_Concurrency.MainActor public static func purchaseProVersion()
|
@_Concurrency.MainActor public static func purchaseProVersion()
|
||||||
@_Concurrency.MainActor public static func restorePurchase()
|
@_Concurrency.MainActor public static func restorePurchase()
|
||||||
}
|
}
|
||||||
@ -570,6 +574,28 @@ extension M2Kit.M2Radio {
|
|||||||
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
@_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void)
|
||||||
}
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func countriesSupported() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchStations(title: Swift.String, token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topStations(token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForRadio() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listStationsByGenres(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (stations: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func stationInfo(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func searchPodcasts(title: Swift.String, token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listEpisodesOfPodcast(podcast: [Swift.AnyHashable : Any], token: Swift.String?) async -> (episodes: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func topPodcasts(token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func listGenresForPodcast() async -> [[Swift.AnyHashable : Any]]
|
||||||
|
@_Concurrency.MainActor public static func listPodcastsByGenre(genre: [Swift.AnyHashable : Any], token: Swift.String?) async -> (podcasts: [[Swift.AnyHashable : Any]], nextToken: Swift.String?)
|
||||||
|
@_Concurrency.MainActor public static func podcastInfo(podcast: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
|
extension M2Kit.M2Radio {
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(station: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
@_Concurrency.MainActor public static func getLinkPlay(episode: [Swift.AnyHashable : Any]) async -> Swift.String?
|
||||||
|
}
|
||||||
@_hasMissingDesignatedInitializers public class M2Setting {
|
@_hasMissingDesignatedInitializers public class M2Setting {
|
||||||
public static var option10: Swift.String {
|
public static var option10: Swift.String {
|
||||||
get
|
get
|
||||||
|
|||||||
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>
|
||||||
ROFrsHNNn41Y160APmlhNtjt+LQ=
|
hBQql2f1nqzZr8ThrAKMBmxOIOo=
|
||||||
</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>
|
||||||
VBvwTuSnDOQ1tB3xxrbFm3JeOXA=
|
DLFiYWNfE3LWDaPf90sW+sjd5No=
|
||||||
</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>
|
||||||
C3dGfDCkrGKZGrHWH9mhcx+28EQ=
|
5sV9ST5PvM1vUAWG81tv+P3XibI=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||||
<data>
|
<data>
|
||||||
8CyTIEjgb4RKLYkRyCmmAbs8xYw=
|
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>
|
||||||
C3dGfDCkrGKZGrHWH9mhcx+28EQ=
|
5sV9ST5PvM1vUAWG81tv+P3XibI=
|
||||||
</data>
|
</data>
|
||||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||||
<data>
|
<data>
|
||||||
lwHZli6SwJBDqZRK1wA6phBYtrU=
|
mHcFrolkGKA1Yg4/MC1ah6YnZYw=
|
||||||
</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>
|
||||||
VBvwTuSnDOQ1tB3xxrbFm3JeOXA=
|
DLFiYWNfE3LWDaPf90sW+sjd5No=
|
||||||
</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>
|
||||||
UsfVebNFJWVdmCObsq67QDsaM54=
|
pxKt6HpTwry7qw5k/SvavxYlDIk=
|
||||||
</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>
|
||||||
jBEe9jyCAD9+xzqFRhYXRVvraxE=
|
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>
|
||||||
UsfVebNFJWVdmCObsq67QDsaM54=
|
pxKt6HpTwry7qw5k/SvavxYlDIk=
|
||||||
</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>
|
||||||
A5EX/zE0uqYzA4nb0tXngeeY+ZA=
|
/gtcbPmxPuElEwYdN5GDnHF9i/c=
|
||||||
</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>
|
||||||
H2ufbCY9OWpD0FzQ3Pfr73I3ICgjHoCg/kO5Ta+J0SY=
|
umCu+f7IAazsTjTEHq8RXZ9D8wStad6NqkZh7xJGSOs=
|
||||||
</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>
|
||||||
bf0MVePd/h7EQqkISv6VhcRJ5SlL9JGrcZWjH4l+e4g=
|
JcLskbl1EF3whhLrSuxtLszpnCec1EI40i+/E4VXdRY=
|
||||||
</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>
|
||||||
+KUj5jTWVEXI5LiT6qiel7T5P3fkUl3sPxR/4Bqxnkg=
|
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>
|
||||||
bf0MVePd/h7EQqkISv6VhcRJ5SlL9JGrcZWjH4l+e4g=
|
JcLskbl1EF3whhLrSuxtLszpnCec1EI40i+/E4VXdRY=
|
||||||
</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>
|
||||||
vRUsYRCBfim2eYUO/ATpupsB/Unvsu14lxZqVgCgz9E=
|
DM2UJ84/QGSG7nEZW8jReJb+aK2UHN+x01ImO2t23LI=
|
||||||
</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>
|
||||||
H2ufbCY9OWpD0FzQ3Pfr73I3ICgjHoCg/kO5Ta+J0SY=
|
umCu+f7IAazsTjTEHq8RXZ9D8wStad6NqkZh7xJGSOs=
|
||||||
</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>
|
||||||
N5/7AiOLP20lfw5PC5YXJay4V61Uv029Me2MWFFh+Gs=
|
xe8+e4yJbAY3LD3Q49dHSCRB3IUuHkm0IQ3l6kvE2cg=
|
||||||
</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>
|
||||||
m/hXa6qs+jBFvfrNRul7RZq9vDOC9C6ZnmJatPAxAsU=
|
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>
|
||||||
N5/7AiOLP20lfw5PC5YXJay4V61Uv029Me2MWFFh+Gs=
|
xe8+e4yJbAY3LD3Q49dHSCRB3IUuHkm0IQ3l6kvE2cg=
|
||||||
</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>
|
||||||
rBCNcmIlhzGKigiGMzLA0gi7cZ+N9HLqXqClqEBv8TA=
|
WmydAffhAHU9YFfiNqDxUSDu0A+cz37r2ECVA7QlmoE=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Modules/module.modulemap</key>
|
<key>Modules/module.modulemap</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user