Henrik Rydgård and Claude Opus 5
d3012ea1db
iOS: Don't pass a non-literal format string to NSLog
...
Benign as written since neither string contains a format specifier, but it's
exactly the pattern -Wformat-security exists to catch.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_01JZk5y4Fzw811WJoNWZb8Sc
2026-08-06 20:56:37 +02:00
Henrik Rydgård and Claude Opus 5
56affb3cb9
iOS: Don't resolve request ID 0 from the payment queue
...
updatedTransactions posted success/failure unconditionally, but StoreKit also
delivers transactions we didn't initiate - unfinished ones at startup, for
instance - when no request is pending. Request IDs start at 10, so that just
produced "Unexpected request ID 0" errors. Guard it like the restore-finished
handler already does.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_01JZk5y4Fzw811WJoNWZb8Sc
2026-08-06 20:56:37 +02:00
Henrik Rydgård
afe4d5beaf
Buildfixes, dependency shuffling to make things more logical
2026-07-24 14:43:34 +02:00
Henrik Rydgård
bc17b7c822
iOS buildfix, SDL buildfix
2025-11-23 11:42:43 +01:00
Henrik Rydgård
2f06100b43
iOS: Initial attempt at switching to SceneDelegate (UIScene)
...
Fixes #20884
2025-10-17 15:58:23 +02:00
Henrik Rydgård
03dcd95d69
iOS: Simplify gold icon setup. Change name of the icon.
2025-06-03 16:06:37 +02:00
Henrik Rydgård
ddc5ec6611
Add USE_IAP option to b-appstore.sh
2025-05-25 11:22:05 +02:00
Henrik Rydgård
164dd53a89
More IAP improvements
2025-05-25 11:22:05 +02:00
Henrik Rydgård
cd21f6a526
Add a gold icon to alternate icons. NOTE: It must not be named AppIconGold!
2025-05-25 11:22:05 +02:00
Henrik Rydgård
758dcf6afc
More icon stuff
2025-05-25 11:22:05 +02:00
Henrik Rydgård
c3ed94b721
More icon work
2025-05-25 11:22:05 +02:00
Henrik Rydgård
2dbb54667d
IAP work
2025-05-25 11:22:04 +02:00