[TIMOB-25244] iOS: Framework hook passes wrong data back to builder
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-09-08T18:34:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.2.0 |
Components | iOS |
Labels | n/a |
Reporter | Jan Vennemann |
Assignee | Jan Vennemann |
Created | 2017-09-07T13:12:00.000+0000 |
Updated | 2017-09-08T18:34:59.000+0000 |
Description
The new framework hook passes data back to the builder so other hooks can make use of it. There is a property mix up that results in wrong data being passed back.
This does not affect the framework integration in anyway and only causes issues for hooks that want to consume the framework info data (of which there are currently none, because it's a new feature)
PR (master): https://github.com/appcelerator/titanium_mobile/pull/9408 PR (6_2_X): https://github.com/appcelerator/titanium_mobile/pull/9409