mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-12-11 07:16:40 +03:00
Added static framework build settings presets (#819)
This commit is contained in:
parent
4c629979b5
commit
8c21380a26
@ -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
|
||||
|
||||
|
9
SettingPresets/Products/framework.static.yml
Normal file
9
SettingPresets/Products/framework.static.yml
Normal 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'
|
Loading…
Reference in New Issue
Block a user