summaryrefslogtreecommitdiff
path: root/Xcode-iOS
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Created Xcode schemes for building on iOS and tvOSSam Lantinga9-0/+720
2019-03-19Fixed archiving the SDL dynamic library on iOS and tvOSSam Lantinga1-4/+0
2019-03-19Added support for building SDL as a dynamic library on tvOSSam Lantinga1-0/+668
2019-03-19Added support for building SDL as a dynamic library on iOSSam Lantinga1-0/+717
2019-03-16Fixed iOS buildSam Lantinga1-0/+6
2018-11-15fix permissionsOzkan Sezer3-0/+0
2018-11-14Fixed bug 3193 - Dualshock 3's motion sensors overwrite analog stickSam Lantinga3-0/+0
2018-10-26Don't build SDL_JOYSTICK_HIDAPI by default on iOSSam Lantinga2-74/+0
2018-10-23fix permissionsOzkan Sezer3-0/+0
2018-10-22Add exception handling to Android hidapi.Sam Lantinga3-0/+0
2018-10-18Fixed bug 4324 - Xcode 10 - more cleanup for macOS and iOS projectsSam Lantinga3-0/+6
2018-10-18Fixed bug 4324 - Xcode 10 - more cleanup for macOS and iOS projectsSam Lantinga1-0/+16
2018-09-15fix permissionsOzkan Sezer1-0/+0
2018-09-14Use atomic reference counting for the HID device objectSam Lantinga1-0/+0
2018-09-10Fixed building on tvOS without any sensor supportSam Lantinga1-0/+18
2018-08-30fix permissionsOzkan Sezer2-0/+0
2018-08-22Added SDL_GetDisplayOrientation() to get the display orientation, and added a...Sam Lantinga1-0/+10
2018-08-22Fixed crash trying to open HIDAPI controller as a haptics device on WindowsSam Lantinga1-0/+0
2018-08-21Removed dependency on C++ runtime on iOSSam Lantinga1-4/+6
2018-08-21Added the iOS sensor implementationSam Lantinga1-0/+44
2018-08-21Fixed bug 4228 - Clean-up Xcode projectsSam Lantinga3-121/+172
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga1-19/+69
2018-06-12ran 'chmod -x' on many filesOzkan Sezer5-0/+0
2018-02-24Added missing file to tvOS buildSam Lantinga1-0/+2
2017-12-12Moved deployment target values to project settingsSam Lantinga1-4/+4
2017-12-12Parameterized the All (target platform) build target scripts so they can be u...Sam Lantinga1-7/+7
2017-12-12Renamed Xcode build targets so it's easier to copy files out of build directo...Sam Lantinga1-24/+22
2017-12-12Added SDL_uikitmetalview.m to the tvOS projectSam Lantinga1-0/+2
2017-12-10Added the Metal framework to several iOS testsSam Lantinga1-4/+8
2017-12-07Fixed building for simulators or older iOS SDKsSam Lantinga1-2/+2
2017-12-07Fixed compiling Metal renderer on iOSSam Lantinga1-0/+26
2017-11-12Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga4-19/+174
2017-10-26Updated SDL iOS project for tvOSSam Lantinga1-10/+114
2017-10-12Added functions to query and set the SDL memory allocation functions:Sam Lantinga1-0/+8
2017-09-22Added stubs for simple Steam Controller supportSam Lantinga1-0/+16
2017-09-22Fixed bug 3837 - Change project settings for Xcode 9?Sam Lantinga1-3/+49
2017-09-22The volume was too high, clamp to SDL_MIX_MAXVOLUMESam Lantinga1-1/+1
2017-09-14Updated iOS keyboard test to cover text input rect and orientation changesSam Lantinga1-1/+32
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon1-0/+37
2017-08-15More cleanup of the iOS keyboard demo.Alex Szpakowski1-7/+4
2017-08-15Improve iOS keyboard demo code a bit.Alex Szpakowski1-105/+61
2017-05-25ios: Fixed math include in demos.Philipp Wiesemann2-2/+2
2017-04-09ios: Fixed compiler warnings about unused variables in demo.Philipp Wiesemann1-3/+0
2017-03-19iOS: Fixed compiling template on C89 compilers.Philipp Wiesemann1-1/+3
2016-12-26Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypesSam Lantinga2-2/+2
2016-12-06xcode: Make sure SDL_dataqueue sources are included in all targets.Ryan C. Gordon1-0/+2
2016-12-06xcode: updated macOS and iOS project files with SDL_dataqueue sources.Ryan C. Gordon1-0/+8
2016-10-09iOS: Updated demo README.Philipp Wiesemann1-3/+3
2016-09-30iOS: Removed unused constant in demo.Philipp Wiesemann1-1/+0
2016-09-26iOS: Updated comment in demo.Philipp Wiesemann1-1/+1