mirror of
https://github.com/darlinghq/darling-security.git
synced 2024-11-27 14:00:22 +00:00
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
|
|
VERSIONING_SYSTEM = apple-generic
|
|
|
|
SECURITY_BUILD_VERSION = $(SECURITY_BUILD_VERSION_$(SECURITY_BUILD_VERSION_EVAL_$(RC_ProjectSourceVersion)))
|
|
SECURITY_BUILD_VERSION_ = $(RC_ProjectSourceVersion)
|
|
SECURITY_BUILD_VERSION_EVAL_ = noVer
|
|
SECURITY_BUILD_VERSION_noVer = 0
|
|
|
|
CURRENT_PROJECT_VERSION = $(SECURITY_BUILD_VERSION)
|