| Summary: | Xcode 10 - more cleanup for macOS and iOS projects | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dominik Reichardt <sdl-bugzilla> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | ||
| Version: | 2.0.9 | ||
| Hardware: | All | ||
| OS: | macOS 10.13 | ||
| Attachments: |
CoreBluetooth framework
User_Paths patch |
||
Created attachment 3384 [details]
User_Paths patch
Patches added, thanks! https://hg.libsdl.org/SDL/rev/b1d9841b25c3 https://hg.libsdl.org/SDL/rev/fa1df9b103d7 |
Created attachment 3383 [details] CoreBluetooth framework Similar to bug/patch #4228, the iOS Demo Xcode project needs to add the CoreBluetooth framework. See CoreBluetooth.diff Additionally Xcode warns about "Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO." Just doing the latter is enough to silence the warning without ill effects on compiling. This affects the macOS Xcode projects as well as the iOS projects. Definitely not a bug but an annoying warning that could go away. See User_Path.diff