Skip to content

Commit

Permalink
Added static framework build settings presets: the lack of SKIP_INSTA…
Browse files Browse the repository at this point in the history
…LL: 'YES' was resulting in invalid archives when archiving. See #358 and https://stackoverflow.com/a/26563115/3203441 for further references
  • Loading branch information
acecilia committed Apr 2, 2020
1 parent 4c62997 commit 52081d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions SettingPresets/Products/framework.static.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 52081d5

Please sign in to comment.