mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-08-26 02:39:42 +00:00
Add BGSessionFix tweak for simulator sessions
This commit is contained in:
14
BGSessionFix/Makefile
Normal file
14
BGSessionFix/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user