Merge branch 'arichornlover:main' into main
This commit is contained in:
commit
bb0bb3fdd3
2 changed files with 5 additions and 7 deletions
6
.github/workflows/update-submodules.yml
vendored
6
.github/workflows/update-submodules.yml
vendored
|
|
@ -24,14 +24,10 @@ jobs:
|
|||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/DontEatMyContent
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/IAmYouTube
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTHoldForSpeed
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTSpeed
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/MrBeastify
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/Return-YouTube-Dislikes
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/uYouLocalization
|
||||
|
|
@ -58,6 +54,8 @@ jobs:
|
|||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/iSponsorBlock
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/protobuf
|
||||
git add .
|
||||
git submodule update --init --recursive
|
||||
git commit -m "updated submodules"
|
||||
git push
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#import <YouTubeHeader/YTColorPalette.h>
|
||||
#import <YouTubeHeader/YTCommonColorPalette.h>
|
||||
#import <YouTubeHeader/GOODialogView.h>
|
||||
#import "Tweaks/protobuf/objectivec/GPBDescriptor.h"
|
||||
#import "Tweaks/protobuf/objectivec/GPBUnknownField.h"
|
||||
#import "Tweaks/protobuf/objectivec/GPBUnknownFields.h"
|
||||
#import <YouTubeHeader/GPBDescriptor.h>
|
||||
#import <YouTubeHeader/GPBUnknownField.h>
|
||||
#import <YouTubeHeader/GPBUnknownFields.h>
|
||||
#import "uYouPlus.h"
|
||||
|
||||
@interface PlayerManager : NSObject
|
||||
|
|
|
|||
Loading…
Reference in a new issue