[TIMOB-18978] Use latest 'archiver' package
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | In Review |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2015-06-05T23:15:37.000+0000 |
Updated | 2015-06-05T23:46:48.000+0000 |
Description
Use latest _archiver_ package. we are currently using
0.4.10
the latest is 0.14.4
This removes the need for these monkey patches:
https://github.com/appcelerator/titanium_mobile/blob/master/android/cli/commands/_buildModule.js#L53
https://github.com/appcelerator/titanium_mobile/blob/master/android/cli/commands/_build.js#L53
This also exposes new APIs such as directory(src, dst)
which are used in the windows __buildModule.js_ script
PR: https://github.com/appcelerator/titanium_mobile/pull/6892