mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
APPSTORE_COMPLIANT = ON: - Turns off the File menu and moves the language selector to the "Extra" Menu. "Options" and "Exit" are at the xca-macos special-menu anyway. - Switches the signing key from "Developer ID Application" to "3rd Party Mac Developer Application" - Sets the database name to "default.xdb" - Adds "-appstore-compliant" option to macdeployqt - Picks the "entitlement-appstore-compliant.plist" - Disables the "Token" menu and "PKCS#11 provider" tab in the option dialog
14 lines
339 B
C
14 lines
339 B
C
#define XCA_VERSION "@PROJECT_VERSION@"
|
|
|
|
/* usually "xca" */
|
|
#define PACKAGE_TARNAME "@PROJECT_NAME@"
|
|
|
|
/* usually "X Certificate and Key management" */
|
|
#define PACKAGE_NAME "@PROJECT_DESCRIPTION@"
|
|
|
|
#define GIT_COMMIT_REV "@GIT_REV@"
|
|
#cmakedefine GIT_LOCAL_CHANGES
|
|
|
|
/* Build an AppStore compliant version */
|
|
#cmakedefine APPSTORE_COMPLIANT
|