mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-08-26 02:39:42 +00:00
14 lines
413 B
Makefile
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 |