Commit a708aee
authored
Tuist 의 `.iOS` 는 [.iPhone, .iPad] 라 이관에서 iPad 가 딸려 들어왔다. 출시본
AppProduct 는 TARGETED_DEVICE_FAMILY = 1 이었고, iPad 레이아웃은 검증한 적이 없다.
App Store Connect 가 심사에 iPad 스크린샷을 요구하던 원인이라 앱·위젯 모두 iPhone
전용으로 되돌린다.
ITSAppUsesNonExemptEncryption 은 이관에서 빠져 빌드마다 「수출 규정 준수 정보가
누락된 빌드」로 심사가 막혔다. 앱이 쓰는 암호화는 HTTPS 뿐이라 면제 대상이다.
1 parent 6be250b commit a708aee
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
156 | 164 | | |
157 | 165 | | |
158 | 166 | | |
159 | | - | |
| 167 | + | |
160 | 168 | | |
161 | 169 | | |
162 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments