Update for new AppStore Requirements
It seems like the AppStore is now enforcing images without alpha channel. Until now this wasn't a problem if no actual pixel was transparent.
Unfortunately this also breaks existing projects as the file structure has changed.
What's Changed
- Disable Alpha channel in exported images by @Patrick-Kladek in #31
Full Changelog: v1.1...v2.0