Commit graph

76 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)
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)
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
46d6b163b9
Fix YouTube Extensions bug 2024-08-05 03:09:41 -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
f274cf7664
Cleanup makefile and actions script 2024-07-26 22:54:55 -07: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
arichornloverALT
0b025a9959
Temporary fix SDK not compiling 2024-06-26 12:46:13 -05:00
Balackburn
4c90b27713 typo 2024-06-10 23:40:43 +02:00
Balackburn
04fbeb3df4 buildapp.yml 2024-06-10 23:29:40 +02:00
Balackburn
2759c71f5a Added catbox.moe artifact upload & bypass rate limit 2024-06-10 23:03:47 +02:00
arichornlover
2d5aa7fbc6
Compling Resolved (buildapp.yml) 2024-06-08 23:48:56 -05:00
arichornlover
5677c32827
Update buildapp.yml (Modified Commit ID)
It will default to f78647efe0 Until issues are resolved. Something is wrong with both iSponsorBlock+YouTubeHeader.
2024-06-05 16:11:01 -05:00
Macley
f78647efe0
Revert "Fix Theo’s warning about not defining build version" (#169)
* Revert "Fix Theo’s warning about not defining build version (#164)"

This reverts commit 5f5560e41a.

* Remove empty line
2024-06-05 20:22:28 +02:00
arichornlover
89063c0a79
Improve buildapp.yml 2024-06-04 21:30:30 -05:00
Macley
5f5560e41a
Fix Theo’s warning about not defining build version (#164) 2024-06-03 23:33:14 +02:00
Balackburn
ac18fa40a2 Added support for 4.0 2024-06-03 03:45:51 +02:00
MrAlucardDante
087117a86b
Update iOS SDK
uYouEnhanced and YoutubeRebornPlus use the version 16.4 of the iOS SDK.
I was able to build the app successfully using this version
2024-04-27 15:05:31 +02:00
arichornlover
1837fb1154
Fix YTLitePlus building 2024-04-26 21:15:37 -05:00
Macley
6407c62986
Get ytlite ver from project instead of manual input (#101)
* Update buildapp.yml
2024-03-18 12:34:41 +01:00
Macley
3b64ad3aba
Automatically get Youtube version from the ipa itself (#100)
* See what's inside an unpacked .ipa

* cat the plist that has the info which yt version we're getting

* extract the version and see how available the variable is

* Use yt_version variable in build process

* single quote also the first sed to avoid double quoting

* Update buildapp.yml

* Update buildapp.yml

* Update buildapp.yml

* Update buildapp.yml

* try it this way?

* the grand final!

* Use Info.plist within ipa to determin yt version instead
2024-03-18 11:27:35 +01:00
Balackburn
b70f981c7e Updated make and gh actions (thank's @Macleykun) 2024-03-17 19:04:31 +01:00
Balackburn
507cb58716 Latest YTLiteVersion for buildapp.yml 2024-03-07 21:28:05 +01:00