xca/local.h.in
Christian Hohnstaedt be31b6e22e Make XCA AppStore compliant with -DAPPSTORE_COMPLIANT=ON
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
2023-09-30 11:24:18 +02:00

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