Skip to content

Commit

Permalink
fix: fix line
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Nov 29, 2024
1 parent 8f201d9 commit 2e85703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5906,7 +5906,7 @@ iOSBuilder.prototype.createAppIconSetAndiTunesArtwork = async function createApp
return;
}
}

if (filename === 'DefaultIcon-Dark.png' || filename === 'DefaultIcon-Tinted.png') {
this.logger.warn(__('%s contains an alpha channel and will NOT BE flattened against a white background', info.src.replace(this.projectDir + '/', '')));
flatten = false;
Expand Down

0 comments on commit 2e85703

Please sign in to comment.