[TIMOB-18432] Add support for BOOL type
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-01-22T22:37:45.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.5.1, Release 4.0.0 |
| Components | n/a |
| Labels | qe-verified |
| Reporter | Muhammad Dadu |
| Assignee | Muhammad Dadu |
| Created | 2015-01-22T22:01:40.000+0000 |
| Updated | 2015-02-19T22:04:53.000+0000 |
Description
Re-implement support for BOOL type. This was supported in the previous versions of the SDK.
This would fix modules such as [ti.airprint](https://github.com/appcelerator-modules/ti.airprint) which require BOOL return type.
PR[master]: https://github.com/appcelerator/titanium_mobile/pull/6595 PR[3.5.0]: https://github.com/appcelerator/titanium_mobile/pull/6596
Verified fix on: Mac OSX 10.10.2 Appcelerator Studio, build: 3.4.2.201502181619 Titanium SDK build: 3.5.1.v20150219130033 Titanium CLI, build: 3.4.2-alpha Alloy: 1.5.1 Xcode 6.1.1 iPad Mini 3 (8.1.3) ti.airprint 1.4.2 Using a version of the module which return BOOL built to device, the app works as expected. Closing ticket.