Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-meta/macosx.properties
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See ukf/ukf-meta#221.
26 lines (24 sloc)
725 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. | |
# | |
# This varies depending on which version of OpenSC is installed. | |
# | |
# If the standard installer was used: | |
# | |
sign.uk.pkcs11Config = ${basedir}/mdx/uk/opensc-mac.cfg | |
# | |
# If the MacPorts system was used, override this by placing the following | |
# definition in the local build.properties file: | |
# | |
#sign.uk.pkcs11Config = ${basedir}/mdx/uk/opensc-mac-macports.cfg | |
# | |
# Signing key alias within the keystore. | |
# | |
sign.uk.keyAlias = key10 |