ios: Renamed APIs that referred to "iPhone" to refer to "iOS".

Macros that papered over this difference in SDL2 have been removed for SDL3.

Fixes #9527.
This commit is contained in:
Ryan C. Gordon 2024-04-13 14:30:30 -04:00
parent d252a8fe12
commit 6e1ed94913
No known key found for this signature in database
GPG key ID: FA148B892AB48044
12 changed files with 40 additions and 31 deletions

View file

@ -911,8 +911,8 @@ SDL3_0.0.0 {
SDL_hid_send_feature_report;
SDL_hid_set_nonblocking;
SDL_hid_write;
SDL_iPhoneSetAnimationCallback;
SDL_iPhoneSetEventPump;
SDL_iOSSetAnimationCallback;
SDL_iOSSetEventPump;
SDL_iconv;
SDL_iconv_close;
SDL_iconv_open;