Add BGSessionFix tweak for simulator sessions

This commit is contained in:
√(noham)²
2026-08-24 16:54:19 +02:00
parent 58990b8ecc
commit 47d2f2ba89
7 changed files with 62 additions and 0 deletions

14
BGSessionFix/Makefile Normal file
View File

@@ -0,0 +1,14 @@
TARGET = iphone:latest:15.0
ARCHS = arm64
INSTALL_TARGET_PROCESSES = app.bundle.id
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = BGSessionFix
BGSessionFix_FILES = Tweak.x
BGSessionFix_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -std=c++11 -x objective-c++
BGSessionFix_CXXFLAGS = -std=c++11
BGSessionFix_FRAMEWORKS = Foundation UIKit
BGSessionFix_LDFLAGS = -lstdc++
include $(THEOS_MAKE_PATH)/tweak.mk