Added static framework build settings presets (#819)

This commit is contained in:
Andrés Cecilia Luque 2020-04-02 07:26:16 +02:00 committed by GitHub
parent 4c629979b5
commit 8c21380a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#### Fixed
- Fixed issue which caused watch app schemes to be generated incorrectly, preventing these apps from launching. [#798](https://github.com/yonaskolb/XcodeGen/pull/798) @daltonclaybrook
- Added build presets for the target type `framework.static`. [#819](https://github.com/yonaskolb/XcodeGen/pull/819) @acecilia
## 2.15.0

View File

@ -0,0 +1,9 @@
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'