Commit graph

1385 commits

Author SHA1 Message Date
GitHub Actions
2f5f46f083 updated submodules 2026-03-11 01:15:06 +00:00
GitHub Actions
df620f0af0 updated submodules 2026-03-10 01:14:38 +00:00
GitHub Actions
0d091e714c updated submodules 2026-03-09 01:19:43 +00:00
GitHub Actions
680d99454d updated submodules 2026-03-08 01:20:22 +00:00
GitHub Actions
1448045e76 updated submodules 2026-03-07 01:14:24 +00:00
GitHub Actions
6d8bb9bdb3 updated submodules 2026-03-06 01:22:48 +00:00
Balackburn
e200208825
Update deprecation notice with correct link 2026-03-05 14:17:57 +01:00
Balackburn
00c115f37c
Update README.md 2026-03-05 14:17:06 +01:00
GitHub Actions
f6e067dbf8 updated submodules 2026-03-05 01:19:12 +00:00
GitHub Actions
4c6ec64983 updated submodules 2026-03-04 01:22:15 +00:00
GitHub Actions
04069d5348 updated submodules 2026-03-03 01:21:11 +00:00
GitHub Actions
b66605a48b updated submodules 2026-03-02 01:19:46 +00:00
GitHub Actions
9653282e59 updated submodules 2026-03-01 01:26:55 +00:00
GitHub Actions
28450fd4fd updated submodules 2026-02-28 01:11:04 +00:00
GitHub Actions
af29df32ba updated submodules 2026-02-27 01:16:38 +00:00
GitHub Actions
67a8dfe6f0 updated submodules 2026-02-26 01:18:15 +00:00
GitHub Actions
84639b6349 updated submodules 2026-02-25 01:23:11 +00:00
GitHub Actions
e0d602d4ac updated submodules 2026-02-24 01:19:08 +00:00
GitHub Actions
313f72e1ea updated submodules 2026-02-23 01:20:37 +00:00
GitHub Actions
1e2e572254 updated submodules 2026-02-22 01:21:12 +00:00
GitHub Actions
fbf529ac88 updated submodules 2026-02-21 01:15:19 +00:00
GitHub Actions
b0f1fea999 updated submodules 2026-02-20 01:17:38 +00:00
Aahlaad Mantravadi
35dda071a4
fix: authenticate GitHub API calls and prevent redundant Makefile request (#709)
* Update GitHub Actions to include GITHUB_TOKEN

* Fix YTLITE_VERSION assignment in Makefile
2026-02-19 15:59:14 +01:00
GitHub Actions
3bab20ed15 updated submodules 2026-02-19 01:21:37 +00:00
GitHub Actions
63da4634e6 updated submodules 2026-02-18 01:22:44 +00:00
GitHub Actions
6275e3085f updated submodules 2026-02-17 01:20:12 +00:00
GitHub Actions
0ab8be263a updated submodules 2026-02-15 01:24:41 +00:00
GitHub Actions
97408a44fd updated submodules 2026-02-14 01:17:16 +00:00
GitHub Actions
62727e333c updated submodules 2026-02-13 01:24:48 +00:00
GitHub Actions
a337c74385 updated submodules 2026-02-12 01:22:05 +00:00
Copilot
358775e880
Fix THEOS path resolution in CI workflow (#703)
* Initial plan

* Fix THEOS env var to use absolute path in CI workflow

The theos-jailed/install script changes directory to its own location
via cd "$(dirname "$0")", making the relative THEOS path 'theos'
resolve incorrectly. Using ${{ github.workspace }}/theos ensures the
path is always correct regardless of the working directory.

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
2026-02-11 20:28:14 +01:00
Copilot
b53aa9ba08
Fix Download iOS SDK step: absolute THEOS path and mkdir (#702)
* Initial plan

* Fix Download iOS SDK step: use absolute THEOS path and create sdks directory

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
2026-02-11 20:20:00 +01:00
Copilot
c89431ae25
Fix Extensions submodule ref and set default IPA URL (#701)
* Initial plan

* Fix Extensions submodule ref and set default IPA URL

The Extensions submodule was changed from CokePokes to BillyCurtis
repo in PR #700, but the commit ref (a68d708) was not updated.
This commit was from the old repo and doesn't exist in the new one.

Fix by re-adding the submodule to point to the latest commit
(c87b5d5) in BillyCurtis/OpenYouTubeSafariExtension.

Also set the default decrypted_youtube_url to the specified
catbox.moe IPA artifact URL.

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
2026-02-11 20:06:41 +01:00
Copilot
4087630525
Update build workflow: bump actions, SDK 18.6, simplify paths, swap extension repo (#700)
* Dynamic versioning, remove duplicate features, fix build references

- Replace hardcoded YTLITE_VERSION=5.0.1 with dynamic GitHub API fetch in Makefile
- Add fallback error if API fetch fails in Makefile
- Update buildapp.yml to use dynamic version fetching with jq
- Replace all hardcoded 5.0.1 references with env vars in buildapp.yml
- Add jq to workflow dependencies
- Remove duplicate tweaks from INJECT_DYLIBS and SUBPROJECTS (iSponsorBlock,
  YTHoldForSpeed, YouLoop, YouMute, YouQuality, YouSpeed)
- Remove git submodules for removed tweaks
- Remove SponsorBlock button hiding code from YTLitePlus.xm
- Remove iSponsorBlock first-run setup from YTLitePlus.xm
- Remove SponsorBlockSettingsController/ViewController hooks from Themes.xm
- Remove hideSponsorBlockButton setting from Settings.xm
- Update iSponsorBlock text references in Settings.xm
- Remove SponsorBlock class declarations from YTLitePlus.h
- Remove duplicate overlay keys from SettingsKeys.h

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* All changes verified and complete

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* Remove accidentally committed codeql artifact, add to .gitignore

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* Update build workflow and remove duplicate features from README

Workflow changes:
- Bump actions/cache from v4.2.0 to v5.0.2
- Bump actions/checkout from v4.2.2 to v6.0.1
- Bump softprops/action-gh-release from v2 to v2.5.0
- Update theos ref to latest commit (13c2237)
- Add THEOS env to Fix Compiling step
- Update default SDK version from 17.5 to 18.6
- Change SDK repo from aricloverALT to aricloverEXTRA
- Remove Checkout Main step (not needed for building)
- Remove unnecessary ${{ github.workspace }} paths
- Change YouTube extension repo from CokePokes to BillyCurtis

Other changes:
- Update Makefile default SDK references to 18.6
- Update .gitmodules Extensions URL
- Remove duplicate features from README (YouMute, iSponsorBlock,
  YTSpeed, YTHoldForSpeed, YouQuality) and fix numbering

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* Add back repo checkout step without path prefix

The checkout step is still needed to get the source code,
but without path: main so it checks out to workspace root.
This is consistent with the removal of all main/ path prefixes.

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
2026-02-11 19:35:11 +01:00
GitHub Actions
b4380d602a updated submodules 2026-02-11 01:29:13 +00:00
GitHub Actions
6111740eaa updated submodules 2026-02-10 01:45:01 +00:00
GitHub Actions
8e8f0e59c0 updated submodules 2026-02-09 01:22:41 +00:00
RWC
bd2a199423
Update action-gh-release to version 2 (#698)
Fix intermittent IPA upload failure:
Replace softprops/action-gh-release@v2.2.0 with @v2 to avoid known upload content-length mismatch issues on GitHub runners.
2026-02-09 01:19:07 +01:00
GitHub Actions
f802bd842f updated submodules 2026-02-08 01:52:46 +00:00
GitHub Actions
a2f8d61055 updated submodules 2026-02-07 01:15:24 +00:00
GitHub Actions
b892eb073d updated submodules 2026-02-06 01:16:31 +00:00
Balackburn
2a9e7cc0ff Updated buildapp.yml 2026-02-05 21:25:17 +01:00
GitHub Actions
dd1edfca7b updated submodules 2026-02-05 01:16:25 +00:00
GitHub Actions
eb619377c4 updated submodules 2026-02-04 01:16:06 +00:00
Rishi
6ae72c9e87
Change default values for catbox_upload and create_release (#695)
Since catbox is deafult, the first time users might not see this and might run it and have a failed build. So changing the default value and set to draft release
2026-02-03 23:31:17 +01:00
GitHub Actions
bb52c2708b updated submodules 2026-02-03 01:22:16 +00:00
GitHub Actions
3319861f6c updated submodules 2026-02-02 01:20:48 +00:00
GitHub Actions
1ea52ec8fb updated submodules 2026-02-01 01:28:48 +00:00
GitHub Actions
8edf755886 updated submodules 2026-01-31 01:13:10 +00:00
GitHub Actions
8a3241837c updated submodules 2026-01-30 01:16:23 +00:00