mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
06b82065b7
Currently this flag enables testability to all configurations. Correct behaviour is to use default, project, value.
10 lines
265 B
YAML
10 lines
265 B
YAML
CURRENT_PROJECT_VERSION: 1
|
|
DEFINES_MODULE: 'YES'
|
|
CODE_SIGN_IDENTITY: ""
|
|
DYLIB_COMPATIBILITY_VERSION: 1
|
|
DYLIB_CURRENT_VERSION: 1
|
|
VERSIONING_SYSTEM: "apple-generic"
|
|
INSTALL_PATH: "$(LOCAL_LIBRARY_DIR)/Frameworks"
|
|
DYLIB_INSTALL_NAME_BASE: "@rpath"
|
|
SKIP_INSTALL: 'YES'
|