[ALOY-1202] Update ti.paint module in HarnessTemplate with a 64-bit compatible version
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2014-12-16T12:18:09.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.6.0 |
| Components | Samples & Templates |
| Labels | n/a |
| Reporter | Tim Poulsen |
| Assignee | Tim Poulsen |
| Created | 2014-12-12T15:14:33.000+0000 |
| Updated | 2015-03-24T17:24:35.000+0000 |
Description
The HarnessTemplate includes the ti.paint module for use with the test/apps/advanced/native_modules sample. The version included is 32-bit only. Update to a 64-bit version.
Incidentally, there is an Android version of this module. The sample app could be updated to work on both iOS and Android (it is iOS-only currently).
PRs: * 1_6_X: https://github.com/appcelerator/alloy/pull/634 * master: https://github.com/appcelerator/alloy/pull/633 Functional test: Build and run the advanced/native_modules test app for iOS (e.g.
jake app:run dir=advanced/native_modules). The module is loaded, though the screen is white you can draw on it.PRs merged.