Files
Tweaks/BGSessionFix/Makefile
2026-08-24 16:54:19 +02:00

14 lines
413 B
Makefile

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