Skip to content

Commit d9ccd0e

Browse files
authored
Merge pull request #21 from VKCOM/version-2.53.5
Version 2.53.5
2 parents 8bb551e + 64e17c9 commit d9ccd0e

2,327 files changed

Lines changed: 2347 additions & 2347 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Demo/PlayerDemo.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
737737
CLANG_ENABLE_MODULES = YES;
738738
CODE_SIGN_STYLE = Automatic;
739-
CURRENT_PROJECT_VERSION = 2.53.4;
739+
CURRENT_PROJECT_VERSION = 2.53.5;
740740
DEVELOPMENT_TEAM = "";
741741
ENABLE_BITCODE = NO;
742742
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -745,7 +745,7 @@
745745
"$(inherited)",
746746
"@executable_path/Frameworks",
747747
);
748-
MARKETING_VERSION = 2.53.4;
748+
MARKETING_VERSION = 2.53.5;
749749
PRODUCT_BUNDLE_IDENTIFIER = "$(APP_BUNDLE_IDENTIFIER)";
750750
PRODUCT_NAME = "$(TARGET_NAME)";
751751
STRIP_INSTALLED_PRODUCT = NO;
@@ -765,7 +765,7 @@
765765
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
766766
CLANG_ENABLE_MODULES = YES;
767767
CODE_SIGN_STYLE = Automatic;
768-
CURRENT_PROJECT_VERSION = 2.53.4;
768+
CURRENT_PROJECT_VERSION = 2.53.5;
769769
DEVELOPMENT_TEAM = "";
770770
ENABLE_BITCODE = NO;
771771
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -774,7 +774,7 @@
774774
"$(inherited)",
775775
"@executable_path/Frameworks",
776776
);
777-
MARKETING_VERSION = 2.53.4;
777+
MARKETING_VERSION = 2.53.5;
778778
PRODUCT_BUNDLE_IDENTIFIER = "$(APP_BUNDLE_IDENTIFIER)";
779779
PRODUCT_NAME = "$(TARGET_NAME)";
780780
STRIP_INSTALLED_PRODUCT = NO;
@@ -812,7 +812,7 @@
812812
repositoryURL = "https://github.com/VKCOM/VideoPlayer-iOS";
813813
requirement = {
814814
kind = exactVersion;
815-
version = 2.53.4;
815+
version = 2.53.5;
816816
};
817817
};
818818
/* End XCRemoteSwiftPackageReference section */

Demo/PlayerDemo/Resources/Configuration.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
APP_BUNDLE_IDENTIFIER = com.vk.dev.OneVideoPlayerDemo
33

44
APP_LAUNCHIMAGE_ASSET_NAME = LaunchScreen.storyboard
5-
APP_VERSION=2.53.4
5+
APP_VERSION=2.53.5
66
PRODUCT_BUNDLE_DISPLAY_NAME = Player Demo

Package.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
// swift-tools-version: 5.9
2-
// 2026-03-12 10:30:23
3-
// Version: 2.53.4
2+
// 2026-03-18 10:47:14
3+
// Version: 2.53.5
44
// App version: 8.165
55

66
import PackageDescription
77

88
let package = Package(name: "VKVideoPlayer", platforms: [.iOS(.v14)],
99
products: [
10-
.library(name: "VKVideoPlayer", targets: ["VKOpus", "WebM", "OVPlayerKit", "OVKResources", "Dav1d", "VPX", "OVKitStatistics", "OVKit"]),
11-
.library(name: "OVKitUpload", targets: ["OVKitUpload"]),
12-
.library(name: "OVKitMyTargetPlugin", targets: ["OVKitMyTargetPlugin"]),
10+
.library(name: "VKVideoPlayer", targets: ["Dav1d", "OVPlayerKit", "OVKResources", "VPX", "OVKitStatistics", "WebM", "VKOpus", "OVKit"]),
1311
.library(name: "OVKitUIComponents", targets: ["OVKitUIComponents"]),
12+
.library(name: "OVKitMyTargetPlugin", targets: ["OVKitMyTargetPlugin"]),
13+
.library(name: "OVKitUpload", targets: ["OVKitUpload"]),
1414
],
1515
targets: [
16-
.binaryTarget(name: "VKOpus", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/VKOpus/1.0.1/VKOpus.xcframework.zip", checksum: "0cc832ed878ad0bc6caec82e262c4dfc8be1161076111c8ac93057a95d2ce7a5"),
17-
.binaryTarget(name: "WebM", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/WebM/1.2.1/WebM.xcframework.zip", checksum: "a5456984ca8ad47efd286c9f0112ab3b9995c21f50923203b19462414f0c6bb4"),
18-
.binaryTarget(name: "OVPlayerKit", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVPlayerKit/3.93.4/OVPlayerKit.xcframework.zip", checksum: "397f028d2be6723cd4bb3e58d4955f2a8488d011d9e61d8ccc36f25b9a7689b3"),
19-
.binaryTarget(name: "OVKResources", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKResources/2.91.4/OVKResources.xcframework.zip", checksum: "84c135b447c028e16a970180afe154ff096b029c41d79f5f84d88a9de054c942"),
2016
.binaryTarget(name: "Dav1d", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/Dav1d/2.0/Dav1d.xcframework.zip", checksum: "f9c1945e81936dd4fde648e8716eeb01cbcfe762f462d4efd6dac8782fac5399"),
17+
.binaryTarget(name: "OVPlayerKit", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVPlayerKit/3.93.5/OVPlayerKit.xcframework.zip", checksum: "2b62cad64dc9611c55025e67c8138b3cb0abfe3b6839f63af3718fde90911010"),
18+
.binaryTarget(name: "OVKResources", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKResources/2.91.5/OVKResources.xcframework.zip", checksum: "b2c58359227f13b8029d007d8c1ffba50151cb5a0d93e1ed3b9cb2140874a997"),
2119
.binaryTarget(name: "VPX", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/VPX/1.2.1/VPX.xcframework.zip", checksum: "9377ec0ff544202efee0002b2e876d113ec6afb417aa33d2697f00a3c0ce155f"),
22-
.binaryTarget(name: "OVKitStatistics", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitStatistics/1.40.4/OVKitStatistics.xcframework.zip", checksum: "a4e4c753361f22983b8b147863d6c432e3057b819a748d45f0baea0811518a60"),
23-
.binaryTarget(name: "OVKit", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKit/5.53.4/OVKit.xcframework.zip", checksum: "90b9cf92d123f6ed7b32cc45fab65a9fb7671fc0179e4d5e87e48b497e638d60"),
24-
.binaryTarget(name: "OVKitUpload", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitUpload/1.2.4/OVKitUpload.xcframework.zip", checksum: "401378233ac3d5d73887ae988a2315470353b6735a63e4c97a50a9e56d094496"),
25-
.binaryTarget(name: "OVKitMyTargetPlugin", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitMyTargetPlugin/2.17.4/OVKitMyTargetPlugin.xcframework.zip", checksum: "e05f2357c46f3a0566af429d56dfb82f5a7f9f0f2d0eecc6d7d7b861d15e07ee"),
26-
.binaryTarget(name: "OVKitUIComponents", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitUIComponents/1.2.4/OVKitUIComponents.xcframework.zip", checksum: "11903f651f9ae733c1b6a9ff80c16d72e3111be8d09f142c3eea1142943319fd"),
20+
.binaryTarget(name: "OVKitStatistics", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitStatistics/1.40.5/OVKitStatistics.xcframework.zip", checksum: "2178f7522775e5c26c40a7e94e0f21efe1657f93833f0eae2696dbcd3082bf24"),
21+
.binaryTarget(name: "WebM", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/WebM/1.2.1/WebM.xcframework.zip", checksum: "a5456984ca8ad47efd286c9f0112ab3b9995c21f50923203b19462414f0c6bb4"),
22+
.binaryTarget(name: "VKOpus", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/VKOpus/1.0.1/VKOpus.xcframework.zip", checksum: "0cc832ed878ad0bc6caec82e262c4dfc8be1161076111c8ac93057a95d2ce7a5"),
23+
.binaryTarget(name: "OVKit", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKit/5.53.5/OVKit.xcframework.zip", checksum: "ffc99b6a5434ac251b188fb2fcb7392a962ce313fde758f0b87c39771ba17e2f"),
24+
.binaryTarget(name: "OVKitUIComponents", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitUIComponents/1.2.5/OVKitUIComponents.xcframework.zip", checksum: "496ab1f1b4e755cb5d024eafa41445dd9ff6af76d51f41e5df58297eeab18d11"),
25+
.binaryTarget(name: "OVKitMyTargetPlugin", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitMyTargetPlugin/2.17.5/OVKitMyTargetPlugin.xcframework.zip", checksum: "08dc1e8d792734838d0b7016b6d05f3396c282f77e9d8219ba3f3d727a7636fe"),
26+
.binaryTarget(name: "OVKitUpload", url: "https://artifactory-external.vkpartner.ru/artifactory/vk-ios-sdk/OVKitUpload/1.2.5/OVKitUpload.xcframework.zip", checksum: "5c8a89e71b5be342413ac2c8c9c517984d06250f531bf61ce79517b5cbec9c71"),
2727
]
2828
)

Podfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ artifactory_url = 'https://artifactory-external.vkpartner.ru/artifactory/vk-ios-
55
target 'PlayerDemo' do
66
use_frameworks!
77

8-
pod 'VKOpus', :podspec => "#{artifactory_url}/VKOpus/1.0.1/VKOpus.podspec", :inhibit_warnings => true
9-
pod 'WebM', :podspec => "#{artifactory_url}/WebM/1.2.1/WebM.podspec", :inhibit_warnings => true
10-
pod 'OVPlayerKit', :podspec => "#{artifactory_url}/OVPlayerKit/3.93.4/OVPlayerKit.podspec", :inhibit_warnings => true
11-
pod 'OVKResources', :podspec => "#{artifactory_url}/OVKResources/2.91.4/OVKResources.podspec", :inhibit_warnings => true
128
pod 'Dav1d', :podspec => "#{artifactory_url}/Dav1d/2.0/Dav1d.podspec", :inhibit_warnings => true
9+
pod 'OVPlayerKit', :podspec => "#{artifactory_url}/OVPlayerKit/3.93.5/OVPlayerKit.podspec", :inhibit_warnings => true
10+
pod 'OVKResources', :podspec => "#{artifactory_url}/OVKResources/2.91.5/OVKResources.podspec", :inhibit_warnings => true
1311
pod 'VPX', :podspec => "#{artifactory_url}/VPX/1.2.1/VPX.podspec", :inhibit_warnings => true
14-
pod 'OVKitStatistics', :podspec => "#{artifactory_url}/OVKitStatistics/1.40.4/OVKitStatistics.podspec", :inhibit_warnings => true
15-
pod 'OVKit', :podspec => "#{artifactory_url}/OVKit/5.53.4/OVKit.podspec", :inhibit_warnings => true
12+
pod 'OVKitStatistics', :podspec => "#{artifactory_url}/OVKitStatistics/1.40.5/OVKitStatistics.podspec", :inhibit_warnings => true
13+
pod 'WebM', :podspec => "#{artifactory_url}/WebM/1.2.1/WebM.podspec", :inhibit_warnings => true
14+
pod 'VKOpus', :podspec => "#{artifactory_url}/VKOpus/1.0.1/VKOpus.podspec", :inhibit_warnings => true
15+
pod 'OVKit', :podspec => "#{artifactory_url}/OVKit/5.53.5/OVKit.podspec", :inhibit_warnings => true
1616
end

docs/data/documentation/ovkit.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/data/documentation/ovkit/actionkind.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"!=","kind":"identifier"},{"text":" ","kind":"text"},{"text":"(","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}],"modules":[{"relatedModules":["Swift"],"name":"OVKit"}],"role":"symbol","roleHeading":"Operator","extendedModule":"Swift","symbolKind":"op","title":"!=(_:_:)","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::c:@M@OVKit@E@OVKMenuActionKind"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"}]}]}],"variants":[{"paths":["\/documentation\/ovkit\/actionkind\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/onevideo.OVKit\/documentation\/OVKit","doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind\/!=(_:_:)"},"references":{"doc://onevideo.OVKit/documentation/OVKit/ActionKind/!=(_:_:)":{"type":"topic","title":"!=(_:_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind\/!=(_:_:)","abstract":[],"url":"\/documentation\/ovkit\/actionkind\/!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"!=","kind":"identifier"},{"text":" ","kind":"text"},{"text":"(","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}]},"doc://onevideo.OVKit/documentation/OVKit":{"identifier":"doc:\/\/onevideo.OVKit\/documentation\/OVKit","title":"OVKit","role":"collection","type":"topic","kind":"symbol","url":"\/documentation\/ovkit","abstract":[{"type":"text","text":"Плеер видео и трансляций для VK Видео."}]},"doc://onevideo.OVKit/documentation/OVKit/ActionKind":{"abstract":[{"type":"text","text":"Идентификатор пункта меню."}],"role":"symbol","kind":"symbol","url":"\/documentation\/ovkit\/actionkind","identifier":"doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind","title":"ActionKind","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ActionKind","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ActionKind"}]}},"variantOverrides":[{"traits":[{"interfaceLanguage":"occ"}],"patch":[{"op":"replace","path":"\/references\/doc:~1~1onevideo.OVKit~1documentation~1OVKit~1ActionKind\/title","value":"OVKMenuActionKind"},{"op":"replace","path":"\/references\/doc:~1~1onevideo.OVKit~1documentation~1OVKit~1ActionKind\/fragments","value":[{"kind":"identifier","text":"OVKMenuActionKind"}]},{"op":"replace","path":"\/references\/doc:~1~1onevideo.OVKit~1documentation~1OVKit~1ActionKind\/navigatorTitle","value":[{"kind":"identifier","text":"OVKMenuActionKind"}]}]}]}
1+
{"hierarchy":{"paths":[["doc:\/\/onevideo.OVKit\/documentation\/OVKit","doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"roleHeading":"Operator","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::c:@M@OVKit@E@OVKMenuActionKind","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"}],"extendedModule":"Swift","role":"symbol","modules":[{"name":"OVKit","relatedModules":["Swift"]}],"title":"!=(_:_:)","symbolKind":"op"},"variants":[{"paths":["\/documentation\/ovkit\/actionkind\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind\/!=(_:_:)","interfaceLanguage":"swift"},"references":{"doc://onevideo.OVKit/documentation/OVKit":{"abstract":[{"text":"Плеер видео и трансляций для VK Видео.","type":"text"}],"identifier":"doc:\/\/onevideo.OVKit\/documentation\/OVKit","type":"topic","title":"OVKit","kind":"symbol","role":"collection","url":"\/documentation\/ovkit"},"doc://onevideo.OVKit/documentation/OVKit/ActionKind/!=(_:_:)":{"type":"topic","url":"\/documentation\/ovkit\/actionkind\/!=(_:_:)","abstract":[],"kind":"symbol","role":"symbol","title":"!=(_:_:)","identifier":"doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind\/!=(_:_:)","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"!=","kind":"identifier"},{"text":" ","kind":"text"},{"text":"(","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"}]},"doc://onevideo.OVKit/documentation/OVKit/ActionKind":{"type":"topic","url":"\/documentation\/ovkit\/actionkind","abstract":[{"text":"Идентификатор пункта меню.","type":"text"}],"kind":"symbol","role":"symbol","title":"ActionKind","navigatorTitle":[{"text":"ActionKind","kind":"identifier"}],"identifier":"doc:\/\/onevideo.OVKit\/documentation\/OVKit\/ActionKind","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ActionKind","kind":"identifier"}]}},"variantOverrides":[{"traits":[{"interfaceLanguage":"occ"}],"patch":[{"op":"replace","value":"OVKMenuActionKind","path":"\/references\/doc:~1~1onevideo.OVKit~1documentation~1OVKit~1ActionKind\/title"},{"op":"replace","value":[{"kind":"identifier","text":"OVKMenuActionKind"}],"path":"\/references\/doc:~1~1onevideo.OVKit~1documentation~1OVKit~1ActionKind\/fragments"},{"op":"replace","value":[{"kind":"identifier","text":"OVKMenuActionKind"}],"path":"\/references\/doc:~1~1onevideo.OVKit~1documentation~1OVKit~1ActionKind\/navigatorTitle"}]}]}

0 commit comments

Comments
 (0)