I voted up the other answers as they were both helpful, but this is what I ended up needing to fix the problem.
AddType application/octet-stream .ipa
<Files *.ipa>
Header set Content-Disposition attachment
</Files>
I voted up the other answers as they were both helpful, but this is what I ended up needing to fix the problem.
AddType application/octet-stream .ipa
<Files *.ipa>
Header set Content-Disposition attachment
</Files>