[TIMOB-24041] Include module hooks in packaged zip
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-12-01T20:45:29.000+0000 |
Affected Version/s | Release 6.0.0, Release 5.5.1 |
Fix Version/s | Release 6.0.1 |
Components | Android, CLI, iOS |
Labels | hook, zip |
Reporter | Hans Knöchel |
Assignee | Chris Barber |
Created | 2016-10-15T16:58:24.000+0000 |
Updated | 2017-09-25T18:04:52.000+0000 |
Description
We are able to place a
hooks
folder inside our native modules and place build-hooks in there that are picked up by the build system. Currently, it already works, but the directory is not copied over to the zip file after packaging it. We should change that.
PR: https://github.com/appcelerator/titanium_mobile/pull/8519
When I tested this, Android modules failed to build and iOS modules didn't include the hooks.
TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8620 TiSDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8621
[~cbarber], How can I test this ? Any test steps ?
Verified the fix for Android & IOS. The hooks folder gets included in the packaged module. Closing. Appc Studio : 4.8.1.201611291132 SDK Version : 6.1.0.v20161201064221, 6.0.1.v20161130023500 Mac OS Version : 10.12 Xcode Version : Xcode 8.1 Build version 8B62 Appc CLI AND Appc NPM : {"NPM":"4.2.9-1","CLI":"6.1.0-302"} Ti CLI : 5.0.11 Alloy : 1.9.4 Node : v4.6.0
Reopening to add SDK version.