Commit graph

40 commits

Author SHA1 Message Date
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
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
aricloverGitHub (INACTIVE)
1411675b86
Update Makefile 2025-02-04 04:38:29 -06:00
aricloverGitHub (INACTIVE)
024ea651f7
Update Makefile 2024-12-08 18:12:38 -06:00
aricloverGitHub (INACTIVE)
d3d9f24ee7
Update Makefile 2024-12-08 16:13:14 -06:00
aricloverGitHub (INACTIVE)
d56c94b5c9
Update Makefile 2024-12-05 02:33:11 -06:00
aricloverGitHub (INACTIVE)
a3e0f9b6e4
Update Makefile
Revert changes. I assumed it was broken but it was a different problem that caused this not to work.
2024-12-04 14:47:51 -06:00
aricloverGitHub (INACTIVE)
f3a32cbdd4
Remove FLEX (Makefile) 2024-12-04 14:46:42 -06:00
aricloverGitHub (INACTIVE)
7d85731bcb
Update to iOS 17.5 SDK (Makefile) 2024-12-04 14:41:24 -06:00
aricloverGitHub (INACTIVE)
fb389af99a
Revert Makefile changes
Everything is reverted so users can compile normally on macos-12. But I did keep libFLEX
2024-11-10 04:19:14 -06:00
aricloverGitHub (INACTIVE)
e7f658474b
Rewrite YTLitePlus Makefile 2024-11-10 00:13:34 -06:00
aricloverGitHub (INACTIVE)
a891c5fd67
Update Makefile 2024-11-09 16:25:11 -06:00
aricloverGitHub (INACTIVE)
d6c6b9ae77
Update Alderis (Makefile) 2024-11-09 14:35:46 -06:00
aricloverGitHub (INACTIVE)
7eda827ba9
Update Makefile (MACOS-13 Compatibility) 2024-11-09 11:56:50 -06:00
aric3435 (INACTIVE)
5b266ef656
Update Makefile 2024-10-16 18:07:46 -05:00
aric3435 (INACTIVE)
773cf0278c
Revert Makefile Changes 2024-10-16 16:45:33 -05:00
aric3435 (INACTIVE)
a33d47daa3
Update Makefile 2024-10-15 18:26:19 -05:00
aric3435 (INACTIVE)
2d33383e3d
Fix YTLitePlus not being built (Makefile)
Added: PACKAGE_NAME
2024-10-09 23:02:31 -05:00
aric3435 (INACTIVE)
f02840a31b
Update Makefile
Fixes Preferences not found error on Alderis.
2024-10-09 17:07:52 -05:00
Bryce Hackel
d6c995b1be
Improve hiding warning 2024-09-02 15:24:27 -07:00
Bryce Hackel
023fafae15
Added YouLoop submodule to Tweaks/ folder 2024-08-18 18:17:32 -07:00
Bryce Hackel
bdc3b68954
Fix dylib injection issue 2024-07-31 20:18:13 -07:00
Bryce Hackel
3ec1985ed9
Merge pull request #278 from bhackel/bhackel-iOS14
Fix building on iOS 14
2024-07-26 23:23:40 -07:00
arichornloverALT
64fa639451
Update building 2024-07-27 01:20:32 -05:00
Bryce Hackel
324f9c1d92
Fix building on iOS 14 2024-07-26 22:45:17 -07:00
Bryce Hackel
d2b3fc5bf3
Fix building 2024-07-19 00:01:19 -07:00
arichornloverALT
f808ab9f63
Update compiling for YouTube v19.21.2+
Minimum is iOS 15.0 and the SDK will be using iOS 16.5
2024-06-26 13:20:33 -05:00
Balackburn
2759c71f5a Added catbox.moe artifact upload & bypass rate limit 2024-06-10 23:03:47 +02:00
Balackburn
ac18fa40a2 Added support for 4.0 2024-06-03 03:45:51 +02:00
arichornlover
22b896e389
Update Makefile (Compiling Fix)
Resolves header errors
2024-04-27 01:16:41 -05:00
Balackburn
bc072b1b8c Added YouGroupSettings 2024-04-13 02:34:49 +02:00
Balackburn
d6ba8d2bfd Fixed #48 2023-12-18 21:30:36 +01:00
arichorn
88cfb23bd5
Target SDK 2023-08-19 22:33:22 -05:00
arichorn
1446e496ee
Update Makefile 2023-07-27 17:48:11 -05:00
Balackburn
3368a8b659 added YTNoCommunityPosts.bundle 2023-07-28 00:41:48 +02:00
Balackburn
88521e9e95 added YouQuality & YTVideoOverlay 2023-07-09 21:26:05 +02:00
Balackburn
96a87e4a4e updated makefile 2023-07-07 16:18:24 +02:00
Balackburn
338d2ce98b updated Makefile 2023-07-05 14:49:24 +02:00
Balackburn
af8edbe982 new buildapp.sh & 18.23.3 to 18.25.1 text in settings 2023-07-03 23:00:42 +02:00
Balackburn
2ff6aac218 added files via upload 2023-06-27 09:54:41 +02:00