|
|
|
|
|
by sond813
1576 days ago
|
|
I tried it out with Yelp and Twitter, both had a lot of bloat due to not stripping binaries. You can see this in the large "String Table" in both screenshots. Yelp also has a large exports section for the main app binary, that's usually a sign of a problem because the main binary doesn't need to export any symbols, only frameworks do that. Twitter has a handful of 4MB images, much bigger than images you'd expect in an app. I took a look at a few of these and they are just gradient background images that could have been drawn with something like core graphics to completely eliminate the need for an image. Twitter: https://emergeassets.s3.us-west-1.amazonaws.com/Screen+Shot+... Yelp: https://emergeassets.s3.us-west-1.amazonaws.com/Screen+Shot+... |
|