App Slicing and Bitcode relationship
App Slicing and Bitcode relationship
- Subject: App Slicing and Bitcode relationship
- From: ico <email@hidden>
- Date: Thu, 24 Sep 2015 06:32:58 +0000
Hi,
As far as I know, App Slicing has two major parts of functionality:
1. slice the resource so that only the certain suitable resources are
downloaded for a specific device, for example, iPhone 5 only downloads @2x
images and will not download @3x images.
2. slice the binary code, that is the app store will compile your
submission packages, and your specific only download the suitable codes,
for example, iPhone 5 will only download the binary with Armv7 codes and
iPhone6 will download hte binary with Arm64 codes.
My question is:
1. we have to set the bitcode enable to YES to activate the 2nd app slicing
functionality, that is slice the binary code.
2. If not, is slicing the codes automatically done when we submit the
archive to the App Store now without any further setting or operation? Or
you have to set the deployment target to 9.0 or later?
Can anyone confirm that please? Thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden