huge size difference in adhoc vs dist and lite vs full
I am really worried that my adhoc lite version, dist lite and dist full are all the same size unzipped, but they are 6.9 megs,8 megs, 9.6 megs respectively. Does anyone else happen to know if this happened to them too? Makes me worry that something is being left out. They are all the same size unzipped though. The lite and full are almost identical, just have a slightly modified graphic and a few less lines of code via a #ifdef statement. My full version adhoc and distribution are the exact same size zipped...
A few thoughts occur:
- If it's a zip, you can simply unzip it and verify differences using diff -r, right?
- If you're creating a zip with Finder's "Compress" command, I've seen that leave whole files out of the resulting archive for no apparent reason. I'm guessing this isn't how you're creating the zip, but just in case...
- Unlikely, but conceptually valid: If your different versions are the same _size_ on disk but have different sorts of _contents_, then they may have different compression ratios, resulting in a differing compressed size.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Differences between Full and Lite version | riruilo | 4 | 4,493 |
Mar 26, 2010 07:22 AM Last Post: Smilediver |
|
| adhoc different then device debug? | kendric | 8 | 4,399 |
Jan 15, 2010 11:42 AM Last Post: kendric |
|
| Creating an adhoc build for a reviewer | EndeavorBros | 1 | 1,872 |
Nov 18, 2009 04:03 PM Last Post: AnotherJake |
|
| Anyone made a lite version? | kendric | 3 | 3,563 |
Aug 20, 2009 10:59 AM Last Post: CyberGreg |
|
| ortho vs frustrum speed difference | Madrayken | 2 | 2,027 |
Jul 28, 2009 11:19 AM Last Post: Madrayken |
|

