Skip to content

Commit

Permalink
Merge pull request #43 from weiran/ytfix
Browse files Browse the repository at this point in the history
YouTube playback fix
  • Loading branch information
weiran authored Sep 14, 2021
2 parents 3c384aa + 8c2cef8 commit 0836592
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inhibit_all_warnings!

target 'WatchItLater' do
# Pods for Watch It Later
pod 'XCDYouTubeKit', :git => 'https://github.com/jatin19121990/XCDYouTubeKit', :branch => 'hotfix/Can-Not-Play-video-any-more---XCDYouTubeVideoErrorDomain-Code=-3-#525'
pod 'XCDYouTubeKit', :git => 'https://github.com/ryanfrancesconi/XCDYouTubeKit', :branch => 'add'
pod 'YTVimeoExtractor', :git => 'https://github.com/lilfaf/YTVimeoExtractor', :commit => '57bf479e860abd7dcd5fcbc520062cea3c7b5587'
pod 'Locksmith'
pod 'Nuke'
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEPENDENCIES:
- SwinjectStoryboard (from `https://github.com/Swinject/SwinjectStoryboard`, commit `0ca45c83a8aa398c153d8a036c95abb4343cfa0c`, branch `master`)
- TVVLCKit (~> 3.3.15)
- TVVLCPlayer (from `https://github.com/weiran/TVVLCPlayer`, branch `kodlian_master`)
- "XCDYouTubeKit (from `https://github.com/jatin19121990/XCDYouTubeKit`, branch `hotfix/Can-Not-Play-video-any-more---XCDYouTubeVideoErrorDomain-Code=-3-#525`)"
- XCDYouTubeKit (from `https://github.com/ryanfrancesconi/XCDYouTubeKit`, branch `add`)
- YTVimeoExtractor (from `https://github.com/lilfaf/YTVimeoExtractor`, commit `57bf479e860abd7dcd5fcbc520062cea3c7b5587`)

SPEC REPOS:
Expand All @@ -50,8 +50,8 @@ EXTERNAL SOURCES:
:branch: kodlian_master
:git: https://github.com/weiran/TVVLCPlayer
XCDYouTubeKit:
:branch: "hotfix/Can-Not-Play-video-any-more---XCDYouTubeVideoErrorDomain-Code=-3-#525"
:git: https://github.com/jatin19121990/XCDYouTubeKit
:branch: add
:git: https://github.com/ryanfrancesconi/XCDYouTubeKit
YTVimeoExtractor:
:commit: 57bf479e860abd7dcd5fcbc520062cea3c7b5587
:git: https://github.com/lilfaf/YTVimeoExtractor
Expand All @@ -64,8 +64,8 @@ CHECKOUT OPTIONS:
:commit: 79564c0a0e0d43bca294b415bdcfb96825a55c72
:git: https://github.com/weiran/TVVLCPlayer
XCDYouTubeKit:
:commit: 8389cd3a1beab8bba76649ff870125b580d9a049
:git: https://github.com/jatin19121990/XCDYouTubeKit
:commit: 3e55a526e0283f1c9ef2f6ce98031bf50a277428
:git: https://github.com/ryanfrancesconi/XCDYouTubeKit
YTVimeoExtractor:
:commit: 57bf479e860abd7dcd5fcbc520062cea3c7b5587
:git: https://github.com/lilfaf/YTVimeoExtractor
Expand All @@ -84,6 +84,6 @@ SPEC CHECKSUMS:
XCDYouTubeKit: b120aced3d8638ffb570c5450cddb5a1dac448c7
YTVimeoExtractor: f4ed90f43e08d33d56c1d1aff3f4f64663747966

PODFILE CHECKSUM: 81bb56df429a445bb56d0e14a06013e4f3508348
PODFILE CHECKSUM: 67d79d7a6454337fbfa1baf05ba4d3c76332f492

COCOAPODS: 1.10.1
8 changes: 4 additions & 4 deletions WatchItLater.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,15 +558,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 43;
CURRENT_PROJECT_VERSION = 44;
DEVELOPMENT_TEAM = 2KB59GPA9B;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/**",
);
INFOPLIST_FILE = "App/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.7;
MARKETING_VERSION = 2.0.8;
PRODUCT_BUNDLE_IDENTIFIER = co.weiran.WatchItLater;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -590,15 +590,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 43;
CURRENT_PROJECT_VERSION = 44;
DEVELOPMENT_TEAM = 2KB59GPA9B;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/**",
);
INFOPLIST_FILE = "App/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.7;
MARKETING_VERSION = 2.0.8;
PRODUCT_BUNDLE_IDENTIFIER = co.weiran.WatchItLater;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit 0836592

Please sign in to comment.