[TIMOB-25929] iOS: Create framework instead of static library for APSHTTPClient & APSAnalytics
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Vijay Singh |
| Created | 2018-04-04T15:57:37.000+0000 |
| Updated | 2019-06-17T21:48:22.000+0000 |
Description
The new iOS core requires proper module based frameworks. Currently, APSHTTPClient and APSAnalytics are static libraries and should either be mapped via a modulemap or be properly exposed as a framework.
No comments