Files
Alvar Hansen 06b82065b7 Remove testability flag from framework template
Currently this flag enables testability to all configurations. Correct
behaviour is to use default, project, value.
2018-04-23 11:32:05 +03:00

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'