Commit graph

1358 commits

Author SHA1 Message Date
copilot-swe-agent[bot]
6eeac05d8c Add v2 redesign: config.yml, lib.sh, build.sh, and GitHub Actions workflow
Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
2026-02-12 19:16:08 +00:00
copilot-swe-agent[bot]
cbe0251fc3 Initial plan 2026-02-12 19:11:03 +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
GitHub Actions
eede88ec92 updated submodules 2026-01-29 01:16:48 +00:00
GitHub Actions
1093a2759a updated submodules 2026-01-28 01:07:11 +00:00
GitHub Actions
faaaa205bc updated submodules 2026-01-27 01:10:55 +00:00
GitHub Actions
f0b854ac80 updated submodules 2026-01-25 01:13:26 +00:00
GitHub Actions
d76c787e1e updated submodules 2026-01-24 01:04:20 +00:00
GitHub Actions
63b854fba0 updated submodules 2026-01-23 01:07:50 +00:00
GitHub Actions
4890d76fc4 updated submodules 2026-01-22 01:07:28 +00:00
GitHub Actions
c5a9df119c updated submodules 2026-01-21 01:07:50 +00:00
GitHub Actions
c8fca69eeb updated submodules 2026-01-20 01:05:40 +00:00
GitHub Actions
c65241fc6c updated submodules 2026-01-18 01:11:11 +00:00
Justin Mok
1a6223d5cc
Modify build script to include SIDELOAD option (#611) (#687) 2026-01-17 11:54:02 +01:00
GitHub Actions
9c9b15f64e updated submodules 2026-01-17 01:03:09 +00:00
GitHub Actions
eebcddc7ed updated submodules 2026-01-16 01:06:32 +00:00
GitHub Actions
4a03056060 updated submodules 2026-01-15 01:04:25 +00:00
GitHub Actions
d9e22ca6e8 updated submodules 2026-01-14 01:08:16 +00:00
GitHub Actions
a53f300f5c updated submodules 2026-01-13 01:02:35 +00:00
GitHub Actions
914079f410 updated submodules 2026-01-10 01:03:42 +00:00
GitHub Actions
9012074d43 updated submodules 2026-01-09 01:06:31 +00:00
GitHub Actions
ce7046192e updated submodules 2026-01-08 01:05:34 +00:00
GitHub Actions
258241fd38 updated submodules 2026-01-07 01:06:03 +00:00
GitHub Actions
fd6eb71bf5 updated submodules 2026-01-06 01:05:37 +00:00
GitHub Actions
df0e2eff67 updated submodules 2026-01-05 01:11:08 +00:00
RWC
19ac69f476
Update build environment to macos-15-intel and Add necessary imports to Settings.xm (#679) 2026-01-03 14:39:50 +01:00
GitHub Actions
b55ab6d370 updated submodules 2026-01-03 01:01:30 +00:00
GitHub Actions
d8e11f5c09 updated submodules 2025-12-31 01:06:00 +00:00
GitHub Actions
2f4684c192 updated submodules 2025-12-30 01:04:08 +00:00
GitHub Actions
da7d5382a5 updated submodules 2025-12-29 01:09:29 +00:00