Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
m1337v authored Feb 25, 2024
1 parent 5d37d3b commit 27219a4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
ARCHS = arm64
TARGET = iphone:latest:15.0
DEB_ARCH = iphoneos-arm64e
DEB_ARCH = iphoneos-arm64
IPHONEOS_DEPLOYMENT_TARGET = 15.0

INSTALL_TARGET_PROCESSES = RootHide

THEOS_PACKAGE_SCHEME = roothide

THEOS_PACKAGE_SCHEME = rootless
include $(THEOS)/makefiles/common.mk

XCODE_SCHEME = RootHide

XCODEPROJ_NAME = RootHide

RootHide_XCODEFLAGS = MARKETING_VERSION=$(THEOS_PACKAGE_BASE_VERSION) \
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
CODESIGN_FLAGS = -Sentitlements.plist
INSTALL_PATH = /Applications

include $(THEOS_MAKE_PATH)/xcodeproj.mk

Expand Down

0 comments on commit 27219a4

Please sign in to comment.