[TIMOB-19386] iOS9: Upgrade coremotion module to support bitcode, rewrite code base
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-11-19T02:45:04.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 5.2.0 |
| Components | iOS |
| Labels | coremotion, ios, module |
| Reporter | Chee Kiat Ng |
| Assignee | Hans Knöchel |
| Created | 2015-08-20T09:37:45.000+0000 |
| Updated | 2016-02-19T21:50:15.000+0000 |
Description
using Xcode 7 with
-fembed-bitcode
in *OTHER_CFLAGS*
You can verify by using otool -l library.a > output
Check the output file for a sectname __bitcode
Rewrote the whole project, added pedometer, added iOS9 API's, improved the stability and updated to support bitcode. PR (ti.coremotion/master) : https://github.com/appcelerator-modules/ti.coremotion/pull/14 PR (titanium_mobile/master): https://github.com/appcelerator/titanium_mobile/pull/7469 Demo-Code (test on device): https://gist.github.com/hansemannn/3465ebc299ff627b0c22 2.0.0 draft: https://github.com/appcelerator-modules/ti.coremotion/releases
CR and FT Passed. PRs merged.
Verified fixed, using: MacOS 10.11.3 (15D21) Studio 4.5.0.201602170821 Ti SDK 5.2.0.v20160216202526 Appc NPM 4.2.3-2 Appc CLI 5.2.0-269 Alloy 1.7.33 Xcode 7.2 (7C68) Coremotion module supports bitcode and has pedometer/iOS 9 features. Tested with demo app provided and qe test suite.