-
Notifications
You must be signed in to change notification settings - Fork 3
/
Makefile
executable file
·29 lines (19 loc) · 1.02 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ARCHS = arm64 arm64e
MODULES = jailed
GO_EASY_ON_ME = 1
DEBUG = 0
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = SnapTxC
DISPLAY_NAME = SnapTxC
$(TWEAK_NAME)_IPA = /Users/azozzalfiras/Desktop/1TxC_App/Snapchat/Snapchat_12.45.0_3zozz.ipa
# $(TWEAK_NAME)_LOGOSFLAGS = -c generator=internal
$(TWEAK_NAME)_INSTALL_PATH = @executable_path
$(TWEAK_NAME)_USE_SUBSTRATE = false
$(TWEAK_NAME)_FILES = $(wildcard *.m TxCPreferences/*.m TxCLibrary/*.m Apps/*/*.xm interface/*.xm interface/*.m interface/*/*.m interface/*/*.xm interface/DownloadLibrary/*.m)
# -Wno-unsupported-availability-guard -Wno-unused-variable -Wno-unused-function -fobjc-arc -Wno-unguarded-availability-new
$(TWEAK_NAME)_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -Wno-unused-variable -Wno-unused-value -Wno-nullability-completeness
$(TWEAK_NAME)_LDFLAGS = -Wl,-segalign,4000
$(TWEAK_NAME)_FRAMEWORKS = CoreGraphics Security # أضف UIKit Foundation
PROFILE=com.toyopagroup.picaboo
CODESIGN_IPA=0
include $(THEOS)/makefiles/tweak.mk