Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19386] iOS9: Upgrade coremotion module to support bitcode, rewrite code base

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-11-19T02:45:04.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.2.0
ComponentsiOS
Labelscoremotion, ios, module
ReporterChee Kiat Ng
AssigneeHans Knöchel
Created2015-08-20T09:37:45.000+0000
Updated2016-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

Comments

  1. Hans Knöchel 2015-11-13

    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
  2. Chee Kiat Ng 2015-11-19

    CR and FT Passed. PRs merged.
  3. Eric Wieber 2016-02-19

    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.

JSON Source