Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11c95a7569 |
@ -4,20 +4,6 @@
|
||||
<dict>
|
||||
<key>AvailableLibraries</key>
|
||||
<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>
|
||||
<key>BinaryPath</key>
|
||||
<string>M2Kit.framework/M2Kit</string>
|
||||
@ -52,6 +38,20 @@
|
||||
<key>SupportedPlatformVariant</key>
|
||||
<string>maccatalyst</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>BinaryPath</key>
|
||||
<string>M2Kit.framework/M2Kit</string>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>ios-arm64</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>M2Kit.framework</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>ios</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XFWK</string>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.17</string>
|
||||
<string>5.18</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
@ -437,9 +437,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topSongsEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideosEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode:result:) instead.")
|
||||
@_Concurrency.MainActor public static func topChannelsEx(result: @escaping (_ channels: [[Swift.AnyHashable : Any]]) -> Swift.Void)
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@ -494,9 +498,13 @@ extension M2Kit.M2API {
|
||||
@_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
@available(*, deprecated, message: "Use ytSongs(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topSongs() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytMusicVideosEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytTrendingEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func trendingVideos() async -> [[Swift.AnyHashable : Any]]
|
||||
@available(*, deprecated, message: "Use ytArtistsEx(countrycode) instead.")
|
||||
@_Concurrency.MainActor public static func topChannels() async -> [[Swift.AnyHashable : Any]]
|
||||
}
|
||||
extension M2Kit.M2API {
|
||||
|
||||
Binary file not shown.
@ -10,15 +10,15 @@
|
||||
</data>
|
||||
<key>Info.plist</key>
|
||||
<data>
|
||||
qjZiqtpkjhuy8q3xK6+SiVJSmos=
|
||||
dAHcnIuku7rJ8Zr+09WoTNDxtis=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
||||
<data>
|
||||
w9o8sJIFRxlPLqXJY4kcydj734c=
|
||||
dwL1ua8cZPnoaLOc6u8S+xJBsVQ=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<data>
|
||||
BlhDlg7XWIRjWzJOBVWQQvSN5cM=
|
||||
rZl0Y4Sfp3QHMVLGMoTCskyTg7k=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||
<data>
|
||||
@ -26,19 +26,19 @@
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
||||
<data>
|
||||
BlhDlg7XWIRjWzJOBVWQQvSN5cM=
|
||||
rZl0Y4Sfp3QHMVLGMoTCskyTg7k=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||
<data>
|
||||
QWlKeousIOWdmxhhNw75cQyQSL4=
|
||||
2zTE7fQRcYhJEhgsQt5jIpRtl18=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
||||
<data>
|
||||
w9o8sJIFRxlPLqXJY4kcydj734c=
|
||||
dwL1ua8cZPnoaLOc6u8S+xJBsVQ=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<data>
|
||||
Q4xigWfSaq+1lnfBsd0Xrk/t7/o=
|
||||
LuM3kNllVqstKjnAvwmRGqC5WWg=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
||||
<data>
|
||||
@ -46,11 +46,11 @@
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
||||
<data>
|
||||
Q4xigWfSaq+1lnfBsd0Xrk/t7/o=
|
||||
LuM3kNllVqstKjnAvwmRGqC5WWg=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
||||
<data>
|
||||
2rsOy3F4x+2dplH3vqhXI03rBEI=
|
||||
cDaOVqVlOzfqD5buHvMDQJA+Q9k=
|
||||
</data>
|
||||
<key>Modules/module.modulemap</key>
|
||||
<data>
|
||||
@ -70,14 +70,14 @@
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
KNdXrWpqrRc3vCyehmUsODAyi2ndGzb5O91EOGyTTC8=
|
||||
J20BbSjLY5A9VNlCA6E/OKe+rgJ5SRJmzwoOaCQdLnI=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
C9WkYmmVBYgunQMeJMw9Mt+i0pOCqnyYVGY4zelwDD4=
|
||||
K5XUczVb1xc6x3LtJClJhmcjwb58yaE518d/88h0ZCk=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||
@ -91,28 +91,28 @@
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
C9WkYmmVBYgunQMeJMw9Mt+i0pOCqnyYVGY4zelwDD4=
|
||||
K5XUczVb1xc6x3LtJClJhmcjwb58yaE518d/88h0ZCk=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
SWvhEydjIAKVwOBuJRwvfcikmaTyNeqbm1+WudgCGsQ=
|
||||
XBniwI5AwcuFAXZqdCEK5MjYkagIE5noMOKDd0iQP1E=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
KNdXrWpqrRc3vCyehmUsODAyi2ndGzb5O91EOGyTTC8=
|
||||
J20BbSjLY5A9VNlCA6E/OKe+rgJ5SRJmzwoOaCQdLnI=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
E01EpI7kKlXb2jh1tiU90/AEqp3qcsQntjEqqhZYl3U=
|
||||
8vat1D3qhUmVttAkq0azZlJgrvNaT2yPHnRIDLZcgh0=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
||||
@ -126,14 +126,14 @@
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
E01EpI7kKlXb2jh1tiU90/AEqp3qcsQntjEqqhZYl3U=
|
||||
8vat1D3qhUmVttAkq0azZlJgrvNaT2yPHnRIDLZcgh0=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
8VMY7mqWpMVlQ+6iOU8nvqVjS+NWZc4GR5L84n3dmGc=
|
||||
AyEBBM6ibp/IWJq/WCcOE9aZkHxRIvK+lad/TcNXlWY=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/module.modulemap</key>
|
||||
|
||||
Reference in New Issue
Block a user