[TIMOB-25283] Hyperloop: iOS - Deprecate appc.js third-party configuration
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-09-25T18:16:13.000+0000 |
Affected Version/s | Hyperloop 2.1.3 |
Fix Version/s | Hyperloop 2.2.0 |
Components | Hyperloop, iOS |
Labels | n/a |
Reporter | Jan Vennemann |
Assignee | Hans Knöchel |
Created | 2017-09-14T20:20:12.000+0000 |
Updated | 2019-01-15T18:09:03.000+0000 |
Description
With the introduction of dynamic frameworks in modules (TIMOB-20557) and the updated framework handling for Hyperloop (TIMOB-23570 and TIMOB-23853) the need to manually configure frameworks is no longer required. The use case to directly use Objective-C and Swift source files should also be discouraged in favor of using frameworks.
For this to happen we should deprecate the
thirdparty
setting in the appc.js
and remove it in Hyperloop 3.0.
PR: https://github.com/appcelerator/hyperloop.next/pull/212