-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathMakefile
More file actions
15 lines (11 loc) · 685 Bytes
/
Makefile
File metadata and controls
15 lines (11 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET := iphone:clang:14.0
INSTALL_TARGET_PROCESSES = SpringBoard
export SYSROOT = $(THEOS)/sdks/iPhoneOS16.5.sdk
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = BHInsta
BHInsta_FILES = Tweak.x $(wildcard *.m JGProgressHUD/*.m)
BHInsta_FRAMEWORKS = UIKit Foundation CoreGraphics Photos CoreServices SystemConfiguration SafariServices Security QuartzCore AudioToolbox
BHInsta_PRIVATE_FRAMEWORKS = Preferences
BHInsta_EXTRA_FRAMEWORKS = Cephei CepheiPrefs CepheiUI
BHInsta_CFLAGS = -fobjc-arc -Wno-unused-variable -Wno-unused-value -Wno-deprecated-declarations -Wno-nullability-completeness -Wno-unused-function -Wno-incompatible-pointer-types
include $(THEOS_MAKE_PATH)/tweak.mk