Commit cb20726
fix(ios): resolve App Store validation errors
- Remove alpha channel from app icon (App Store rejects transparent icons)
- Set TARGETED_DEVICE_FAMILY to iPhone only (avoids iPad orientation requirements)
- Remove NDEF from NFC entitlement (disallowed with SDK 26.4 + min OS 16.0, we only use TAG)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent acb914a commit cb20726
File tree
3 files changed
+2
-3
lines changed- app/ios
- FareBot.xcodeproj
- FareBot
- Assets.xcassets/AppIcon.appiconset
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments