mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add a temporary workaround to allow public projects to build using Xcode 15
To prevent too much disruption to people who have our public projects as part of their build or testing systems we are temporarily ignoring a warning about using Xcode 15.
This commit is contained in:
parent
f5c2e1d836
commit
aaeec5c12d
19 changed files with 77 additions and 14 deletions
|
|
@ -9,7 +9,8 @@
|
|||
<XCODE_MAC targetFolder="Builds/MacOSX" documentExtensions=".jucer" bigIcon="Zrx1Gl"
|
||||
extraFrameworks="AudioUnit; Accelerate; AVFoundation; CoreAudio; CoreAudioKit; CoreMIDI; DiscRecording; QuartzCore; AudioToolbox; OpenGL; QTKit; QuickTime"
|
||||
microphonePermissionNeeded="1" cameraPermissionNeeded="1" smallIcon="Zrx1Gl"
|
||||
applicationCategory="public.app-category.developer-tools">
|
||||
applicationCategory="public.app-category.developer-tools" extraLinkerFlags="-Wl,-weak_reference_mismatches,weak"
|
||||
extraDefs="JUCE_SILENCE_XCODE_15_LINKER_WARNING=1">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" cppLibType="libc++"
|
||||
recommendedWarnings="LLVM"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue