Commit 2858f0c
fix: use Production CloudKit on Mac; bump iOS companion to 2.4.1
Mac (Release entitlements):
- Add com.apple.developer.icloud-container-environment = Production
Developer ID Mac apps default to Development CloudKit without this
key, causing a complete environment mismatch with iOS TestFlight
(which always uses Production). This was why iOS showed 'Mac not
visible' — they were writing/reading from different CloudKit DBs.
The DoomCoder Mac DevID provisioning profile already authorises
icloud-container-environment: Production, so no profile change needed.
iOS companion:
- Bump MARKETING_VERSION 2.4.0 → 2.4.1
- Bump CURRENT_PROJECT_VERSION 1 → 2
(TestFlight requires a unique build number per upload)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6ba8dc9 commit 2858f0c
2 files changed
Lines changed: 6 additions & 4 deletions
File tree
- DoomCoderCompanion/DoomCoderCompanion.xcodeproj
- DoomCoder
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
0 commit comments