This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17 lines (15 sloc)
425 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# macosx.properties | |
# | |
# Properties for Mac OS X builds. Properties defined here override | |
# those defined in default.properties, but may be overridden by | |
# properties defined in a machine-specific build.properties file. | |
# | |
# | |
# Location of the PKCS#11 configuration file for OpenSC on Mac OS X. | |
# | |
sign.uk.pkcs11Config = ${basedir}/mdx/uk/opensc-mac.cfg | |
# | |
# Signing key alias within the keystore. | |
# | |
sign.uk.keyAlias = key10 |