Commit b83537d
committed
Fix Xcode build warnings for deployment target and app category
The safari-web-extension-converter tool set MACOSX_DEPLOYMENT_TARGET
to 26.0 (matching the Xcode beta version), but this exceeds the
supported range (10.13-15.5.99). Changed to 14.0 (macOS Sonoma).
Also added LSApplicationCategoryType to Info.plist to resolve the
missing app category warning. Set to "public.app-category.developer-tools"
since this is a developer-focused Safari extension.1 parent 4c9bf14 commit b83537d
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments