Skip to content

Commit

Permalink
Merge branch 'YTLitePlus:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazon90 authored Oct 10, 2024
2 parents 2cdfc19 + f445253 commit db70966
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ concurrency:
jobs:
build:
name: Build YTLitePlus
runs-on: macos-12
runs-on: macos-13
permissions:
contents: write

Expand All @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: theos/theos
ref: 3da31488281ecf4394d10302d2629607f4a1aa07
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac
path: theos
submodules: recursive

Expand All @@ -100,7 +100,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos

- name: Download Theos Jailed
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
repository: qnblackcat/theos-jailed
ref: master
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
TARGET = iphone:clang:16.5:14.0
YTLitePlus_USE_FISHHOOK = 0
export SDK_PATH = $(THEOS)/sdks/iPhoneOS16.5.sdk/
export SYSROOT = $(SDK_PATH)
ARCHS = arm64
MODULES = jailed
FINALPACKAGE = 1
CODESIGN_IPA = 0
PACKAGE_NAME = $(TWEAK_NAME)
PACKAGE_VERSION = X.X.X-X.X

TWEAK_NAME = YTLitePlus
Expand All @@ -20,6 +22,7 @@ YTLitePlus_FILES = YTLitePlus.xm $(shell find Source -name '*.xm' -o -name '*.x'
YTLitePlus_IPA = ./tmp/Payload/YouTube.app
YTLitePlus_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -Wno-unsupported-availability-guard -Wno-unused-but-set-variable -DTWEAK_VERSION=$(PACKAGE_VERSION) $(EXTRA_CFLAGS)
YTLitePlus_FRAMEWORKS = UIKit Security
YTLitePlus_USE_FISHHOOK = 0

include $(THEOS)/makefiles/common.mk
include $(THEOS_MAKE_PATH)/tweak.mk
Expand Down

0 comments on commit db70966

Please sign in to comment.