Skip to content

Commit

Permalink
Merge branch 'qnblackcat:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jul 25, 2022
2 parents a4ab7d3 + b91f9b0 commit 7fbb368
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CercubePlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ BOOL ytDisableHighContrastIcons () {
}

# pragma mark - Tweaks
// Enable Reorder videos from playlist while on the Watch page - @PoomSmart
%hook YTIPlaylistPanelVideoRenderer
%new
- (BOOL)canReorder { return YES; }
%end

// YTMiniPlayerEnabler: https://github.com/level3tjg/YTMiniplayerEnabler/
%hook YTWatchMiniBarViewController
- (void)updateMiniBarPlayerStateFromRenderer {
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,12 @@ any many more...

- **CercubePlus** (or you can call it Cercube+) requires iOS & iPadOS 13.0 and later. The latest version of **CercubePlus** can be found in the [Release tab](https://github.com/qnblackcat/CercubePlus/releases).

- For AltStore user:
- My official AltStore repo: https://qnblackcat.github.io/AltStore/
- [Open in AltStore (v17.26.2-5.3.10)](https://tinyurl.com/mr3ftnfv) - It will take a while to install because AltStore needs to download the IPA first.
- For AltStore user: [Open in AltStore (v17.26.2-5.3.10)](https://tinyurl.com/mr3ftnfv) - It will take a while to install because AltStore needs to download the IPA first.

- Version info: _(Jul 17)_

<details>
<summary>▶︎ Expand!</summary>
<summary>Expand!</summary>

| **Tweaks/App** | **Developer** | **Version** | **Open source** |
| - | - | :-: | :-: |
Expand Down
10 changes: 0 additions & 10 deletions lang/CercubePlus.bundle/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// How to translate CercubePlus to your languate:
//
// 1. Fork CercubePlus repo
// 2. Duplicate the template.lproj folder, and edit the duplicated folder's name to your <lang_code>.lproj id.
// For example: ru.lproj for Russia. For more details, visit: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
// 3. Translate each line below after each =
// 4. Open a Pull Request
//
// If your language already exists then feel free to check it and/or improve it!
//
// Settings

"HIDE_PREVIOUS_AND_NEXT_BUTTON" = "إخفاء زر التقدم والرجوع";
Expand Down
2 changes: 1 addition & 1 deletion lang/CercubePlus.bundle/template.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// 1. Fork CercubePlus repo
// 2. Duplicate the template.lproj folder, and edit the duplicated folder's name to your <lang_code>.lproj id.
// For example: <ru.lproj> for Russia. For more details, visit: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
// For example: <ru.lproj> for Russia. For more details, visit: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
// 3. Translate each line below after each =
// 4. Open a Pull Request
//
Expand Down

0 comments on commit 7fbb368

Please sign in to comment.