Skip to content

Commit 1601da5

Browse files
authored
fix(cli): removed alpha channel from default IOS AppIcons (#10114)
* bug: removed alpha channel from default IOS AppIcons According to Apple's human interface guideline (https://developer.apple.com/design/human-interface-guidelines/app-icons) transparent or icons with alpha channel are not allowed, and will be rejected upon upload to Apple appstore. * Update .changes/ios-non-transparent-icons.md
1 parent eb76df4 commit 1601da5

19 files changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@tauri-apps/cli": patch:bug
3+
"tauri-cli": patch:bug
4+
---
5+
6+
Removed alpha channel from default icons in iOS template to comply with Apple's human interface guideline
7+
(https://developer.apple.com/design/human-interface-guidelines/app-icons), because
8+
transparent icons with alpha channel are not allowed, and will be rejected
9+
upon upload to Apple appstore.
192 Bytes
Loading
17 Bytes
Loading
17 Bytes
Loading
-110 Bytes
Loading
149 Bytes
Loading
-115 Bytes
Loading
-115 Bytes
Loading
-390 Bytes
Loading
17 Bytes
Loading

0 commit comments

Comments
 (0)