[TIMOB-9932] iOS: Building an Ipad only project should not produce Arm v6 code
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-02-13T00:22:17.000+0000 |
Affected Version/s | Release 2.1.0, Release 2.0.1 |
Fix Version/s | Backlog |
Components | iOS |
Labels | core |
Reporter | Vincent |
Assignee | Ingo Muschenetz |
Created | 2012-06-06T00:30:52.000+0000 |
Updated | 2017-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)
Closing ticket as duplicate with reference to the above link.