Ryujinx-SDL/Xcode-iOS
Sam Lantinga cc023b6b81 Fixed bug 3837 - Change project settings for Xcode 9?
Mark Callow

Xcode 9 emits a warning to validate project settings. The changes it proposes are

1. [iOS] Update the iOS deployment target to 8.0 since Xcode does
   not support anything older.

2. [macOS] Target 'Framework' - Automatically Select Archectures.

3. [iOS & macOS] Turns on a bunch more compile warnings, a *lot* more on iOS.

4. [iOS & macOS] Turn on "Missing Localizability".

I want to confirm if it is ok to accept these changes and submit updated project files.

Since Alex Szpakowski has just removed iOS 7 guard ifdef's, I'm guessing 1 isn't a problem.

2 is probably ok for anyone building themselves. I wonder if it may cause problems for building distribution binaries.

3 shouldn't be a problem either provided any newly emitted warnings are fixed.

4 I am unfamiliar with. The description says "This will turn on the static analyzer to check for "Missing Localizability", because this project is localized for multiple languages." I suppose this may cause new warnings.
2017-09-22 12:26:54 -07:00
..
Demos The volume was too high, clamp to SDL_MIX_MAXVOLUME 2017-09-22 11:15:57 -07:00
SDL/SDL.xcodeproj Fixed bug 3837 - Change project settings for Xcode 9? 2017-09-22 12:26:54 -07:00
SDLtest/SDL2test.xcodeproj Initial Apple TV / tvOS support. 2016-09-13 22:18:06 -03:00
Template/SDL iOS Application iOS: Fixed compiling template on C89 compilers. 2017-03-19 22:17:01 +01:00
Test CoreAudio iOS/tvOS: Use AVFoundation instead of AudioSession. Fixes audio on tvOS. 2016-09-15 19:59:57 -03:00