Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9932] iOS: Building an Ipad only project should not produce Arm v6 code

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2013-02-13T00:22:17.000+0000
Affected Version/sRelease 2.1.0, Release 2.0.1
Fix Version/sBacklog
ComponentsiOS
Labelscore
ReporterVincent
AssigneeIngo Muschenetz
Created2012-06-06T00:30:52.000+0000
Updated2017-03-21T23:16:24.000+0000

Description

Since all Ipad devices are based on Arm V7 architecture, there is no reason to produce armv6 and Arm V7 code for 'Ipad only' projects. advantages : - we build faster - we produce way smaller code for Ipad test : - build kitchen sink for Ipad or iphone/ipad. - open KitchenSink-iPad.xcodeproj in xcode - select KitchenSink-iPad-iPad target , 'Build settings' and check architectures : we have armv6 armv7 (should be armv7 $(ARCHS_STANDARD_32_BIT) only)

Comments

  1. Lee Morris 2017-03-21

    Closing ticket as duplicate with reference to the above link.

JSON Source