- Timestamp:
- Oct 7, 2013 12:42:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r48913 r48918 2626 2626 VBOX_CODESIGN ?= codesign 2627 2627 2628 ## Sign an application bundle, framework or kernel extension.2629 # @param 1 The bundle to sign.2630 # @param 2 Identifier, optional.2631 VBOX_SIGN_BUNDLE_FN = $(VBOX_CODESIGN) \2632 --verbose=9 \2633 --force \2634 $(if $(2), --requirements '\2635 =designated => anchor apple generic \2636 and identifier "$(2)" \2637 and ( (cert leaf[field.1.2.840.113635.100.6.1.9] exists) \2638 or ( certificate 1[field.1.2.840.113635.100.6.2.6] exists \2639 and certificate leaf[field.1.2.840.113635.100.6.1.13] exists \2640 and certificate leaf[subject.OU] = "32YP3C3S77" )) ',) \2641 --file-list - \2642 $(VBOX_CERTIFICATE_SUBJECT_NAME_ARGS) \2643 $(1) $(if $(2),--identifier "$(2)",)2644 2628 # The above version with complicated requirements is what Xcode 5.0.1GM suggest for kexts. 2645 2629 VBOX_SIGN_BUNDLE_FN = $(VBOX_CODESIGN) \
Note:
See TracChangeset
for help on using the changeset viewer.