Bug #85211 Add header files to project sources so XCode IDE can find them when searching
Submitted: 27 Feb 2017 16:12 Modified: 8 Apr 2017 14:22
Reporter: Dag Wanvik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[27 Feb 2017 16:12] Dag Wanvik
Description:
Currently, the Xcode IDE has a Find->Text->Containing pane that will
search through MySQL project files for text strings. With the existing
Cmake generated Xcode project "MySQL", the header files are not
included in the sources, so they will not be searched.

How to repeat:
Run cmake -G Xcode
[8 Apr 2017 14:22] Paul DuBois
Posted by developer:
 
Noted in 8.0.2 changelog.

For the Xcode IDE, header files are added to MySQL project sources so
they can be searched.