Home
last modified time | relevance | path

Searched refs:CODESIGN (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.141.3/tools/tests/execperf/
H A DMakefile52 $(CODESIGN) -s - $@
56 $(CODESIGN) -s - $@
60 $(CODESIGN) -s - $@
64 $(CODESIGN) -s - $@
68 $(CODESIGN) -s - $@
72 $(CODESIGN) -s - $@
76 $(CODESIGN) -s - $@
80 $(CODESIGN) -s - $@
86 $(CODESIGN) -s - $@
/xnu-8796.141.3/tests/
H A DMakefile36 CODESIGN:=$(shell xcrun -sdk "$(TARGETSDK)" -find codesign) macro
37 CODESIGN_HARDENED_RUNTIME:=$(CODESIGN) -o runtime
78 …echo $(CODESIGN) --force --sign - --timestamp=none --entitlements sr_entitlement.entitlements $(SY…
79 …env CODESIGN_ALLOCATE=$(CODESIGN_ALLOCATE) $(CODESIGN) --force --sign - --timestamp=none --entitle…
134 $(CODESIGN) --force --sign - --timestamp=none $(SYMROOT)/$@
163 $(CODESIGN) --force --sign - --timestamp=none $(SYMROOT)/$@
178 $(CODESIGN) --force --sign - --timestamp=none $(SYMROOT)/$@
203 $(CODESIGN) --force --sign - --timestamp=none $(SYMROOT)/$@
219 $(CODESIGN) --force --sign - --timestamp=none $(SYMROOT)/$@
242 …env CODESIGN_ALLOCATE=$(CODESIGN_ALLOCATE) $(CODESIGN) --force --sign - --timestamp=none --entitle…
[all …]
/xnu-8796.141.3/tools/tests/
H A DMakefile.common88 ifeq ($(origin CODESIGN),undefined)
89 export CODESIGN := $(shell $(XCRUN) -sdk "$(TARGETSDK)" -find codesign)
/xnu-8796.141.3/tools/tests/zero-to-n/
H A DMakefile14 $(CODESIGN) -s - --entitlements entitlements.plist $@
/xnu-8796.141.3/tools/tests/personas/
H A DMakefile19 $(CODESIGN) -s - --entitlements persona-entitlements.plist $(SYMROOT)/$(notdir $@)
/xnu-8796.141.3/makedefs/
H A DMakeInc.cmd73 LOG_HOST_CODESIGN = $(call _LOG_HOST,CODESIGN)