forked from roothide/RootHideManagerApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
28 lines (19 loc) · 653 Bytes
/
Copy pathMakefile
File metadata and controls
28 lines (19 loc) · 653 Bytes
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
ARCHS = arm64
TARGET = iphone:latest:15.0
DEB_ARCH = iphoneos-arm64e
IPHONEOS_DEPLOYMENT_TARGET = 15.0
INSTALL_TARGET_PROCESSES = RootHide
THEOS_PACKAGE_SCHEME = roothide
include $(THEOS)/makefiles/common.mk
XCODE_SCHEME = RootHide
XCODEPROJ_NAME = RootHide
RootHide_XCODEFLAGS = MARKETING_VERSION=$(THEOS_PACKAGE_BASE_VERSION) \
IPHONEOS_DEPLOYMENT_TARGET="$(IPHONEOS_DEPLOYMENT_TARGET)" \
CODE_SIGN_IDENTITY="" \
AD_HOC_CODE_SIGNING_ALLOWED=YES
RootHide_XCODE_SCHEME = $(XCODE_SCHEME)
RootHide_CODESIGN_FLAGS = -Sentitlements.plist
RootHide_INSTALL_PATH = /Applications
include $(THEOS_MAKE_PATH)/xcodeproj.mk
clean::
rm -rf ./packages/*