Commit graph

102 commits

Author SHA1 Message Date
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
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
Balackburn
2a9e7cc0ff Updated buildapp.yml 2026-02-05 21:25:17 +01: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
Justin Mok
1a6223d5cc
Modify build script to include SIDELOAD option (#611) (#687) 2026-01-17 11:54:02 +01: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
DelofJ
8409e97c04
Fix AltStore repo auto update with Catbox 2025-09-29 16:46:25 +02:00
Jas
4a234af8b8
patch SDK_PATH in Makefile when using non-default sdk version (#569) 2025-04-27 15:37:50 +02:00
cassowaree
fd03af5793
Update buildapp.yml with FINALPACKAGE=1 (#546) 2025-03-09 21:09:59 +01:00
cassowaree
cf83e243f4
Update buildapp.yml with THEOS_PACKAGE_SCHEME=rootless (#544) 2025-03-09 10:27:28 +01:00
aricloverGitHub (INACTIVE)
6dd1ccd9ee
Update buildapp.yml
I’m trying to make so that it uses 5.0.1 instead the latest release. I think it’s intentionally causing the app to crash?
2024-12-18 12:28:48 -06:00
aricloverGitHub (INACTIVE)
1ce50f9a93
Update update-submodules.yml 2024-12-08 18:18:25 -06:00
aricloverGitHub (INACTIVE)
a5cf56c8da
Update update-submodules.yml 2024-12-08 18:16:05 -06:00
aricloverGitHub (INACTIVE)
c050913eae
Update buildapp.yml 2024-12-04 15:54:40 -06:00
aricloverGitHub (INACTIVE)
a0f499eb1f
Support for SDK_PATH (buildapp.yml) 2024-12-04 15:02:11 -06:00
aricloverGitHub (INACTIVE)
42c5b2f446
Update buildapp.yml 2024-12-04 14:41:44 -06:00
aricloverGitHub (INACTIVE)
825889bae7
Update buildapp.yml
Change had to happen. macOS-12 is gone.
2024-12-04 14:39:03 -06:00
aricloverGitHub (INACTIVE)
bce5f16614
Update buildapp.yml 2024-11-10 04:20:37 -06:00
aricloverGitHub (INACTIVE)
6d49ceeaa6
Update update-submodules.yml 2024-11-09 21:57:56 -06:00
aricloverGitHub (INACTIVE)
10fc9b86ef
Added FLEXing (update-submodules.yml) 2024-11-09 21:56:15 -06:00
aricloverGitHub (INACTIVE)
880a27a51b
Rename a submodule (update-submodules.yml) 2024-11-09 21:48:14 -06:00
aricloverGitHub (INACTIVE)
4e2be39be8
Update update-submodules.yml 2024-11-09 21:32:02 -06:00
aricloverGitHub (INACTIVE)
e75364c765
Add bundles support (update-submodules.yml) 2024-11-09 21:30:35 -06:00
aricloverGitHub (INACTIVE)
1cdc905d30
Update buildapp.yml to macos-13 2024-11-09 11:55:57 -06:00
aric3435 (INACTIVE)
5ec51c8e4b
Update buildapp.yml 2024-10-16 20:40:49 -05:00
aric3435 (INACTIVE)
ff9c8ec093
Update buildapp.yml 2024-10-16 17:00:20 -05:00
aric3435 (INACTIVE)
32c729428f
Revert buildapp.yml changes
This has been temporary changed back to the way it was. buildapp.yml will likely break in December 3rd, 2024
2024-10-16 16:47:35 -05:00
aric3435 (INACTIVE)
99a28d7e58
Update buildapp.yml
Fixes Theos (substrate error for macos-13 or higher)
2024-10-15 18:03:30 -05:00
aric3435 (INACTIVE)
ef11bed46b
Update buildapp.yml
Added step hiding URL to decrypted YOUTUBE ipa from public actions workflow log. - these changes were by “marcinmajsc” in https://github.com/arichornlover/uYouEnhanced/pull/768
2024-10-15 17:24:58 -05:00
aric3435 (INACTIVE)
f4452531da
Update theos (buildapp.yml) 2024-10-09 23:04:49 -05:00
aric3435 (INACTIVE)
452f9f59bd
Update buildapp.yml to macos-13 2024-10-09 17:07:04 -05:00
Bryce Hackel
d27150b11d
Fix delete workflows 2024-08-05 03:16:34 -07:00
Bryce Hackel
46d6b163b9
Fix YouTube Extensions bug 2024-08-05 03:09:41 -07:00
Bryce Hackel
c43ae5fb50
Merge branch 'main' into cleanup-makefile 2024-07-28 17:41:22 -07:00
Bryce Hackel
7a2f0b013d
Revert Revert Revert Makefile 2024-07-28 17:15:56 -07:00
Bryce Hackel
a70a4c5e0b
Copy from uYouEnhanced 2024-07-27 17:20:05 -07:00
Bryce Hackel
11bebd527e
Revert Revert Makefile but it works plz 2024-07-27 15:14:23 -07:00
Bryce Hackel
911425b9eb
Add code to remove UISupportedDevices 2024-07-27 00:50:07 -07:00
Bryce Hackel
665abdd65a
Add job summary 2024-07-27 00:50:00 -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
585be0e4b8
Update update-submodules.yml 2024-07-27 01:17:44 -05:00
arichornloverALT
d80fe14be4
Update update-submodules.yml 2024-07-27 01:16:36 -05:00
Bryce Hackel
f274cf7664
Cleanup makefile and actions script 2024-07-26 22:54:55 -07:00
Bryce Hackel
324f9c1d92
Fix building on iOS 14 2024-07-26 22:45:17 -07:00
Bryce Hackel
df2a390d85
Sync uYouEnhanced Templates 2024-07-17 15:43:02 -07:00
Bryce Hackel
4131412566
Merge remote-tracking branch 'origin/main' into misc-updates 2024-07-06 20:00:17 -07:00
arichornlover
5f28d954d9
Sync delete-workflow-runs.yml
Updated to be in sync with new changes from https://github.com/Mattraks/delete-workflow-runs
2024-07-04 20:07:27 -05:00
Bryce Hackel
8a79f37aba
Cleanup and add workflow settings 2024-07-04 15:53:53 -07:00
arichornlover
b7946797d1
Fix SDK caching 2024-06-27 19:02:12 -05:00